Uses of Class
org.jooq.meta.jaxb.SyntheticIdentityType
-
Packages that use SyntheticIdentityType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticIdentityType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticIdentityType Modifier and Type Method Description List<SyntheticIdentityType>AbstractDatabase. getConfiguredSyntheticIdentities()List<SyntheticIdentityType>Database. getConfiguredSyntheticIdentities()Get the configured synthetic identities.List<SyntheticIdentityType>AbstractDatabase. getUnusedSyntheticIdentities()List<SyntheticIdentityType>Database. getUnusedSyntheticIdentities()Retrieve the not-yet used synthetic identities.Methods in org.jooq.meta with parameters of type SyntheticIdentityType Modifier and Type Method Description voidAbstractDatabase. markUsed(SyntheticIdentityType identity)voidDatabase. markUsed(SyntheticIdentityType identity)Mark a synthetic identity as used. -
Uses of SyntheticIdentityType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticIdentityType Modifier and Type Field Description protected List<SyntheticIdentityType>SyntheticObjectsType. identitiesMethods in org.jooq.meta.jaxb that return SyntheticIdentityType Modifier and Type Method Description SyntheticIdentityTypeObjectFactory. createSyntheticIdentityType()Create an instance ofSyntheticIdentityTypeSyntheticIdentityTypeSyntheticIdentityType. withFields(String value)A regular expression matching all fields on which to apply this synthetic identity.SyntheticIdentityTypeSyntheticIdentityType. withTables(String value)A regular expression matching all tables on which to apply this synthetic identity.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticIdentityType Modifier and Type Method Description List<SyntheticIdentityType>SyntheticObjectsType. getIdentities()Methods in org.jooq.meta.jaxb with parameters of type SyntheticIdentityType Modifier and Type Method Description SyntheticObjectsTypeSyntheticObjectsType. withIdentities(SyntheticIdentityType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticIdentityType Modifier and Type Method Description voidSyntheticObjectsType. setIdentities(List<SyntheticIdentityType> identities)SyntheticObjectsTypeSyntheticObjectsType. withIdentities(Collection<SyntheticIdentityType> values)SyntheticObjectsTypeSyntheticObjectsType. withIdentities(List<SyntheticIdentityType> identities)
-