HHH-10896 - Exception thrown when dropping schema with a managed connection

This commit is contained in:
Steve Ebersole 2016-08-02 13:32:09 -05:00
parent da49122113
commit c7c5a00167

View File

@ -21,7 +21,7 @@
* @author Steve Ebersole
*/
@MessageLogger( projectCode = "HHH" )
@ValidIdRange( min = 10001501, max = 10001500 )
@ValidIdRange( min = 10001501, max = 10002000 )
public interface ConnectionAccessLogger extends BasicLogger {
String LOGGER_NAME = "org.hibernate.orm.connections.access";