org.hibernate.test.annotations.genericsinheritance
Class Parent<C extends Child>

java.lang.Object
  extended by org.hibernate.test.annotations.genericsinheritance.Parent<C>
Direct Known Subclasses:
ParentHierarchy1, ParentHierarchy2

@MappedSuperclass
public abstract class Parent<C extends Child>
extends Object


Constructor Summary
Parent()
           
 
Method Summary
 Map<Long,C> getChildren()
           
 Long getId()
           
 void setChildren(Map<Long,C> children)
           
 void setId(Long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parent

public Parent()
Method Detail

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.