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