Package | Description |
---|---|
org.hibernate.engine.transaction |
Modifier and Type | Method and Description |
---|---|
void |
Isolater.JtaDelegate.delegateWork(IsolatedWork work,
boolean transacted) |
void |
Isolater.JdbcDelegate.delegateWork(IsolatedWork work,
boolean transacted) |
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.
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved