com.atlassian.crowd.embedded.hibernate2.types
Class ApplicationPersistentType

java.lang.Object
  extended by com.atlassian.crowd.embedded.hibernate2.types.ApplicationPersistentType
All Implemented Interfaces:
Serializable, net.sf.hibernate.UserType

public final class ApplicationPersistentType
extends Object

See Also:
Serialized Form

Constructor Summary
ApplicationPersistentType()
           
 
Method Summary
 Object deepCopy(Object value)
           
 boolean equals(Object x, Object y)
           
 boolean isMutable()
           
 Object nullSafeGet(ResultSet rs, String[] names, Object owner)
           
 void nullSafeSet(PreparedStatement st, Object value, int index)
           
 Class returnedClass()
           
 int[] sqlTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationPersistentType

public ApplicationPersistentType()
Method Detail

sqlTypes

public final int[] sqlTypes()
Specified by:
sqlTypes in interface net.sf.hibernate.UserType

returnedClass

public final Class returnedClass()
Specified by:
returnedClass in interface net.sf.hibernate.UserType

equals

public final boolean equals(Object x,
                            Object y)
                     throws net.sf.hibernate.HibernateException
Specified by:
equals in interface net.sf.hibernate.UserType
Throws:
net.sf.hibernate.HibernateException

nullSafeGet

public final Object nullSafeGet(ResultSet rs,
                                String[] names,
                                Object owner)
                         throws net.sf.hibernate.HibernateException,
                                SQLException
Specified by:
nullSafeGet in interface net.sf.hibernate.UserType
Throws:
net.sf.hibernate.HibernateException
SQLException

nullSafeSet

public final void nullSafeSet(PreparedStatement st,
                              Object value,
                              int index)
                       throws net.sf.hibernate.HibernateException,
                              SQLException
Specified by:
nullSafeSet in interface net.sf.hibernate.UserType
Throws:
net.sf.hibernate.HibernateException
SQLException

deepCopy

public final Object deepCopy(Object value)
                      throws net.sf.hibernate.HibernateException
Specified by:
deepCopy in interface net.sf.hibernate.UserType
Throws:
net.sf.hibernate.HibernateException

isMutable

public final boolean isMutable()
Specified by:
isMutable in interface net.sf.hibernate.UserType


Copyright © 2003–2015 Atlassian. All rights reserved.