Uses of Interface
org.hibernate.type.descriptor.java.MutabilityPlan
-
Packages that use MutabilityPlan Package Description org.hibernate.type org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.descriptor.java -
-
Uses of MutabilityPlan in org.hibernate.type
Methods in org.hibernate.type that return MutabilityPlan Modifier and Type Method Description protected MutabilityPlan<T>AbstractStandardBasicType. getMutabilityPlan()protected MutabilityPlan<T>AdaptedImmutableType. getMutabilityPlan() -
Uses of MutabilityPlan in org.hibernate.type.descriptor.converter
Classes in org.hibernate.type.descriptor.converter that implement MutabilityPlan 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.Methods in org.hibernate.type.descriptor.converter that return MutabilityPlan Modifier and Type Method Description protected MutabilityPlan<T>AttributeConverterTypeAdapter. getMutabilityPlan() -
Uses of MutabilityPlan in org.hibernate.type.descriptor.java
Classes in org.hibernate.type.descriptor.java that implement MutabilityPlan Modifier and Type Class Description classArrayMutabilityPlan<T>A mutability plan for arrays.static classBlobTypeDescriptor.BlobMutabilityPlanstatic classCalendarTypeDescriptor.CalendarMutabilityPlanstatic classClobTypeDescriptor.ClobMutabilityPlanstatic classDateTypeDescriptor.DateMutabilityPlanclassImmutableMutabilityPlan<T>Mutability plan for immutable objectsstatic classJdbcDateTypeDescriptor.DateMutabilityPlanstatic classJdbcTimestampTypeDescriptor.TimestampMutabilityPlanstatic classJdbcTimeTypeDescriptor.TimeMutabilityPlanclassMutableMutabilityPlan<T>Mutability plan for mutable objectsstatic classNClobTypeDescriptor.NClobMutabilityPlanstatic classSerializableTypeDescriptor.SerializableMutabilityPlan<S extends java.io.Serializable>Methods in org.hibernate.type.descriptor.java that return MutabilityPlan Modifier and Type Method Description MutabilityPlan<T>AbstractTypeDescriptor. getMutabilityPlan()default MutabilityPlan<T>JavaTypeDescriptor. getMutabilityPlan()Retrieve the mutability plan for this Java type.Constructors in org.hibernate.type.descriptor.java with parameters of type MutabilityPlan Constructor Description AbstractTypeDescriptor(java.lang.Class<T> type, MutabilityPlan<T> mutabilityPlan)Initialize a type descriptor for the given type.
-