Uses of Class
org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
Packages that use MutableMutabilityPlan Package Description org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate. -
-
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
-