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 classCalendarJavaType.CalendarMutabilityPlanstatic classDateJavaType.DateMutabilityPlanstatic classJdbcDateJavaType.DateMutabilityPlanstatic classJdbcTimeJavaType.TimeMutabilityPlanstatic classJdbcTimestampJavaType.TimestampMutabilityPlanstatic classSerializableJavaType.SerializableMutabilityPlan<S extends Serializable>Fields in org.hibernate.type.descriptor.java declared as MutableMutabilityPlan Modifier and Type Field Description static MutableMutabilityPlan<Object>MutableMutabilityPlan. INSTANCE
-