Uses of Class
org.jooq.meta.jaxb.MatchersRoutineType
-
Packages that use MatchersRoutineType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersRoutineType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersRoutineType Modifier and Type Field Description protected List<MatchersRoutineType>Matchers. routinesMethods in org.jooq.meta.jaxb that return MatchersRoutineType Modifier and Type Method Description MatchersRoutineTypeObjectFactory. createMatchersRoutineType()Create an instance ofMatchersRoutineTypeMatchersRoutineTypeMatchersRoutineType. withExpression(String value)This routine matcher applies to all unqualified or qualified routine names matched by this expression.MatchersRoutineTypeMatchersRoutineType. withRoutineClass(MatcherRule value)This rule influences the naming of the generatedRoutineobject.MatchersRoutineTypeMatchersRoutineType. withRoutineImplements(String value)This string provides additional interfaces that a generatedRoutineshould implement.MatchersRoutineTypeMatchersRoutineType. withRoutineMethod(MatcherRule value)This rule influences the naming of generated convenience methods used to call theRoutine.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersRoutineType Modifier and Type Method Description List<MatchersRoutineType>Matchers. getRoutines()Methods in org.jooq.meta.jaxb with parameters of type MatchersRoutineType Modifier and Type Method Description MatchersMatchers. withRoutines(MatchersRoutineType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersRoutineType Modifier and Type Method Description voidMatchers. setRoutines(List<MatchersRoutineType> routines)MatchersMatchers. withRoutines(Collection<MatchersRoutineType> values)MatchersMatchers. withRoutines(List<MatchersRoutineType> routines)
-