All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.drools.persistence.PersistenceContextManager Maven / Gradle / Ivy

package org.drools.persistence;

public interface PersistenceContextManager {
    PersistenceContext getApplicationScopedPersistenceContext();
    
    PersistenceContext getCommandScopedPersistenceContext();
    
    void beginCommandScopedEntityManager();
    
    void endCommandScopedEntityManager();
    
    void clearPersistenceContext();

    void dispose();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy