Uses of Class
org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
-
Packages that use ImmutableMutabilityPlan Package Description org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate. -
-
Uses of ImmutableMutabilityPlan in org.hibernate.type.descriptor.java
Fields in org.hibernate.type.descriptor.java declared as ImmutableMutabilityPlan Modifier and Type Field Description static ImmutableMutabilityPlan
ImmutableMutabilityPlan. INSTANCE
Methods in org.hibernate.type.descriptor.java that return ImmutableMutabilityPlan Modifier and Type Method Description static <X> ImmutableMutabilityPlan<X>
ImmutableMutabilityPlan. instance()
-