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