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.TimestampMutabilityPlanINSTANCE
-
Constructor Summary
Constructors Constructor Description TimestampMutabilityPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatedeepCopyNotNull(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:
deepCopyNotNullin classMutableMutabilityPlan<Date>
-
-