mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-10896 - Exception thrown when dropping schema with a managed connection
This commit is contained in:
parent
da49122113
commit
c7c5a00167
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user