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.BooleanDescriptor
INSTANCE
-
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:
getPrimitiveClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Boolean>
-
getWrapperClass
public Class<Boolean> getWrapperClass()
- Specified by:
getWrapperClass
in interfacePrimitiveWrapperHelper.PrimitiveWrapperDescriptor<Boolean>
-
-