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 |
ReadOnlyIdentityProvider
SPI interface for read-only identity Service Providers.
|
interface |
WritableIdentityProvider
SPI Interface for identity service implementations which offer
read / write access to the user database.
|
Modifier and Type | Class and Description |
---|---|
class |
DbIdentityServiceProvider
WritableIdentityProvider implementation backed by a
database. |
class |
DbReadOnlyIdentityServiceProvider
Read only implementation of DB-backed identity service
|
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 |
AbstractHistoricManager |
class |
AbstractManager |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends Session> |
GenericManagerFactory.managerImplementation |
Modifier and Type | Method and Description |
---|---|
Session |
GenericManagerFactory.openSession() |
Constructor and Description |
---|
GenericManagerFactory(Class<? extends Session> managerImplementation) |
Modifier and Type | Class and Description |
---|---|
class |
AttachmentManager |
class |
AuthorizationManager |
class |
ByteArrayManager |
class |
CommentManager |
class |
DeploymentManager |
class |
EventSubscriptionManager |
class |
ExecutionManager |
class |
HistoricActivityInstanceManager |
class |
HistoricDetailManager |
class |
HistoricProcessInstanceManager |
class |
HistoricTaskInstanceManager |
class |
HistoricVariableInstanceManager |
class |
IdentityInfoManager |
class |
IdentityLinkManager |
class |
IncidentManager |
class |
JobManager |
class |
ProcessDefinitionManager |
class |
PropertyManager |
class |
ResourceManager |
class |
StatisticsManager |
class |
TableDataManager |
class |
TaskManager |
class |
VariableInstanceManager |
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() |
Modifier and Type | Method and Description |
---|---|
Session |
SpringEntityManagerSessionFactory.openSession() |
Modifier and Type | Class and Description |
---|---|
class |
LdapIdentityProviderSession
LDAP
ReadOnlyIdentityProvider . |
Modifier and Type | Method and Description |
---|---|
Session |
LdapIdentityProviderFactory.openSession() |
Copyright © 2015. All rights reserved.