com.u2d.persist.type
Class IntEOUserType

java.lang.Object
  extended by com.u2d.persist.type.BaseUserType
      extended by com.u2d.persist.type.IntEOUserType
All Implemented Interfaces:
org.hibernate.usertype.UserType

public class IntEOUserType
extends BaseUserType

Date: May 24, 2005 Time: 7:08:08 PM

Author:
Eitan Suez

Constructor Summary
IntEOUserType()
           
 
Method Summary
 boolean equals(java.lang.Object x, java.lang.Object y)
           
 java.lang.Object nullSafeGet(java.sql.ResultSet rs, java.lang.String[] names, java.lang.Object owner)
           
 void nullSafeSet(java.sql.PreparedStatement pstmt, java.lang.Object value, int index)
           
 java.lang.Class returnedClass()
           
 int[] sqlTypes()
           
 
Methods inherited from class com.u2d.persist.type.BaseUserType
assemble, deepCopy, disassemble, hashCode, isMutable, replace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntEOUserType

public IntEOUserType()
Method Detail

equals

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

nullSafeGet

public java.lang.Object nullSafeGet(java.sql.ResultSet rs,
                                    java.lang.String[] names,
                                    java.lang.Object owner)
                             throws org.hibernate.HibernateException,
                                    java.sql.SQLException
Throws:
org.hibernate.HibernateException
java.sql.SQLException

nullSafeSet

public void nullSafeSet(java.sql.PreparedStatement pstmt,
                        java.lang.Object value,
                        int index)
                 throws org.hibernate.HibernateException,
                        java.sql.SQLException
Throws:
org.hibernate.HibernateException
java.sql.SQLException

returnedClass

public java.lang.Class returnedClass()

sqlTypes

public int[] sqlTypes()