Package | Description |
---|---|
org.hibernate.context.internal |
Internal implementations and support around "current session" handling.
|
Modifier and Type | Class and Description |
---|---|
class |
JTASessionContext
An implementation of
CurrentSessionContext which scopes the notion
of a current session to a JTA transaction. |
class |
ManagedSessionContext
Represents a
CurrentSessionContext the notion of a contextual session
is managed by some external entity (generally some form of interceptor, etc). |
class |
ThreadLocalSessionContext
A
CurrentSessionContext impl which scopes the notion of current
session by the current thread of execution. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.