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