org.hibernate.test.annotations.idmanytoone.alphabetical
Class A
java.lang.Object
   org.hibernate.test.annotations.idmanytoone.alphabetical.A
org.hibernate.test.annotations.idmanytoone.alphabetical.A
- @Entity
public class A 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
A
public A()
getId
public int getId()
- 
 
setId
public void setId(int id)
- 
 
getChildren
public List<C> getChildren()
- 
 
setChildren
public void setChildren(List<C> children)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.