|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IsolatedWork | |
org.hibernate.engine.transaction |
Uses of IsolatedWork in org.hibernate.engine.transaction |
Methods in org.hibernate.engine.transaction with parameters of type IsolatedWork | |
static void |
Isolater.doIsolatedWork(IsolatedWork work,
SessionImplementor session)
Ensures that all processing actually performed by the given work will occur on a seperate transaction. |
static void |
Isolater.doNonTransactedWork(IsolatedWork work,
SessionImplementor session)
Ensures that all processing actually performed by the given work will occur outside of a transaction. |
void |
Isolater.JtaDelegate.delegateWork(IsolatedWork work,
boolean transacted)
|
void |
Isolater.JdbcDelegate.delegateWork(IsolatedWork work,
boolean transacted)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |