Uses of Class
org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
Packages that use MutableMutabilityPlan Package Description org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverter
instances as part of the HibernateType
system.org.hibernate.type.descriptor.java -
-
Uses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter
Subclasses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter Modifier and Type Class Description class
AttributeConverterMutabilityPlanImpl<T>
The standard approach for defining a MutabilityPlan for converted (AttributeConverter) values is to always assume that they are immutable to make sure that dirty checking, deep copying and second-level caching all work properly no matter what. -
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
-