Uses of Class
jakarta.persistence.metamodel.Attribute.PersistentAttributeType
-
Packages that use Attribute.PersistentAttributeType Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.jakarta.persistence.metamodel Jakarta Persistence Metamodel API -
-
Uses of Attribute.PersistentAttributeType in jakarta.persistence
Methods in jakarta.persistence with parameters of type Attribute.PersistentAttributeType Modifier and Type Method Description voidGraph. removeAttributeNodes(Attribute.PersistentAttributeType nodeTypes)Remove all attribute nodes of the given attribute types. -
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(java.lang.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.
-