Uses of Class
org.jooq.meta.jaxb.Strategy
Packages that use Strategy
-
Uses of Strategy in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as StrategyMethods in org.jooq.meta.jaxb that return StrategyModifier and TypeMethodDescriptionObjectFactory.createStrategy()Create an instance ofStrategyGenerator.getStrategy()Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.Strategy.withMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.The class used to provide a naming strategy for generated source code.Methods in org.jooq.meta.jaxb with parameters of type StrategyModifier and TypeMethodDescriptionvoidGenerator.setStrategy(Strategy value) Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.Generator.withStrategy(Strategy value) Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.