Package | Description |
---|---|
org.hibernate.internal.util.type |
Modifier and Type | Class and Description |
---|---|
static class |
PrimitiveWrapperHelper.BooleanDescriptor |
static class |
PrimitiveWrapperHelper.ByteDescriptor |
static class |
PrimitiveWrapperHelper.CharacterDescriptor |
static class |
PrimitiveWrapperHelper.DoubleDescriptor |
static class |
PrimitiveWrapperHelper.FloatDescriptor |
static class |
PrimitiveWrapperHelper.IntegerDescriptor |
static class |
PrimitiveWrapperHelper.LongDescriptor |
static class |
PrimitiveWrapperHelper.ShortDescriptor |
Modifier and Type | Method and Description |
---|---|
static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> |
PrimitiveWrapperHelper.getDescriptorByPrimitiveType(Class<X> primitiveClazz) |
static <X> PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<X> |
PrimitiveWrapperHelper.getDescriptorByWrapperType(Class<X> wrapperClass) |
Copyright © 2019. All rights reserved.