KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > hql > Dog


1 //$Id: Dog.java,v 1.2 2004/09/02 02:28:13 oneovthafew Exp $
2
package org.hibernate.test.hql;
3
4 /**
5  * @author Gavin King
6  */

7 public class Dog extends DomesticAnimal {
8
9 }
10
Popular Tags