Uses of Class
org.jooq.meta.jaxb.MatchersPrimaryKeyType
Packages that use MatchersPrimaryKeyType
-
Uses of MatchersPrimaryKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersPrimaryKeyTypeMethods in org.jooq.meta.jaxb that return MatchersPrimaryKeyTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersPrimaryKeyType()Create an instance ofMatchersPrimaryKeyTypeMatchersPrimaryKeyType.withExpression(String value) This table matcher applies to all unqualified or qualified primary key names matched by this expression.MatchersPrimaryKeyType.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 MatchersPrimaryKeyTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersPrimaryKeyTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersPrimaryKeyTypeModifier and TypeMethodDescriptionvoidMatchers.setPrimaryKeys(List<MatchersPrimaryKeyType> primaryKeys) Matchers.withPrimaryKeys(Collection<MatchersPrimaryKeyType> values) Matchers.withPrimaryKeys(List<MatchersPrimaryKeyType> primaryKeys)