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 |
UserEntityManagerFactory.openSession() |
Session |
MembershipEntityManagerFactory.openSession() |
Session |
GroupEntityManagerFactory.openSession() |
Session |
GenericManagerFactory.openSession() |
Session |
DefaultHistoryManagerSessionFactory.openSession() |
Constructor and Description |
---|
GenericManagerFactory(Class<? extends Session> managerImplementation) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentEntityManager |
class |
ByteArrayEntityManager |
class |
CommentEntityManager |
class |
DeploymentEntityManager |
class |
EventLogEntryEntityManager |
class |
EventSubscriptionEntityManager |
class |
ExecutionEntityManager |
class |
GroupEntityManager |
class |
HistoricActivityInstanceEntityManager |
class |
HistoricDetailEntityManager |
class |
HistoricIdentityLinkEntityManager |
class |
HistoricProcessInstanceEntityManager |
class |
HistoricTaskInstanceEntityManager |
class |
HistoricVariableInstanceEntityManager |
class |
IdentityInfoEntityManager |
class |
IdentityLinkEntityManager |
class |
JobEntityManager |
class |
MembershipEntityManager |
class |
ModelEntityManager |
class |
ProcessDefinitionEntityManager |
class |
ProcessDefinitionInfoEntityManager |
class |
PropertyEntityManager |
class |
ResourceEntityManager |
class |
TableDataManager |
class |
TaskEntityManager |
class |
UserEntityManager |
class |
VariableInstanceEntityManager |
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 © 2016 Alfresco. All rights reserved.