org.hibernate.type.descriptor.java
Class JdbcTimestampTypeDescriptor.TimestampMutabilityPlan

java.lang.Object
  extended by org.hibernate.type.descriptor.java.MutableMutabilityPlan<java.util.Date>
      extended by org.hibernate.type.descriptor.java.JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
All Implemented Interfaces:
java.io.Serializable, MutabilityPlan<java.util.Date>
Enclosing class:
JdbcTimestampTypeDescriptor

public static class JdbcTimestampTypeDescriptor.TimestampMutabilityPlan
extends MutableMutabilityPlan<java.util.Date>

See Also:
Serialized Form

Field Summary
static JdbcTimestampTypeDescriptor.TimestampMutabilityPlan INSTANCE
           
 
Constructor Summary
JdbcTimestampTypeDescriptor.TimestampMutabilityPlan()
           
 
Method Summary
 java.util.Date deepCopyNotNull(java.util.Date value)
           
 
Methods inherited from class org.hibernate.type.descriptor.java.MutableMutabilityPlan
assemble, deepCopy, disassemble, isMutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final JdbcTimestampTypeDescriptor.TimestampMutabilityPlan INSTANCE
Constructor Detail

JdbcTimestampTypeDescriptor.TimestampMutabilityPlan

public JdbcTimestampTypeDescriptor.TimestampMutabilityPlan()
Method Detail

deepCopyNotNull

public java.util.Date deepCopyNotNull(java.util.Date value)
Specified by:
deepCopyNotNull in class MutableMutabilityPlan<java.util.Date>


Copyright © 2012. All Rights Reserved.