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