Uses of Class
org.jooq.meta.jaxb.MatchersUniqueKeyType
Packages that use MatchersUniqueKeyType
-
Uses of MatchersUniqueKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersUniqueKeyTypeMethods in org.jooq.meta.jaxb that return MatchersUniqueKeyTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersUniqueKeyType()Create an instance ofMatchersUniqueKeyTypeMatchersUniqueKeyType.withExpression(String value) This table matcher applies to all unqualified or qualified unique key names matched by this expression.MatchersUniqueKeyType.withKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Keys class.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersUniqueKeyTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersUniqueKeyTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersUniqueKeyTypeModifier and TypeMethodDescriptionvoidMatchers.setUniqueKeys(List<MatchersUniqueKeyType> uniqueKeys) Matchers.withUniqueKeys(Collection<MatchersUniqueKeyType> values) Matchers.withUniqueKeys(List<MatchersUniqueKeyType> uniqueKeys)