Uses of Class
org.jooq.meta.jaxb.MatchersSequenceType
Packages that use MatchersSequenceType
-
Uses of MatchersSequenceType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersSequenceTypeMethods in org.jooq.meta.jaxb that return MatchersSequenceTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersSequenceType()Create an instance ofMatchersSequenceTypeMatchersSequenceType.withExpression(String value) This sequence matcher applies to all unqualified or qualified sequence names matched by this expression.MatchersSequenceType.withSequenceIdentifier(MatcherRule value) This rule influences the naming of the generatedSequenceidentifier.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersSequenceTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersSequenceTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersSequenceTypeModifier and TypeMethodDescriptionvoidMatchers.setSequences(List<MatchersSequenceType> sequences) Matchers.withSequences(Collection<MatchersSequenceType> values) Matchers.withSequences(List<MatchersSequenceType> sequences)