| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDbSession |
class |
DbSqlSession
responsibilities:
- delayed flushing of inserts updates and deletes
- optional dirty checking
- db specific statement name mapping
|
| Modifier and Type | Method and Description |
|---|---|
Session |
DbSqlSessionFactory.openSession() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoryManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHistoryManager
Manager class that centralises recording of all history-related operations
that are originated from inside the engine.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Session> |
CommandContext.sessions |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionFactory.openSession() |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<?>,Session> |
CommandContext.getSessions() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractManager |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Session> |
GenericManagerFactory.managerImplementation |
| Modifier and Type | Method and Description |
|---|---|
Session |
GroupEntityManagerFactory.openSession() |
Session |
GenericManagerFactory.openSession() |
Session |
MembershipEntityManagerFactory.openSession() |
Session |
UserEntityManagerFactory.openSession() |
Session |
DefaultHistoryManagerSessionFactory.openSession() |
| Constructor and Description |
|---|
GenericManagerFactory(Class<? extends Session> managerImplementation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntityManagerSession |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerSessionImpl |
| Modifier and Type | Method and Description |
|---|---|
Session |
EntityManagerSessionFactory.openSession() |
Copyright © 2017 Alfresco. All rights reserved.