Title: Message
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 getOnCond
I guess I'm assuming that most people use XDoclet with their hibernate.
I'm still trying to fix in my head how the proxied interface class and
the impleneting class work.
For example: I declare a User interface, and UserImpl implements it,
pretty standard stuff. All of the @hibernate tags are