Uses of Class
org.jooq.meta.jaxb.Strategy
-
Packages that use Strategy Package Description org.jooq.meta.jaxb -
-
Uses of Strategy in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as Strategy Modifier and Type Field Description protected StrategyGenerator. strategyMethods in org.jooq.meta.jaxb that return Strategy Modifier and Type Method Description StrategyObjectFactory. createStrategy()Create an instance ofStrategyStrategyGenerator. getStrategy()Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.StrategyStrategy. withMatchers(Matchers value)The matcher strategy configuration used when applying an XML-based strategy.StrategyStrategy. withName(String value)The class used to provide a naming strategy for generated source code.Methods in org.jooq.meta.jaxb with parameters of type Strategy Modifier and Type Method Description voidGenerator. setStrategy(Strategy value)Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.GeneratorGenerator. withStrategy(Strategy value)Definitions of custom naming strategies (declarative or programmatic) to define how generated Java objects should be named.
-