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