|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.type.descriptor.java.MutableMutabilityPlan<T>
org.hibernate.type.descriptor.java.ArrayMutabilityPlan<T>
public class ArrayMutabilityPlan<T>
A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves are immutable, a shallow copy is enough.
| Field Summary | |
|---|---|
static ArrayMutabilityPlan |
INSTANCE
|
| Constructor Summary | |
|---|---|
ArrayMutabilityPlan()
|
|
| Method Summary | |
|---|---|
T |
deepCopyNotNull(T value)
|
| Methods inherited from class org.hibernate.type.descriptor.java.MutableMutabilityPlan |
|---|
assemble, deepCopy, disassemble, isMutable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ArrayMutabilityPlan INSTANCE
| Constructor Detail |
|---|
public ArrayMutabilityPlan()
| Method Detail |
|---|
public T deepCopyNotNull(T value)
deepCopyNotNull in class MutableMutabilityPlan<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||