Uses of Enum Class
jakarta.persistence.EnumType
Packages that use EnumType
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the Hibernate configuration-time mapping model.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of EnumType in jakarta.persistence
Methods in jakarta.persistence that return EnumType -
Uses of EnumType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as EnumTypeModifier and TypeFieldDescriptionprotected EnumTypeJaxbBasic.enumeratedprotected EnumTypeJaxbElementCollection.enumeratedprotected EnumTypeJaxbElementCollection.mapKeyEnumeratedprotected EnumTypeJaxbManyToMany.mapKeyEnumeratedprotected EnumTypeJaxbOneToMany.mapKeyEnumeratedMethods in org.hibernate.boot.jaxb.mapping that return EnumTypeModifier and TypeMethodDescriptionJaxbBasic.getEnumerated()Gets the value of the enumerated property.JaxbElementCollection.getEnumerated()Gets the value of the enumerated property.CollectionAttribute.getMapKeyEnumerated()JaxbElementCollection.getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.JaxbManyToMany.getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.JaxbOneToMany.getMapKeyEnumerated()Gets the value of the mapKeyEnumerated property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type EnumTypeModifier and TypeMethodDescriptionvoidJaxbBasic.setEnumerated(EnumType value) Sets the value of the enumerated property.voidJaxbElementCollection.setEnumerated(EnumType value) Sets the value of the enumerated property.voidCollectionAttribute.setMapKeyEnumerated(EnumType value) voidJaxbElementCollection.setMapKeyEnumerated(EnumType value) Sets the value of the mapKeyEnumerated property.voidJaxbManyToMany.setMapKeyEnumerated(EnumType value) Sets the value of the mapKeyEnumerated property.voidJaxbOneToMany.setMapKeyEnumerated(EnumType value) Sets the value of the mapKeyEnumerated property. -
Uses of EnumType in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return EnumTypeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type EnumType -
Uses of EnumType in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return EnumType -
Uses of EnumType in org.hibernate.envers.configuration.internal.metadata.reader
Methods in org.hibernate.envers.configuration.internal.metadata.reader that return EnumTypeMethods in org.hibernate.envers.configuration.internal.metadata.reader with parameters of type EnumTypeModifier and TypeMethodDescriptionvoidPropertyAuditingData.setMapKeyEnumType(EnumType mapKeyEnumType) -
Uses of EnumType in org.hibernate.mapping
Methods in org.hibernate.mapping that return EnumTypeModifier and TypeMethodDescriptionBasicValue.getEnumeratedType()BasicValue.getEnumerationStyle()Methods in org.hibernate.mapping with parameters of type EnumType -
Uses of EnumType in org.hibernate.type.descriptor.jdbc
Methods in org.hibernate.type.descriptor.jdbc that return EnumTypeModifier and TypeMethodDescriptionDelegatingJdbcTypeIndicators.getEnumeratedType()default EnumTypeJdbcTypeIndicators.getEnumeratedType()For enum mappings, what style of storage was requested (name vs. ordinal)?