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 aproach 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
CalendarTypeDescriptor.CalendarMutabilityPlan
static class
DateTypeDescriptor.DateMutabilityPlan
static class
JdbcDateTypeDescriptor.DateMutabilityPlan
static class
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
static class
JdbcTimeTypeDescriptor.TimeMutabilityPlan
static class
SerializableTypeDescriptor.SerializableMutabilityPlan<S extends java.io.Serializable>
-