接口 BasicJavaDescriptor<T>
-
- 所有超级接口:
JavaTypeDescriptor<T>,Serializable
- 所有已知实现类:
AbstractTypeDescriptor,BigDecimalTypeDescriptor,BigIntegerTypeDescriptor,BlobTypeDescriptor,BooleanTypeDescriptor,ByteArrayTypeDescriptor,ByteTypeDescriptor,CalendarDateTypeDescriptor,CalendarTimeTypeDescriptor,CalendarTypeDescriptor,CharacterArrayTypeDescriptor,CharacterTypeDescriptor,ClassTypeDescriptor,ClobTypeDescriptor,CurrencyTypeDescriptor,DateTypeDescriptor,DoubleTypeDescriptor,DurationJavaDescriptor,EnumJavaTypeDescriptor,FloatTypeDescriptor,InstantJavaDescriptor,IntegerTypeDescriptor,JavaTypeDescriptorRegistry.FallbackJavaTypeDescriptor,JdbcDateTypeDescriptor,JdbcTimestampTypeDescriptor,JdbcTimeTypeDescriptor,LocalDateJavaDescriptor,LocalDateTimeJavaDescriptor,LocaleTypeDescriptor,LocalTimeJavaDescriptor,LongTypeDescriptor,NClobTypeDescriptor,OffsetDateTimeJavaDescriptor,OffsetTimeJavaDescriptor,PrimitiveByteArrayTypeDescriptor,PrimitiveCharacterArrayTypeDescriptor,RowVersionTypeDescriptor,SerializableTypeDescriptor,ShortTypeDescriptor,StringTypeDescriptor,TimeZoneTypeDescriptor,UrlTypeDescriptor,UUIDTypeDescriptor,ZonedDateTimeJavaDescriptor
public interface BasicJavaDescriptor<T> extends JavaTypeDescriptor<T>
- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 默认方法 修饰符和类型 方法 说明 default SqlTypeDescriptorgetJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)Obtain the "recommended" SQL type descriptor for this Java type.-
从接口继承的方法 org.hibernate.type.descriptor.java.JavaTypeDescriptor
areEqual, extractHashCode, extractLoggableRepresentation, fromString, getComparator, getJavaType, getJavaTypeClass, getMutabilityPlan, toString, unwrap, wrap
-
-
-
-
方法详细资料
-
getJdbcRecommendedSqlType
default SqlTypeDescriptor getJdbcRecommendedSqlType(JdbcRecommendedSqlTypeMappingContext context)
Obtain the "recommended" SQL type descriptor for this Java type. The recommended aspect comes from the JDBC spec (mostly).- 参数:
context- Contextual information- 返回:
- The recommended SQL type descriptor
-
-