[Hibernate] Association references Unmapped Class exception........

2004-05-04 Thread Sai Babu
I am getting the following Error when I try to run my Hibernate Client Program.   [java] net.sf.hibernate.MappingException: Association references unmapped class: mitoken.produc ts.om.bo.hibernate.SemsNodeInstPersonMap   The Mapping Files and the Java Source files are auto generat

[Hibernate] (no subject)

2004-05-05 Thread Sai Babu
Buildfile: build.xml   init:   compile:     [javac] Compiling 1 source file to E:\JAVA-SOFTWARE\J2EE-Projects\JDO - TRAILS\HIBERNATE - TRAIL S\TEST-4\obj   Pls. see the Highlighted Red Colour statement. Pls. help me in w.r.to this Bug   Rgds Sai   run: [java]  Entered in

[Hibernate] #####Questions on HQL and Associate Joins#####

2004-05-19 Thread Sai Babu
I have three Database Tables  let us say T1, T2 and T3 respectively.   I can do Inner Join on T1 and T2 using a column let us say “C1”.   Also I can do inner join on T2 and T3 using a column let us say “C2”   Now my Query requirement is  I would like all the properties from T1   using