Uses of Class
org.jooq.meta.jaxb.SyntheticIdentityType
Packages that use SyntheticIdentityType
-
Uses of SyntheticIdentityType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticIdentityTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticIdentities()Database.getConfiguredSyntheticIdentities()Get the configured synthetic identities.AbstractDatabase.getUnusedSyntheticIdentities()Database.getUnusedSyntheticIdentities()Retrieve the not-yet used synthetic identities.Methods in org.jooq.meta with parameters of type SyntheticIdentityTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.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 SyntheticIdentityTypeModifier and TypeFieldDescriptionprotected List<SyntheticIdentityType> SyntheticObjectsType.identitiesMethods in org.jooq.meta.jaxb that return SyntheticIdentityTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticIdentityType()Create an instance ofSyntheticIdentityTypeSyntheticIdentityType.withFields(String value) A regular expression matching all fields on which to apply this synthetic identity.SyntheticIdentityType.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.SyntheticIdentityType.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 SyntheticIdentityTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticIdentityTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withIdentities(SyntheticIdentityType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticIdentityTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setIdentities(List<SyntheticIdentityType> identities) SyntheticObjectsType.withIdentities(Collection<SyntheticIdentityType> values) SyntheticObjectsType.withIdentities(List<SyntheticIdentityType> identities)