public class BindingTypeHelper extends Object
Modifier and Type | Field and Description |
---|---|
static BindingTypeHelper |
INSTANCE
Singleton access
|
Modifier and Type | Method and Description |
---|---|
BasicType |
determineTypeForTemporalType(TemporalType temporalType,
Type baseType,
Object bindValue) |
BasicType |
resolveDateTemporalTypeVariant(Class javaType,
Type baseType) |
BasicType |
resolveTimestampTemporalTypeVariant(Class javaType,
Type baseType) |
BasicType |
resolveTimeTemporalTypeVariant(Class javaType,
Type baseType) |
public static final BindingTypeHelper INSTANCE
public BasicType determineTypeForTemporalType(TemporalType temporalType, Type baseType, Object bindValue)
public BasicType resolveTimestampTemporalTypeVariant(Class javaType, Type baseType)
public BasicType resolveDateTemporalTypeVariant(Class javaType, Type baseType)
Copyright © 2021 JBoss by Red Hat. All rights reserved.