Uses of Class
org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
Packages that use MutableMutabilityPlan Package Description org.hibernate.type.descriptor.converter.internal Implements the SPI for basic-typed value conversions.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate. -
-
Uses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter.internal
Subclasses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter.internal Modifier and Type Class Description class
AttributeConverterMutabilityPlanImpl<T>
The defaultMutabilityPlan
for a converted value assumes, in the absence of additional evidence, that the value is mutable, so that dirty checking, deep copying, and second-level caching all work correctly in the case where it really is mutable. -
Uses of MutableMutabilityPlan in org.hibernate.type.descriptor.java
Subclasses of MutableMutabilityPlan in org.hibernate.type.descriptor.java Modifier and Type Class Description class
ArrayMutabilityPlan<T>
A mutability plan for arrays.static class
CalendarJavaType.CalendarMutabilityPlan
static class
DateJavaType.DateMutabilityPlan
static class
JdbcDateJavaType.DateMutabilityPlan
static class
JdbcTimeJavaType.TimeMutabilityPlan
static class
JdbcTimestampJavaType.TimestampMutabilityPlan
static class
SerializableJavaType.SerializableMutabilityPlan<S extends Serializable>
Fields in org.hibernate.type.descriptor.java declared as MutableMutabilityPlan Modifier and Type Field Description static MutableMutabilityPlan<Object>
MutableMutabilityPlan. INSTANCE
-