Uses of Interface
org.jooq.meta.ManyToManyKeyDefinition
Packages that use ManyToManyKeyDefinition
-
Uses of ManyToManyKeyDefinition in org.jooq.meta
Classes in org.jooq.meta that implement ManyToManyKeyDefinitionMethods in org.jooq.meta that return types with arguments of type ManyToManyKeyDefinitionModifier and TypeMethodDescriptionfinal List<ManyToManyKeyDefinition> AbstractTableDefinition.getManyToManyKeys()final List<ManyToManyKeyDefinition> AbstractTableDefinition.getManyToManyKeys(TableDefinition referencing) TableDefinition.getManyToManyKeys()Get the many to many keys for this table.TableDefinition.getManyToManyKeys(TableDefinition referencing) Get the many to many keys for this table referencing another, specific table.