src.groovy
Class GeometryType

author:
nbarker $date 16/8/06

Field Summary
 def SQL_TYPES
           
 
Constructor Summary
GeometryType()
           
 
Method Summary
Object assemble(Serializable cached, Object owner)
          
Object deepCopy(Object value)
          
Serializable disassemble(Object value)
          
boolean equals(Object x, Object y)
          
int hashCode(Object arg0)
          
boolean isMutable()
          
Object nullSafeGet(ResultSet resultSet, def names, Object owner)
           )
void nullSafeSet(PreparedStatement statement, Object value, int index)
          
Object replace(Object original, Object target, Object owner)
          
Class returnedClass()
          
def sqlTypes()
          
 

Constructor Detail

GeometryType

GeometryType()


Method Detail

assemble

public Object assemble(Serializable cached, Object owner)
see:
org.hibernate.usertype.UserType#assemble(java.io.Serializable, java.lang.Object)


deepCopy

public Object deepCopy(Object value)
see:
org.hibernate.usertype.UserType#deepCopy(java.lang.Object)


disassemble

public Serializable disassemble(Object value)
see:
org.hibernate.usertype.UserType#disassemble(java.lang.Object)


equals

public boolean equals(Object x, Object y)
see:
org.hibernate.usertype.UserType#equals(java.lang.Object, java.lang.Object)


hashCode

public int hashCode(Object arg0)
see:
org.hibernate.usertype.UserType#hashCode(java.lang.Object)


isMutable

public boolean isMutable()
see:
org.hibernate.usertype.UserType#isMutable()


nullSafeGet

public Object nullSafeGet(ResultSet resultSet, def names, Object owner)
)
see:
org.hibernate.usertype.UserType#nullSafeGet(java.sql.ResultSet, java.lang.String [], java.lang.Object)


nullSafeSet

public void nullSafeSet(PreparedStatement statement, Object value, int index)
see:
org.hibernate.usertype.UserType#nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int)


replace

public Object replace(Object original, Object target, Object owner)


returnedClass

public Class returnedClass()


sqlTypes

public def sqlTypes()
see:
org.hibernate.usertype.UserType#sqlTypes()