Uses of Class
org.eclipse.persistence.annotations.ExistenceType
-
Packages that use ExistenceType Package Description org.eclipse.persistence.annotations -
-
Uses of ExistenceType in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return ExistenceType Modifier and Type Method Description ExistenceTypevalue()(Optional) Set the existence check for determining if an insert or update should occur for an object.static ExistenceTypeExistenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExistenceType[]ExistenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-