org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.usertype
Class ImmutableType

java.lang.Object
  extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.usertype.ImmutableType
Direct Known Subclasses:
ImmutableCompositeType, ImmutableUserType

public abstract class ImmutableType
extends java.lang.Object

Base class for immutable Hibernate user and composite types.


Constructor Summary
ImmutableType()
           
 
Method Summary
 java.lang.Object deepCopy(java.lang.Object value)
           
 boolean equals(java.lang.Object x, java.lang.Object y)
           
 int hashCode(java.lang.Object x)
           
 boolean isMutable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableType

public ImmutableType()
Method Detail

deepCopy

public java.lang.Object deepCopy(java.lang.Object value)

equals

public boolean equals(java.lang.Object x,
                      java.lang.Object y)

hashCode

public int hashCode(java.lang.Object x)

isMutable

public boolean isMutable()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.