org.hibernate.context.spi
Class AbstractCurrentSessionContext
java.lang.Object
org.hibernate.context.spi.AbstractCurrentSessionContext
- All Implemented Interfaces:
- Serializable, CurrentSessionContext
- Direct Known Subclasses:
- JTASessionContext, ManagedSessionContext, ThreadLocalSessionContext
public abstract class AbstractCurrentSessionContext
- extends Object
- implements CurrentSessionContext
Base support for CurrentSessionContext
implementors.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCurrentSessionContext
protected AbstractCurrentSessionContext(SessionFactoryImplementor factory)
factory
public SessionFactoryImplementor factory()
baseSessionBuilder
protected SessionBuilder baseSessionBuilder()
validateExistingSession
protected void validateExistingSession(Session existingSession)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.