org.hibernate.test.annotations.genericsinheritance
Class Parent<C extends Child>
java.lang.Object
   org.hibernate.test.annotations.genericsinheritance.Parent<C>
org.hibernate.test.annotations.genericsinheritance.Parent<C>
- Direct Known Subclasses: 
- ParentHierarchy1, ParentHierarchy2
- @MappedSuperclass
public abstract class Parent<C extends Child> 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Parent
public Parent()
getId
public Long getId()
- 
 
setId
public void setId(Long id)
- 
 
getChildren
public Map<Long,C> getChildren()
- 
 
setChildren
public void setChildren(Map<Long,C> children)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.