Uses of Class
org.jooq.meta.jaxb.MatchersSequenceType
-
Packages that use MatchersSequenceType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersSequenceType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersSequenceType Modifier and Type Field Description protected List<MatchersSequenceType>Matchers. sequencesMethods in org.jooq.meta.jaxb that return MatchersSequenceType Modifier and Type Method Description MatchersSequenceTypeObjectFactory. createMatchersSequenceType()Create an instance ofMatchersSequenceTypeMatchersSequenceTypeMatchersSequenceType. withExpression(String value)This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.MatchersSequenceTypeMatchersSequenceType. withSequenceIdentifier(MatcherRule value)This rule influences the naming of the generatedSequenceidentifier.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersSequenceType Modifier and Type Method Description List<MatchersSequenceType>Matchers. getSequences()Methods in org.jooq.meta.jaxb with parameters of type MatchersSequenceType Modifier and Type Method Description MatchersMatchers. withSequences(MatchersSequenceType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersSequenceType Modifier and Type Method Description voidMatchers. setSequences(List<MatchersSequenceType> sequences)MatchersMatchers. withSequences(Collection<MatchersSequenceType> values)MatchersMatchers. withSequences(List<MatchersSequenceType> sequences)
-