Uses of Interface
org.drools.persistence.api.PersistentSession
-
Packages that use PersistentSession Package Description org.drools.persistence.api -
-
Uses of PersistentSession in org.drools.persistence.api
Methods in org.drools.persistence.api that return PersistentSession Modifier and Type Method Description PersistentSessionPersistenceContext. findSession(java.lang.Long id)PersistentSessionPersistenceContext. persist(PersistentSession session)This method persists the entity.Methods in org.drools.persistence.api with parameters of type PersistentSession Modifier and Type Method Description PersistentSessionPersistenceContext. persist(PersistentSession session)This method persists the entity.voidPersistenceContext. remove(PersistentSession sessionInfo)
-