public class

ArrayMutabilityPlan

extends MutableMutabilityPlan<T>
java.lang.Object
   ↳ org.hibernate.type.descriptor.java.MutableMutabilityPlan<T>
     ↳ org.hibernate.type.descriptor.java.ArrayMutabilityPlan<T>

Class Overview

A mutability plan for arrays. Specifically arrays of immutable element type; since the elements themselves are immutable, a shallow copy is enough.

Summary

Fields
public static final ArrayMutabilityPlan INSTANCE
Public Constructors
ArrayMutabilityPlan()
Public Methods
T deepCopyNotNull(T value)
[Expand]
Inherited Methods
From class org.hibernate.type.descriptor.java.MutableMutabilityPlan
From class java.lang.Object
From interface org.hibernate.type.descriptor.java.MutabilityPlan

Fields

public static final ArrayMutabilityPlan INSTANCE

Public Constructors

public ArrayMutabilityPlan ()

Public Methods

public T deepCopyNotNull (T value)