com.atlassian.confluence.importexport.impl
Class HibernateObjectHandleTranslator
java.lang.Object
   com.atlassian.confluence.importexport.impl.HibernateObjectHandleTranslator
com.atlassian.confluence.importexport.impl.HibernateObjectHandleTranslator
- public class HibernateObjectHandleTranslator 
- extends Object
Creates TransientHibernateHandles to represent Hibernate objects
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HibernateObjectHandleTranslator
public HibernateObjectHandleTranslator(net.sf.hibernate.Session session)
objectOrHandleToHandle
public TransientHibernateHandle objectOrHandleToHandle(Object object)
- 
 
objectOrHandleToObject
public Object objectOrHandleToObject(Object object)
- 
 
objectToHandle
public TransientHibernateHandle objectToHandle(Object object)
- 
 
handleToObject
public Object handleToObject(TransientHibernateHandle handle)
- 
 
idToHandleFunction
public com.google.common.base.Function<Long,TransientHibernateHandle> idToHandleFunction(Class<Notification> notificationClass)
- 
 
Copyright © 2003-2012 Atlassian. All Rights Reserved.