Drools :: Persistence :: JPA 6.0.0.CR1

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(Integer id)
           
 

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

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

Uses of SessionInfo in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa that return SessionInfo
 SessionInfo JpaPersistenceContext.findSessionInfo(Integer id)
           
 

Methods in org.drools.persistence.jpa with parameters of type SessionInfo
 void 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 MapBasedPersistenceContext.findSessionInfo(Integer sessionId)
           
 SessionInfo KnowledgeSessionStorage.findSessionInfo(Integer sessionId)
           
 

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 MapBasedPersistenceContext.persist(SessionInfo entity)
           
 void MapBasedPersistenceContext.remove(SessionInfo sessionInfo)
           
 void KnowledgeSessionStorage.saveOrUpdate(SessionInfo storedObject)
           
 


Drools :: Persistence :: JPA 6.0.0.CR1

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