| Modifier and Type | Class and Description |
|---|---|
class |
ProxyTransaction<S extends ProxySession> |
| Modifier and Type | Method and Description |
|---|---|
static ProxySession |
SessionManager.getSession() |
ProxySession<F,N> |
RelationalDao.getSession() |
ProxySession<F,N> |
ORMDao.getSession() |
static ProxySession |
SessionManager.getSession(String sessionSourceKey) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SessionManager.register(String sessionSourceKey,
ProxySession proxySession) |
| Constructor and Description |
|---|
ORMDao(ProxySession<F,N> proxySession,
VectoredDao<I,D> vectoredDao) |
| Modifier and Type | Method and Description |
|---|---|
static ProxySession |
NonTransactionalState.currentSession(String sessionSourceKey) |
| Modifier and Type | Method and Description |
|---|---|
static BoundarySet<ProxySession> |
NonTransactionalState.obtainBoundary(ProxySession proxySession) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoundarySet.allows(ProxySession proxySession) |
protected static boolean |
NonTransactionalState.containsSession(ProxySession proxySession) |
static RollbackAwareBoundarySet<ProxyTransaction> |
TransactionalState.obtainBoundary(ProxySession proxySession) |
static BoundarySet<ProxySession> |
NonTransactionalState.obtainBoundary(ProxySession proxySession) |
static boolean |
TransactionalState.withinBoundary(ProxySession proxySession) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateProxySession |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOProxySession |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAProxySession |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaProxySession |
| Constructor and Description |
|---|
ProxyTransactionManager(ProxySession proxySession) |
Copyright © 2017. All rights reserved.