Package | Description |
---|---|
org.drools.persistence | |
org.drools.persistence.jpa | |
org.drools.persistence.map |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
PersistenceContext.findSessionInfo(Long 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 |
---|
EndOperationListenerImpl(TransactionManager txm,
SessionInfo info) |
Modifier and Type | Method and Description |
---|---|
SessionInfo |
JpaPersistenceContext.findSessionInfo(Long 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(Long sessionId) |
SessionInfo |
MapBasedPersistenceContext.findSessionInfo(Long sessionId) |
SessionInfo |
MapBasedPersistenceContext.persist(SessionInfo entity) |
Modifier and Type | Method and Description |
---|---|
List<SessionInfo> |
NonTransactionalPersistentSession.getStoredKnowledgeSessions() |
List<SessionInfo> |
MapBasedPersistenceContext.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–2018 JBoss by Red Hat. All rights reserved.