public interface DdlTransactionIsolator
Modifier and Type | Method and Description |
---|---|
java.sql.Connection |
getIsolatedConnection()
|
JdbcContext |
getJdbcContext() |
void |
prepare()
Deprecated.
Instances should be returned from
TransactionCoordinatorBuilder.buildDdlTransactionIsolator(org.hibernate.tool.schema.internal.exec.JdbcContext)
already prepared for use |
void |
release() |
JdbcContext getJdbcContext()
@Deprecated void prepare()
TransactionCoordinatorBuilder.buildDdlTransactionIsolator(org.hibernate.tool.schema.internal.exec.JdbcContext)
already prepared for useTransactionCoordinatorBuilder.buildDdlTransactionIsolator(org.hibernate.tool.schema.internal.exec.JdbcContext)
already prepared for use (until release()
is called).java.sql.Connection getIsolatedConnection()
prepare()
and release()
calls. Further, this
Connection will be isolated (transactionally) from any
transaction in effect prior to the call to prepare()
.void release()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.