net.sf.flock.hibernate
Class URLType
java.lang.Object
  |
  +--net.sf.flock.hibernate.URLType
- All Implemented Interfaces: 
- net.sf.hibernate.UserType
- public class URLType- extends java.lang.Object- implements net.sf.hibernate.UserType
 
| Method Summary | 
|  java.lang.Object | deepCopy(java.lang.Object x)
 | 
|  boolean | equals(java.lang.Object x,
       java.lang.Object y)
 | 
|  boolean | isMutable()
 | 
|  java.lang.Object | nullSafeGet(java.sql.ResultSet rs,
            java.lang.String[] names,
            java.lang.Object o)
 | 
|  void | nullSafeSet(java.sql.PreparedStatement ps,
            java.lang.Object value,
            int index)
 | 
|  java.lang.Class | returnedClass()
 | 
|  int[] | sqlTypes()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
URLType
public URLType()
sqlTypes
public int[] sqlTypes()
- 
- Specified by:
- sqlTypesin interface- net.sf.hibernate.UserType
 
- 
- See Also:
- cirrus.hibernate.UserType#sqlTypes()
 
returnedClass
public java.lang.Class returnedClass()
- 
- Specified by:
- returnedClassin interface- net.sf.hibernate.UserType
 
- 
- See Also:
- cirrus.hibernate.UserType#returnedClass()
 
equals
public boolean equals(java.lang.Object x,
                      java.lang.Object y)
- 
- Specified by:
- equalsin interface- net.sf.hibernate.UserType
 
- 
- See Also:
- cirrus.hibernate.UserType#equals(java.lang.Object, java.lang.Object)
 
nullSafeGet
public java.lang.Object nullSafeGet(java.sql.ResultSet rs,
                                    java.lang.String[] names,
                                    java.lang.Object o)
                             throws net.sf.hibernate.HibernateException,
                                    java.sql.SQLException
- 
- Specified by:
- nullSafeGetin interface- net.sf.hibernate.UserType
 
- 
- net.sf.hibernate.HibernateException
- java.sql.SQLException
- See Also:
- cirrus.hibernate.UserType#nullSafeGet(java.sql.ResultSet, java.lang.String, java.lang.Object)
 
nullSafeSet
public void nullSafeSet(java.sql.PreparedStatement ps,
                        java.lang.Object value,
                        int index)
                 throws net.sf.hibernate.HibernateException,
                        java.sql.SQLException
- 
- Specified by:
- nullSafeSetin interface- net.sf.hibernate.UserType
 
- 
- net.sf.hibernate.HibernateException
- java.sql.SQLException
- See Also:
- cirrus.hibernate.UserType#nullSafeSet(java.sql.PreparedStatement, java.lang.Object, int)
 
deepCopy
public java.lang.Object deepCopy(java.lang.Object x)
- 
- Specified by:
- deepCopyin interface- net.sf.hibernate.UserType
 
- 
- See Also:
- cirrus.hibernate.UserType#deepCopy(java.lang.Object)
 
isMutable
public boolean isMutable()
- 
- Specified by:
- isMutablein interface- net.sf.hibernate.UserType
 
- 
- See Also:
- cirrus.hibernate.UserType#isMutable()
 
Copyright © 2002-2003 Presence Inc. All Rights Reserved.