Uses of Interface
org.hibernate.type.descriptor.java.JavaType.CoercionContext
-
Packages that use JavaType.CoercionContext Package Description org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.loader.access org.hibernate.type.descriptor.java -
-
Uses of JavaType.CoercionContext in org.hibernate.engine.spi
Subinterfaces of JavaType.CoercionContext in org.hibernate.engine.spi Modifier and Type Interface Description interfaceSessionImplementorDefines the "internal contract" forSessionand other parts of Hibernate such asType,EntityPersisterandCollectionPersisterimplementations.interfaceSharedSessionContractImplementorDefines the internal contract shared betweenSessionandStatelessSessionas used by other parts of Hibernate (such asType,EntityPersisterandCollectionPersisterimplementors A Session, through this interface and SharedSessionContractImplementor, implements:JdbcSessionOwnerto drive the behavior of a "JDBC session".Classes in org.hibernate.engine.spi that implement JavaType.CoercionContext Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended. -
Uses of JavaType.CoercionContext in org.hibernate.event.spi
Subinterfaces of JavaType.CoercionContext in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of JavaType.CoercionContext in org.hibernate.loader.access
Classes in org.hibernate.loader.access that implement JavaType.CoercionContext Modifier and Type Class Description classIdentifierLoadAccessImpl<T> -
Uses of JavaType.CoercionContext in org.hibernate.type.descriptor.java
Methods in org.hibernate.type.descriptor.java with parameters of type JavaType.CoercionContext Modifier and Type Method Description <X> BigDecimalBigDecimalJavaType. coerce(X value, JavaType.CoercionContext coercionContext)<X> BigIntegerBigIntegerJavaType. coerce(X value, JavaType.CoercionContext coercionContext)<X> ByteByteJavaType. coerce(X value, JavaType.CoercionContext coercionContext)<X> TDbTimestampJavaType. coerce(X value, JavaType.CoercionContext coercionContext)Deprecated.<X> DoubleDoubleJavaType. coerce(X value, JavaType.CoercionContext coercionContext)<X> FloatFloatJavaType. coerce(X value, JavaType.CoercionContext coercionContext)IntegerIntegerJavaType. coerce(Object value, JavaType.CoercionContext coercionContext)default <X> TJavaType. coerce(X value, JavaType.CoercionContext coercionContext)DateJdbcDateJavaType. coerce(Object value, JavaType.CoercionContext coercionContext)DateJdbcTimeJavaType. coerce(Object value, JavaType.CoercionContext coercionContext)DateJdbcTimestampJavaType. coerce(Object value, JavaType.CoercionContext coercionContext)<X> LongLongJavaType. coerce(X value, JavaType.CoercionContext coercionContext)ShortShortJavaType. coerce(Object value, JavaType.CoercionContext coercionContext)
-