[Hibernate] PersistentCollectionType isn't compiling in v22branch

2004-04-02 Thread Joshua Davis
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

[Hibernate] proxy interface vs impl

2004-04-02 Thread Kevin Hagel
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