Uses of Enum Class
jakarta.persistence.metamodel.Attribute.PersistentAttributeType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
Jakarta Persistence Metamodel API
-
Uses of Attribute.PersistentAttributeType in jakarta.persistence
Modifier and TypeMethodDescriptionvoid
Graph.removeAttributeNodes
(Attribute.PersistentAttributeType nodeTypes) Remove all attribute nodes of the given attribute types. -
Uses of Attribute.PersistentAttributeType in jakarta.persistence.metamodel
Modifier and TypeMethodDescriptionAttribute.getPersistentAttributeType()
Return the persistent attribute type for the attribute.Returns the enum constant of this class with the specified name.static Attribute.PersistentAttributeType[]
Attribute.PersistentAttributeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.