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 TypeClassDescriptionclassA mutability plan for arrays.static classstatic classstatic classstatic classstatic classstatic classFields in org.hibernate.type.descriptor.java declared as MutableMutabilityPlanModifier and TypeFieldDescriptionstatic final MutableMutabilityPlan<Object>MutableMutabilityPlan.INSTANCE