Uses of Class
org.eclipse.persistence.annotations.MultitenantType
-
Packages that use MultitenantType Package Description org.eclipse.persistence.annotations -
-
Uses of MultitenantType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return MultitenantType Modifier and Type Method Description MultitenantTypevalue()(Optional) Specify the multi-tenant strategy to use.static MultitenantTypeMultitenantType. valueOf(String name)Returns the enum constant of this type with the specified name.static MultitenantType[]MultitenantType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-