Class JdbcTimestampJavaType.TimestampMutabilityPlan
- java.lang.Object
-
- org.hibernate.type.descriptor.java.MutableMutabilityPlan<Date>
-
- org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
-
- All Implemented Interfaces:
Serializable
,MutabilityPlan<Date>
- Enclosing class:
- JdbcTimestampJavaType
public static class JdbcTimestampJavaType.TimestampMutabilityPlan extends MutableMutabilityPlan<Date>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static JdbcTimestampJavaType.TimestampMutabilityPlan
INSTANCE
-
Constructor Summary
Constructors Constructor Description TimestampMutabilityPlan()
-
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 JdbcTimestampJavaType.TimestampMutabilityPlan INSTANCE
-
-
Method Detail
-
deepCopyNotNull
public Date deepCopyNotNull(Date value)
- Specified by:
deepCopyNotNull
in classMutableMutabilityPlan<Date>
-
-