Package org.hibernate.models.internal
Class EnumTypeDescriptor<E extends Enum<E>>
java.lang.Object
org.hibernate.models.internal.AbstractTypeDescriptor<E>
org.hibernate.models.internal.EnumTypeDescriptor<E>
- All Implemented Interfaces:
ValueTypeDescriptor<E>
Descriptor for enum values
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type for the value.E[]makeArray(int size, ModelsContext modelContext) Methods inherited from class org.hibernate.models.internal.AbstractTypeDescriptor
createAttributeDescriptor, createJdkValueConverter, createJdkValueExtractor, render, render, toString
-
Constructor Details
-
EnumTypeDescriptor
-
-
Method Details
-
getValueType
Description copied from interface:ValueTypeDescriptorThe type for the value. -
unwrap
-
makeArray
-