com.atlassian.confluence.core.persistence.hibernate
Class TransientHibernateHandle
java.lang.Object
bucket.core.persistence.hibernate.schema.TransientHibernateHandle
com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
- All Implemented Interfaces:
- com.atlassian.bonnie.Handle, com.atlassian.hibernate.extras.ExportHibernateHandle, java.io.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
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 |
TransientHibernateHandle
public TransientHibernateHandle(java.lang.Class clazz,
java.lang.Object id)
TransientHibernateHandle
public TransientHibernateHandle(net.sf.hibernate.Session session,
java.lang.Object object)
Copyright © 2003-2013 Atlassian. All Rights Reserved.