org.hibernate.envers.entities.mapper.relation.lazy
Class ToOneDelegateSessionImplementor

java.lang.Object
  extended by org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
      extended by org.hibernate.envers.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
All Implemented Interfaces:
Serializable, org.hibernate.engine.SessionImplementor

public class ToOneDelegateSessionImplementor
extends AbstractDelegateSessionImplementor

Author:
Adam Warski (adam at warski dot org)
See Also:
Serialized Form

Constructor Summary
ToOneDelegateSessionImplementor(AuditReaderImplementor versionsReader, Class<?> entityClass, Object entityId, Number revision)
           
 
Method Summary
 Object doImmediateLoad(String entityName)
           
 
Methods inherited from class org.hibernate.envers.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
afterScrollOperation, afterTransactionCompletion, beforeTransactionCompletion, bestGuessEntityName, connection, executeNativeUpdate, executeUpdate, flush, getBatcher, getCacheMode, getContextEntityIdentifier, getDontFlushFromFind, getEnabledFilters, getEntityMode, getEntityPersister, getEntityUsingInterceptor, getFactory, getFetchProfile, getFilterParameterType, getFilterParameterValue, getFlushMode, getInterceptor, getJDBCContext, getListeners, getLoadQueryInfluencers, getNamedQuery, getNamedSQLQuery, getPersistenceContext, getTimestamp, guessEntityName, immediateLoad, initializeCollection, instantiate, internalLoad, isClosed, isConnected, isEventSource, isOpen, isTransactionInProgress, iterate, iterateFilter, list, list, list, listCustomQuery, listFilter, scroll, scroll, scroll, scrollCustomQuery, setAutoClear, setCacheMode, setFetchProfile, setFlushMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToOneDelegateSessionImplementor

public ToOneDelegateSessionImplementor(AuditReaderImplementor versionsReader,
                                       Class<?> entityClass,
                                       Object entityId,
                                       Number revision)
Method Detail

doImmediateLoad

public Object doImmediateLoad(String entityName)
                       throws org.hibernate.HibernateException
Specified by:
doImmediateLoad in class AbstractDelegateSessionImplementor
Throws:
org.hibernate.HibernateException


Copyright © 2008 Hibernate.org. All Rights Reserved.