ParentHierarchy22.java :  » Database-ORM » hibernate » org » hibernate » test » annotations » genericsinheritance » Java Open Source

Java Open Source » Database ORM » hibernate 
hibernate » org » hibernate » test » annotations » genericsinheritance » ParentHierarchy22.java
package org.hibernate.test.annotations.genericsinheritance;

import javax.persistence.Entity;

@Entity
public class ParentHierarchy22 extends ParentHierarchy2<ChildHierarchy22> {

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.