4 Replies Latest reply on Aug 29, 2006 11:06 AM by memelet

    Is reveng entity annotations configurable?

    memelet

      I would like to control the properties set in the @Table annotation. Specifically I need to supress the generation of the schema= and catalog= properties (they will be different values at runtime and set via persistence.xml).

      I have found DelegatingReverseEngineeringStrategy and that is working great. Is there a similar hook for @Entity annotations?