HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl
(cherry picked from commit 68c62da29e
)
This commit is contained in:
parent
248df370eb
commit
148c41277a
|
@ -24,6 +24,10 @@ public interface DdlTransactionIsolator {
|
||||||
* In general a DdlTransactionIsolator should be returned from
|
* In general a DdlTransactionIsolator should be returned from
|
||||||
* {@link TransactionCoordinatorBuilder#buildDdlTransactionIsolator}
|
* {@link TransactionCoordinatorBuilder#buildDdlTransactionIsolator}
|
||||||
* already prepared for use (until {@link #release} is called).
|
* already prepared for use (until {@link #release} is called).
|
||||||
|
*
|
||||||
|
* @deprecated Instances should be returned from
|
||||||
|
* {@link TransactionCoordinatorBuilder#buildDdlTransactionIsolator}
|
||||||
|
* already prepared for use
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
void prepare();
|
void prepare();
|
||||||
|
|
Loading…
Reference in New Issue