Uses of Class
org.jooq.meta.jaxb.SyntheticObjectsType
-
Packages that use SyntheticObjectsType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of SyntheticObjectsType in org.jooq.meta
Methods in org.jooq.meta with parameters of type SyntheticObjectsType Modifier and Type Method Description voidAbstractDatabase. setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects)voidDatabase. setConfiguredSyntheticObjects(SyntheticObjectsType configuredSyntheticObjects)Configure the synthetic objects. -
Uses of SyntheticObjectsType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as SyntheticObjectsType Modifier and Type Field Description protected SyntheticObjectsTypeDatabase. syntheticObjectsMethods in org.jooq.meta.jaxb with parameters of type SyntheticObjectsType Modifier and Type Method Description voidDatabase. setSyntheticObjects(SyntheticObjectsType value)The synthetic objects configuration.DatabaseDatabase. withSyntheticObjects(SyntheticObjectsType value)The synthetic objects configuration.
-