Uses of Class
jakarta.persistence.EnumType
-
Packages that use EnumType Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping.org.hibernate.envers.configuration.internal.metadata.reader -
-
Uses of EnumType in jakarta.persistence
Methods in jakarta.persistence that return EnumType Modifier and Type Method Description EnumTypevalue()(Optional) The type used in mapping an enum type.EnumTypevalue()(Optional) The type used in mapping a map key enum type.static EnumTypeEnumType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumType[]EnumType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EnumType in org.hibernate.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return EnumType Modifier and Type Method Description EnumTypePropertyAuditingData. getMapKeyEnumType()Methods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type EnumType Modifier and Type Method Description voidPropertyAuditingData. setMapKeyEnumType(EnumType mapKeyEnumType)
-