org.drools.persistence.TransactionablePersistentContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drools-persistence-jpa Show documentation
Show all versions of drools-persistence-jpa Show documentation
JPA implementation for Drools
package org.drools.persistence;
public interface TransactionablePersistentContext {
boolean isOpen();
void joinTransaction();
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy