com.u2d.persist.type
Class FileEOUserType

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

public class FileEOUserType
extends BaseUserType

Created by IntelliJ IDEA. User: eitan Date: Nov 28, 2005 Time: 11:04:26 PM


Constructor Summary
FileEOUserType()
           
 
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

FileEOUserType

public FileEOUserType()
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()