类的使用
org.hibernate.type.descriptor.java.MutableMutabilityPlan
-
使用MutableMutabilityPlan的程序包 程序包 说明 org.hibernate.type.descriptor.converter Support for handling JPAAttributeConverterinstances as part of the HibernateTypesystem.org.hibernate.type.descriptor.java -
-
org.hibernate.type.descriptor.converter中MutableMutabilityPlan的使用
org.hibernate.type.descriptor.converter中MutableMutabilityPlan的子类 修饰符和类型 类 说明 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. -
org.hibernate.type.descriptor.java中MutableMutabilityPlan的使用
org.hibernate.type.descriptor.java中MutableMutabilityPlan的子类 修饰符和类型 类 说明 classArrayMutabilityPlan<T>A mutability plan for arrays.static classCalendarTypeDescriptor.CalendarMutabilityPlanstatic classDateTypeDescriptor.DateMutabilityPlanstatic classJdbcDateTypeDescriptor.DateMutabilityPlanstatic classJdbcTimestampTypeDescriptor.TimestampMutabilityPlanstatic classJdbcTimeTypeDescriptor.TimeMutabilityPlanstatic classSerializableTypeDescriptor.SerializableMutabilityPlan<S extends Serializable>
-