public abstract class AbstractCurrentSessionContext extends Object implements CurrentSessionContext
CurrentSessionContext
implementors.Modifier | Constructor and Description |
---|---|
protected |
AbstractCurrentSessionContext(SessionFactoryImplementor factory) |
Modifier and Type | Method and Description |
---|---|
protected SessionBuilder |
baseSessionBuilder() |
SessionFactoryImplementor |
factory()
Access to the SessionFactory
|
protected void |
validateExistingSession(Session existingSession) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
currentSession
protected AbstractCurrentSessionContext(SessionFactoryImplementor factory)
public SessionFactoryImplementor factory()
protected SessionBuilder baseSessionBuilder()
protected void validateExistingSession(Session existingSession)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.