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