org.hibernate.test.event.collection.association.bidirectional.onetomany
Class ChildWithManyToOne

java.lang.Object
  extended by org.hibernate.test.event.collection.ChildValue
      extended by org.hibernate.test.event.collection.ChildEntity
          extended by org.hibernate.test.event.collection.association.bidirectional.onetomany.ChildWithManyToOne
All Implemented Interfaces:
Child, Entity

public class ChildWithManyToOne
extends ChildEntity


Constructor Summary
ChildWithManyToOne()
           
ChildWithManyToOne(String name)
           
 
Method Summary
 ParentWithCollection getParent()
           
 void setParent(ParentWithCollection parent)
           
 
Methods inherited from class org.hibernate.test.event.collection.ChildEntity
getId, setId
 
Methods inherited from class org.hibernate.test.event.collection.ChildValue
equals, getName, hashCode, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChildWithManyToOne

public ChildWithManyToOne()

ChildWithManyToOne

public ChildWithManyToOne(String name)
Method Detail

getParent

public ParentWithCollection getParent()

setParent

public void setParent(ParentWithCollection parent)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.