Uses of Class
org.hibernate.type.descriptor.java.MutableMutabilityPlan
Packages that use MutableMutabilityPlan
Package
Description
Implements the SPI for basic-typed value conversions.
Integrates a range of types defined by the JDK with the type system
of Hibernate.
-
Uses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter.internal
Subclasses of MutableMutabilityPlan in org.hibernate.type.descriptor.converter.internalModifier and TypeClassDescriptionclassThe defaultMutabilityPlanfor a converted value assumes, in the absence of additional evidence, that the value is mutable, so that dirty checking, deep copying, and second-level caching all work correctly in the case where it really is mutable. -
Uses of MutableMutabilityPlan in org.hibernate.type.descriptor.java
Subclasses of MutableMutabilityPlan in org.hibernate.type.descriptor.javaModifier and TypeClassDescriptionclassDeprecated.static classstatic classfinal classA mutability plan for mutable arrays of immutable, non-primitive objects.static classstatic classstatic classstatic classFields in org.hibernate.type.descriptor.java declared as MutableMutabilityPlanModifier and TypeFieldDescriptionstatic final MutableMutabilityPlan<Object>MutableMutabilityPlan.INSTANCE
ImmutableObjectArrayMutabilityPlan.get()for object arrays, or implement a dedicated mutability plan for primitive arrays (see for exampleShortPrimitiveArrayJavaType's mutability plan).