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