Drools :: Persistence :: JPA 6.2.0.CR4

Uses of Class
org.drools.persistence.info.SessionInfo

Packages that use SessionInfo
org.drools.persistence   
org.drools.persistence.jpa   
org.drools.persistence.map   
 

Uses of SessionInfo in org.drools.persistence
 

Methods in org.drools.persistence that return SessionInfo
 SessionInfo PersistenceContext.findSessionInfo(Long id)
           
 SessionInfo PersistenceContext.persist(SessionInfo sessionInfo)
          This method persists the entity.
 

Methods in org.drools.persistence with parameters of type SessionInfo
 SessionInfo PersistenceContext.persist(SessionInfo sessionInfo)
          This method persists the entity.
 void PersistenceContext.remove(SessionInfo sessionInfo)
           
 

Constructors in org.drools.persistence with parameters of type SessionInfo
SingleSessionCommandService.EndOperationListenerImpl(TransactionManager txm, SessionInfo info)
           
 

Uses of SessionInfo in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa that return SessionInfo
 SessionInfo JpaPersistenceContext.findSessionInfo(Long id)
           
 SessionInfo JpaPersistenceContext.persist(SessionInfo entity)
           
 

Methods in org.drools.persistence.jpa with parameters of type SessionInfo
 void JpaPersistenceContext.lock(SessionInfo sessionInfo)
           
 SessionInfo JpaPersistenceContext.persist(SessionInfo entity)
           
 void JpaPersistenceContext.remove(SessionInfo sessionInfo)
           
 

Uses of SessionInfo in org.drools.persistence.map
 

Methods in org.drools.persistence.map that return SessionInfo
 SessionInfo KnowledgeSessionStorage.findSessionInfo(Long sessionId)
           
 SessionInfo MapBasedPersistenceContext.findSessionInfo(Long sessionId)
           
 SessionInfo MapBasedPersistenceContext.persist(SessionInfo entity)
           
 

Methods in org.drools.persistence.map that return types with arguments of type SessionInfo
 List<SessionInfo> MapBasedPersistenceContext.getStoredKnowledgeSessions()
           
 List<SessionInfo> NonTransactionalPersistentSession.getStoredKnowledgeSessions()
           
 

Methods in org.drools.persistence.map with parameters of type SessionInfo
 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)
           
 


Drools :: Persistence :: JPA 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.