Uses of Class
org.jooq.meta.jaxb.MatchersIndexType
Packages that use MatchersIndexType
-
Uses of MatchersIndexType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersIndexTypeMethods in org.jooq.meta.jaxb that return MatchersIndexTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersIndexType()Create an instance ofMatchersIndexTypeMatchersIndexType.withExpression(String value) This table matcher applies to all unqualified or qualified index names matched by this expression.MatchersIndexType.withKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Indexes class.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersIndexTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersIndexTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersIndexTypeModifier and TypeMethodDescriptionvoidMatchers.setIndexes(List<MatchersIndexType> indexes) Matchers.withIndexes(Collection<MatchersIndexType> values) Matchers.withIndexes(List<MatchersIndexType> indexes)