In the
method:
public String getOnCondition(String alias, SessionFactoryImplementor factory) throws MappingException {
return getJoinable(factory).queryWhereFragment(alias);
}
Joinable doesn't seem to have the method
queryWhereFragment(alias) any more. However getOnCondition() doesn't
seem to be called from anywhere (or so IDEA says), so I'm commenting the method
out in my stream (errr... view... sorry ClearCase stuff). Should I commit
it?