Package org.kie.internal.task.api
Interface TaskPersistenceContextManager
-
public interface TaskPersistenceContextManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbeginCommandScopedEntityManager()voiddispose()Executes the necessary actions in order to clean up and dispose of the internal fields of this instance.voidendCommandScopedEntityManager()TaskPersistenceContextgetPersistenceContext()
-
-
-
Method Detail
-
getPersistenceContext
TaskPersistenceContext getPersistenceContext()
-
beginCommandScopedEntityManager
void beginCommandScopedEntityManager()
-
endCommandScopedEntityManager
void endCommandScopedEntityManager()
-
dispose
void dispose()
Executes the necessary actions in order to clean up and dispose of the internal fields of this instance.
-
-