Uses of Class
org.jooq.meta.jaxb.MatchersForeignKeyType
Packages that use MatchersForeignKeyType
-
Uses of MatchersForeignKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersForeignKeyTypeMethods in org.jooq.meta.jaxb that return MatchersForeignKeyTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersForeignKeyType()Create an instance ofMatchersForeignKeyTypeMatchersForeignKeyType.withExpression(String value) This table matcher applies to all unqualified or qualified foreign key names matched by this expression.MatchersForeignKeyType.withKeyIdentifier(MatcherRule value) This rule influences the naming of the generated key literal in the Keys class.MatchersForeignKeyType.withPathMethodName(MatcherRule value) This rule influences the naming of the generated to-one path join methods.MatchersForeignKeyType.withPathMethodNameInverse(MatcherRule value) This rule influences the naming of the generated to-many path join methods.MatchersForeignKeyType.withPathMethodNameManyToMany(MatcherRule value) This rule influences the naming of the generated many-to-many path join methods.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersForeignKeyTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersForeignKeyTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersForeignKeyTypeModifier and TypeMethodDescriptionvoidMatchers.setForeignKeys(List<MatchersForeignKeyType> foreignKeys) Matchers.withForeignKeys(Collection<MatchersForeignKeyType> values) Matchers.withForeignKeys(List<MatchersForeignKeyType> foreignKeys)