Uses of Class
org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
Packages that use MutableMutabilityPlan Package Description org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.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 classAttributeConverterMutabilityPlanImpl<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 classArrayMutabilityPlan<T>A mutability plan for arrays.static classCalendarTypeDescriptor.CalendarMutabilityPlanstatic classDateTypeDescriptor.DateMutabilityPlanstatic classJdbcDateTypeDescriptor.DateMutabilityPlanstatic classJdbcTimestampTypeDescriptor.TimestampMutabilityPlanstatic classJdbcTimeTypeDescriptor.TimeMutabilityPlanstatic classSerializableTypeDescriptor.SerializableMutabilityPlan<S extends java.io.Serializable>
-