Uses of Class
org.jooq.meta.jaxb.SyntheticForeignKeyType
Packages that use SyntheticForeignKeyType
-
Uses of SyntheticForeignKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticForeignKeyTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticForeignKeys()Database.getConfiguredSyntheticForeignKeys()Get the configured synthetic foreign keys.AbstractDatabase.getUnusedSyntheticForeignKeys()Database.getUnusedSyntheticForeignKeys()Retrieve the not-yet used synthetic foreign keys.Methods in org.jooq.meta with parameters of type SyntheticForeignKeyTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticForeignKeyType foreignKey) voidDatabase.markUsed(SyntheticForeignKeyType foreignKey) Mark a synthetic foreign key as used. -
Uses of SyntheticForeignKeyType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticForeignKeyTypeModifier and TypeFieldDescriptionprotected List<SyntheticForeignKeyType>SyntheticObjectsType.foreignKeysMethods in org.jooq.meta.jaxb that return SyntheticForeignKeyTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticForeignKeyType()Create an instance ofSyntheticForeignKeyTypeSyntheticForeignKeyType.withFields(String... values) SyntheticForeignKeyType.withFields(Collection<String> values) SyntheticForeignKeyType.withFields(List<String> fields) The optional foreign key name.SyntheticForeignKeyType.withReferencedFields(String... values) SyntheticForeignKeyType.withReferencedFields(Collection<String> values) SyntheticForeignKeyType.withReferencedFields(List<String> referencedFields) SyntheticForeignKeyType.withReferencedKey(String value) A regular expression matching a key that is referenced by this synthetic foreign key.SyntheticForeignKeyType.withReferencedTable(String value) A regular expression matching a table that is referenced by this synthetic foreign key.SyntheticForeignKeyType.withTables(String value) A regular expression matching all tables on which to apply this synthetic foreign key.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticForeignKeyTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticForeignKeyTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withForeignKeys(SyntheticForeignKeyType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticForeignKeyTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setForeignKeys(List<SyntheticForeignKeyType> foreignKeys) SyntheticObjectsType.withForeignKeys(Collection<SyntheticForeignKeyType> values) SyntheticObjectsType.withForeignKeys(List<SyntheticForeignKeyType> foreignKeys)