com.atlassian.crowd.embedded.hibernate2.types
Class GroupPersistentType
java.lang.Object
com.atlassian.crowd.embedded.hibernate2.types.GroupPersistentType
- All Implemented Interfaces:
- java.io.Serializable, net.sf.hibernate.UserType
public final class GroupPersistentType
- extends java.lang.Object
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
deepCopy(java.lang.Object value)
|
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 owner)
|
void |
nullSafeSet(java.sql.PreparedStatement st,
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 |
GroupPersistentType
public GroupPersistentType()
sqlTypes
public final int[] sqlTypes()
- Specified by:
sqlTypes
in interface net.sf.hibernate.UserType
returnedClass
public final java.lang.Class returnedClass()
- Specified by:
returnedClass
in interface net.sf.hibernate.UserType
equals
public final boolean equals(java.lang.Object x,
java.lang.Object y)
throws net.sf.hibernate.HibernateException
- Specified by:
equals
in interface net.sf.hibernate.UserType
- Throws:
net.sf.hibernate.HibernateException
nullSafeGet
public final java.lang.Object nullSafeGet(java.sql.ResultSet rs,
java.lang.String[] names,
java.lang.Object owner)
throws net.sf.hibernate.HibernateException,
java.sql.SQLException
- Specified by:
nullSafeGet
in interface net.sf.hibernate.UserType
- Throws:
net.sf.hibernate.HibernateException
java.sql.SQLException
nullSafeSet
public final void nullSafeSet(java.sql.PreparedStatement st,
java.lang.Object value,
int index)
throws net.sf.hibernate.HibernateException,
java.sql.SQLException
- Specified by:
nullSafeSet
in interface net.sf.hibernate.UserType
- Throws:
net.sf.hibernate.HibernateException
java.sql.SQLException
deepCopy
public final java.lang.Object deepCopy(java.lang.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-2014 Atlassian. All Rights Reserved.