Class DateJavaType.DateMutabilityPlan
- java.lang.Object
-
- org.hibernate.type.descriptor.java.MutableMutabilityPlan<Date>
-
- org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
-
- All Implemented Interfaces:
Serializable
,MutabilityPlan<Date>
- Enclosing class:
- DateJavaType
public static class DateJavaType.DateMutabilityPlan extends MutableMutabilityPlan<Date>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static DateJavaType.DateMutabilityPlan
INSTANCE
-
Constructor Summary
Constructors Constructor Description DateMutabilityPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
deepCopyNotNull(Date value)
-
Methods inherited from class org.hibernate.type.descriptor.java.MutableMutabilityPlan
assemble, deepCopy, disassemble, isMutable
-
-
-
-
Field Detail
-
INSTANCE
public static final DateJavaType.DateMutabilityPlan INSTANCE
-
-
Method Detail
-
deepCopyNotNull
public Date deepCopyNotNull(Date value)
- Specified by:
deepCopyNotNull
in classMutableMutabilityPlan<Date>
-
-