|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Session in org.camunda.bpm.engine.impl.db |
|---|
| Classes in org.camunda.bpm.engine.impl.db that implement Session | |
|---|---|
class |
AbstractDbSession
|
class |
DbSqlSession
responsibilities: - delayed flushing of inserts updates and deletes - optional dirty checking - db specific statement name mapping |
| Methods in org.camunda.bpm.engine.impl.db that return Session | |
|---|---|
Session |
DbSqlSessionFactory.openSession()
|
| Uses of Session in org.camunda.bpm.engine.impl.identity |
|---|
| Subinterfaces of Session in org.camunda.bpm.engine.impl.identity | |
|---|---|
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. |
| Uses of Session in org.camunda.bpm.engine.impl.identity.db |
|---|
| Classes in org.camunda.bpm.engine.impl.identity.db that implement Session | |
|---|---|
class |
DbIdentityServiceProvider
WritableIdentityProvider implementation backed by a
database. |
class |
DbReadOnlyIdentityServiceProvider
Read only implementation of DB-backed identity service |
| Uses of Session in org.camunda.bpm.engine.impl.interceptor |
|---|
| Fields in org.camunda.bpm.engine.impl.interceptor with type parameters of type Session | |
|---|---|
protected Map<Class<?>,Session> |
CommandContext.sessions
|
| Methods in org.camunda.bpm.engine.impl.interceptor that return Session | |
|---|---|
Session |
SessionFactory.openSession()
|
| Methods in org.camunda.bpm.engine.impl.interceptor that return types with arguments of type Session | |
|---|---|
Map<Class<?>,Session> |
CommandContext.getSessions()
|
| Uses of Session in org.camunda.bpm.engine.impl.persistence |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence that implement Session | |
|---|---|
class |
AbstractHistoricManager
|
class |
AbstractManager
|
| Fields in org.camunda.bpm.engine.impl.persistence with type parameters of type Session | |
|---|---|
protected Class<? extends Session> |
GenericManagerFactory.managerImplementation
|
| Methods in org.camunda.bpm.engine.impl.persistence that return Session | |
|---|---|
Session |
GenericManagerFactory.openSession()
|
| Constructor parameters in org.camunda.bpm.engine.impl.persistence with type arguments of type Session | |
|---|---|
GenericManagerFactory(Class<? extends Session> managerImplementation)
|
|
| Uses of Session in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Session | |
|---|---|
class |
AttachmentManager
|
class |
AuthorizationManager
|
class |
ByteArrayManager
|
class |
CommentManager
|
class |
DeploymentManager
|
class |
EventSubscriptionManager
|
class |
ExecutionManager
|
class |
HistoricActivityInstanceManager
|
class |
HistoricDetailManager
|
class |
HistoricProcessInstanceManager
|
class |
HistoricStatisticsManager
|
class |
HistoricTaskInstanceManager
|
class |
HistoricVariableInstanceManager
|
class |
IdentityInfoManager
|
class |
IdentityLinkManager
|
class |
IncidentManager
|
class |
JobDefinitionManager
Manager implementation for JobDefinitionEntity |
class |
JobManager
|
class |
ProcessDefinitionManager
|
class |
PropertyManager
|
class |
ResourceManager
|
class |
StatisticsManager
|
class |
TableDataManager
|
class |
TaskManager
|
class |
VariableInstanceManager
|
| Uses of Session in org.camunda.bpm.engine.impl.variable |
|---|
| Subinterfaces of Session in org.camunda.bpm.engine.impl.variable | |
|---|---|
interface |
EntityManagerSession
|
| Classes in org.camunda.bpm.engine.impl.variable that implement Session | |
|---|---|
class |
EntityManagerSessionImpl
|
| Methods in org.camunda.bpm.engine.impl.variable that return Session | |
|---|---|
Session |
EntityManagerSessionFactory.openSession()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||