Uses of Class
org.hibernate.type.descriptor.java.EnumJavaType
Packages that use EnumJavaType
Package
Description
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Nodes representing expressions in the SQM tree.
-
Uses of EnumJavaType in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type EnumJavaTypeModifier and TypeMethodDescriptionstatic <E extends Enum<E>>
BasicValue.Resolution<E>InferredBasicValueResolver.fromEnum
(EnumJavaType<E> enumJavaType, JdbcType explicitJdbcType, JdbcTypeIndicators stdIndicators, BootstrapContext context) Constructors in org.hibernate.boot.model.process.internal with parameters of type EnumJavaTypeModifierConstructorDescriptionEnumeratedValueConverter
(EnumJavaType<E> enumJavaType, JavaType<R> relationalJavaType, Field valueField) -
Uses of EnumJavaType in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return EnumJavaTypeMethods in org.hibernate.metamodel.model.domain with parameters of type EnumJavaTypeModifier and TypeMethodDescription<E extends Enum<E>>
EJpaMetamodel.enumValue
(EnumJavaType<E> enumType, String enumValueName) -
Uses of EnumJavaType in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return EnumJavaTypeModifier and TypeMethodDescriptionEnumJavaType<?>
JpaMetamodelImpl.getEnumType
(String className) EnumJavaType<?>
MappingMetamodelImpl.getEnumType
(String className) Methods in org.hibernate.metamodel.model.domain.internal with parameters of type EnumJavaTypeModifier and TypeMethodDescription<E extends Enum<E>>
EJpaMetamodelImpl.enumValue
(EnumJavaType<E> enumType, String enumValueName) <E extends Enum<E>>
EMappingMetamodelImpl.enumValue
(EnumJavaType<E> enumType, String enumValueName) -
Uses of EnumJavaType in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return EnumJavaTypeConstructors in org.hibernate.query.sqm.tree.expression with parameters of type EnumJavaTypeModifierConstructorDescriptionSqmEnumLiteral
(E enumValue, EnumJavaType<E> referencedEnumTypeDescriptor, String enumValueName, NodeBuilder nodeBuilder)