com.u2d.persist.type
Class FieldPathUserType

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

public class FieldPathUserType
extends BaseUserType

Date: May 24, 2005 Time: 7:35:34 PM

Author:
Eitan Suez

Constructor Summary
FieldPathUserType()
           
 
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 st, 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

FieldPathUserType

public FieldPathUserType()
Method Detail

equals

public boolean equals(java.lang.Object x,
                      java.lang.Object y)
               throws org.hibernate.HibernateException
Throws:
org.hibernate.HibernateException

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 st,
                        java.lang.Object value,
                        int index)
                 throws org.hibernate.HibernateException,
                        java.sql.SQLException
Throws:
org.hibernate.HibernateException
java.sql.SQLException

sqlTypes

public int[] sqlTypes()

returnedClass

public java.lang.Class returnedClass()