HHH-3414 : use LoadQueryInfluencers.NONE from StatelessSession

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15194 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2008-09-12 07:14:40 +00:00
parent 506ec371c3
commit 8390813565
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ public class StatelessSessionImpl extends AbstractSessionImpl
}
public LoadQueryInfluencers getLoadQueryInfluencers() {
return null;
return LoadQueryInfluencers.NONE;
}
public void setFetchProfile(String name) {}