HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl

This commit is contained in:
Steve Ebersole 2016-08-20 10:02:40 -05:00
parent f26eb97091
commit 68c62da29e
1 changed files with 4 additions and 0 deletions

View File

@ -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();