com.atlassian.confluence.core.persistence.hibernate
Class TransientHibernateHandle

java.lang.Object
  extended by bucket.core.persistence.hibernate.schema.TransientHibernateHandle
      extended by com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
All Implemented Interfaces:
com.atlassian.bonnie.Handle, com.atlassian.hibernate.extras.ExportHibernateHandle, Serializable

public class TransientHibernateHandle
extends TransientHibernateHandle
implements com.atlassian.hibernate.extras.ExportHibernateHandle

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 persistent objects while using less memory.

See Also:
Serialized Form

Constructor Summary
TransientHibernateHandle(Class clazz, Object id)
           
TransientHibernateHandle(net.sf.hibernate.Session session, Object object)
           
 
Method Summary
 
Methods inherited from class bucket.core.persistence.hibernate.schema.TransientHibernateHandle
equals, get, getClazz, getId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.hibernate.extras.ExportHibernateHandle
get, getClazz
 

Constructor Detail

TransientHibernateHandle

public TransientHibernateHandle(Class clazz,
                                Object id)

TransientHibernateHandle

public TransientHibernateHandle(net.sf.hibernate.Session session,
                                Object object)


Copyright © 2003–2015 Atlassian. All rights reserved.