Uses of Class
org.eclipse.persistence.annotations.TenantTableDiscriminatorType
-
Packages that use TenantTableDiscriminatorType Package Description org.eclipse.persistence.annotations org.eclipse.persistence.descriptors -
-
Uses of TenantTableDiscriminatorType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return TenantTableDiscriminatorType Modifier and Type Method Description TenantTableDiscriminatorTypetype()(Optional) The type of tenant table discriminator to use with the tables of the persistence unit.static TenantTableDiscriminatorTypeTenantTableDiscriminatorType. valueOf(String name)Returns the enum constant of this type with the specified name.static TenantTableDiscriminatorType[]TenantTableDiscriminatorType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TenantTableDiscriminatorType in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as TenantTableDiscriminatorType Modifier and Type Field Description protected TenantTableDiscriminatorTypeTablePerMultitenantPolicy. typeMethods in org.eclipse.persistence.descriptors with parameters of type TenantTableDiscriminatorType Modifier and Type Method Description voidTablePerMultitenantPolicy. setTenantTableDiscriminatorType(TenantTableDiscriminatorType type)PUBLIC: Set the tenant table discriminator type.
-