Uses of Class
jakarta.persistence.metamodel.Type.PersistenceType
-
Packages that use Type.PersistenceType Package Description jakarta.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of Type.PersistenceType in jakarta.persistence.metamodel
Methods in jakarta.persistence.metamodel that return Type.PersistenceType Modifier and Type Method Description Type.PersistenceType
Type. getPersistenceType()
Return the persistence type.static Type.PersistenceType
Type.PersistenceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Type.PersistenceType[]
Type.PersistenceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-