Package | Description |
---|---|
org.drools.persistence | |
org.drools.persistence.jpa | |
org.drools.persistence.map |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
PersistenceContext.findSessionInfo(Integer id) |
SessionInfo |
PersistenceContext.persist(SessionInfo sessionInfo)
This method persists the entity.
|
Modifier and Type | Method and Description |
---|---|
SessionInfo |
PersistenceContext.persist(SessionInfo sessionInfo)
This method persists the entity.
|
void |
PersistenceContext.remove(SessionInfo sessionInfo) |
Constructor and Description |
---|
SingleSessionCommandService.EndOperationListenerImpl(SessionInfo info) |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
JpaPersistenceContext.findSessionInfo(Integer id) |
SessionInfo |
JpaPersistenceContext.persist(SessionInfo entity) |
Modifier and Type | Method and Description |
---|---|
void |
JpaPersistenceContext.lock(SessionInfo sessionInfo) |
SessionInfo |
JpaPersistenceContext.persist(SessionInfo entity) |
void |
JpaPersistenceContext.remove(SessionInfo sessionInfo) |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
KnowledgeSessionStorage.findSessionInfo(Integer sessionId) |
SessionInfo |
MapBasedPersistenceContext.findSessionInfo(Integer sessionId) |
SessionInfo |
MapBasedPersistenceContext.persist(SessionInfo entity) |
Modifier and Type | Method and Description |
---|---|
List<SessionInfo> |
MapBasedPersistenceContext.getStoredKnowledgeSessions() |
List<SessionInfo> |
NonTransactionalPersistentSession.getStoredKnowledgeSessions() |
Modifier and Type | Method and Description |
---|---|
void |
KnowledgeSessionStorage.lock(SessionInfo sessionInfo) |
void |
MapBasedPersistenceContext.lock(SessionInfo sessionInfo) |
SessionInfo |
MapBasedPersistenceContext.persist(SessionInfo entity) |
void |
MapBasedPersistenceContext.remove(SessionInfo sessionInfo) |
void |
KnowledgeSessionStorage.saveOrUpdate(SessionInfo storedObject) |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.