We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fc61b commit b854ef0Copy full SHA for b854ef0
hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
@@ -761,11 +761,6 @@ public Configuration addClass(Class<?> entityClass) throws MappingException {
761
if ( entityClass == null ) {
762
throw new IllegalArgumentException( "The specified class cannot be null" );
763
}
764
-
765
- if ( log.isDebugEnabled() ) {
766
- log.debugf( "adding resource mappings from class convention : %s", entityClass.getName() );
767
- }
768
769
return addResource( entityClass.getName().replace( '.', '/' ) + ".hbm.xml" );
770
771
0 commit comments