|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbucket.core.persistence.hibernate.schema.TransientHibernateHandle
@Deprecated public class TransientHibernateHandle
This handle implementation cannot be converted to a String. It is intended to be used in memory during long transactions to maintain large collections of persisten objects while using less memory.
| Constructor Summary | |
|---|---|
TransientHibernateHandle(Class clazz,
Object id)
Deprecated. |
|
TransientHibernateHandle(net.sf.hibernate.Session session,
Object object)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
Object |
get(net.sf.hibernate.Session session)
Deprecated. |
Class |
getClazz()
Deprecated. |
Serializable |
getId()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TransientHibernateHandle(Class clazz,
Object id)
public TransientHibernateHandle(net.sf.hibernate.Session session,
Object object)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Serializable getId()
public Class getClazz()
public Object get(net.sf.hibernate.Session session)
throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateExceptionpublic String toString()
toString in interface com.atlassian.bonnie.HandletoString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||