Uses of Class
org.jooq.meta.jaxb.SyntheticForeignKeyType
-
Packages that use SyntheticForeignKeyType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticForeignKeyType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticForeignKeyType Modifier and Type Method Description List<SyntheticForeignKeyType>AbstractDatabase. getConfiguredSyntheticForeignKeys()List<SyntheticForeignKeyType>Database. getConfiguredSyntheticForeignKeys()Get the configured synthetic foreign keys.List<SyntheticForeignKeyType>AbstractDatabase. getUnusedSyntheticForeignKeys()List<SyntheticForeignKeyType>Database. getUnusedSyntheticForeignKeys()Retrieve the not-yet used synthetic foreign keys.Methods in org.jooq.meta with parameters of type SyntheticForeignKeyType Modifier and Type Method Description voidAbstractDatabase. 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 SyntheticForeignKeyType Modifier and Type Field Description protected List<SyntheticForeignKeyType>SyntheticObjectsType. foreignKeysMethods in org.jooq.meta.jaxb that return SyntheticForeignKeyType Modifier and Type Method Description SyntheticForeignKeyTypeObjectFactory. createSyntheticForeignKeyType()Create an instance ofSyntheticForeignKeyTypeSyntheticForeignKeyTypeSyntheticForeignKeyType. withFields(String... values)SyntheticForeignKeyTypeSyntheticForeignKeyType. withFields(Collection<String> values)SyntheticForeignKeyTypeSyntheticForeignKeyType. withFields(List<String> fields)SyntheticForeignKeyTypeSyntheticForeignKeyType. withName(String value)The optional foreign key name.SyntheticForeignKeyTypeSyntheticForeignKeyType. withReferencedFields(String... values)SyntheticForeignKeyTypeSyntheticForeignKeyType. withReferencedFields(Collection<String> values)SyntheticForeignKeyTypeSyntheticForeignKeyType. withReferencedFields(List<String> referencedFields)SyntheticForeignKeyTypeSyntheticForeignKeyType. withReferencedKey(String value)A regular expression matching a key that is referenced by this synthetic foreign key.SyntheticForeignKeyTypeSyntheticForeignKeyType. withReferencedTable(String value)A regular expression matching a table that is referenced by this synthetic foreign key.SyntheticForeignKeyTypeSyntheticForeignKeyType. 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 SyntheticForeignKeyType Modifier and Type Method Description List<SyntheticForeignKeyType>SyntheticObjectsType. getForeignKeys()Methods in org.jooq.meta.jaxb with parameters of type SyntheticForeignKeyType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withForeignKeys(SyntheticForeignKeyType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticForeignKeyType Modifier and Type Method Description voidSyntheticObjectsType. setForeignKeys(List<SyntheticForeignKeyType> foreignKeys)SyntheticObjectsTypeSyntheticObjectsType. withForeignKeys(Collection<SyntheticForeignKeyType> values)SyntheticObjectsTypeSyntheticObjectsType. withForeignKeys(List<SyntheticForeignKeyType> foreignKeys)
-