Package org.hibernate.internal.util.type
Class PrimitiveWrapperHelper.DoubleDescriptor
- java.lang.Object
-
- org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
-
- All Implemented Interfaces:
PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Double>
- Enclosing class:
- PrimitiveWrapperHelper
public static class PrimitiveWrapperHelper.DoubleDescriptor extends Object implements PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Double>
-
-
Field Summary
Fields Modifier and Type Field Description static PrimitiveWrapperHelper.DoubleDescriptor
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<Double>
getPrimitiveClass()
Class<Double>
getWrapperClass()
-
-
-
Field Detail
-
INSTANCE
public static final PrimitiveWrapperHelper.DoubleDescriptor INSTANCE
-
-
Method Detail
-
getPrimitiveClass
public Class<Double> getPrimitiveClass()
- Specified by:
getPrimitiveClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Double>
-
getWrapperClass
public Class<Double> getWrapperClass()
- Specified by:
getWrapperClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Double>
-
-