类 ArrayMutabilityPlan<T>
- java.lang.Object
-
- org.hibernate.type.descriptor.java.MutableMutabilityPlan<T>
-
- org.hibernate.type.descriptor.java.ArrayMutabilityPlan<T>
-
- 所有已实现的接口:
Serializable,MutabilityPlan<T>
public class ArrayMutabilityPlan<T> extends MutableMutabilityPlan<T>
A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves are immutable, a shallow copy is enough.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static ArrayMutabilityPlanINSTANCE
-
构造器概要
构造器 构造器 说明 ArrayMutabilityPlan()
-
-
-
字段详细资料
-
INSTANCE
public static final ArrayMutabilityPlan INSTANCE
-
-
方法详细资料
-
deepCopyNotNull
public T deepCopyNotNull(T value)
- 指定者:
deepCopyNotNull在类中MutableMutabilityPlan<T>
-
-