Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test
In directory sc8-pr-cvs1:/tmp/cvs-serv12960/sf/hibernate/test
Added Files:
TrivialClass.java
Log Message:
fixed bug in generated SQL for loading <joined-subclass>es
--- NEW FILE: TrivialClass.java ---
package net.sf.hibernate.test;
/**
* @author Administrator
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class TrivialClass extends Simple {
}
|