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