| Modifier and Type | Class and Description |
|---|---|
class |
ProxyTransaction<S extends ProxySession<?,?>> |
| Modifier and Type | Method and Description |
|---|---|
ProxySession<F,N> |
ORMDao.getSession() |
ProxySession<F,N> |
RelationalDao.getSession() |
static ProxySession |
SessionManager.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 BoundarySet<ProxySession<?,?>> |
NonTransactionalState.obtainBoundary(ProxySession<?,?> proxySession) |
static RollbackAwareBoundarySet<ProxyTransaction<?>> |
TransactionalState.obtainBoundary(ProxySession<?,?> proxySession) |
static boolean |
TransactionalState.withinBoundary(ProxySession<?,?> proxySession) |
| Modifier and Type | Class and Description |
|---|---|
class |
HibernateProxySession |
| Modifier and Type | Class and Description |
|---|---|
class |
JPAProxySession |
| Modifier and Type | Class and Description |
|---|---|
class |
MorphiaProxySession |
| Constructor and Description |
|---|
QHibernateDao(ProxySession<org.hibernate.SessionFactory,org.hibernate.Session> proxySession) |
QHibernateDao(ProxySession<org.hibernate.SessionFactory,org.hibernate.Session> proxySession,
VectoredDao<I,D> vectoredDao) |
| Constructor and Description |
|---|
QJPADao(ProxySession<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> proxySession) |
QJPADao(ProxySession<javax.persistence.EntityManagerFactory,javax.persistence.EntityManager> proxySession,
VectoredDao<I,D> vectoredDao) |
Copyright © 2020. All rights reserved.