HHH-5008 - Log query lock mode in EntityLoader constructor

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19075 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-03-22 17:58:43 +00:00
parent 0b82ae3415
commit 4404b78be8
1 changed files with 1 additions and 2 deletions

View File

@ -121,8 +121,7 @@ public class EntityLoader extends AbstractEntityLoader {
batchLoader = batchSize > 1;
log.debug( "Static select for entity " + entityName + ": " + getSQLString() );
log.debug( "Static select for entity " + entityName + " [" + lockMode + "]: " + getSQLString() );
}
public EntityLoader(