org.hibernate.test.event.collection.association.unidirectional
Class ParentWithCollectionOfEntities

java.lang.Object
  extended by org.hibernate.test.event.collection.AbstractParentWithCollection
      extended by org.hibernate.test.event.collection.association.unidirectional.ParentWithCollectionOfEntities
All Implemented Interfaces:
Entity, ParentWithCollection

public class ParentWithCollectionOfEntities
extends AbstractParentWithCollection


Constructor Summary
ParentWithCollectionOfEntities()
           
ParentWithCollectionOfEntities(String name)
           
 
Method Summary
 Child createChild(String name)
           
 
Methods inherited from class org.hibernate.test.event.collection.AbstractParentWithCollection
addAllChildren, addChild, addChild, clearChildren, getChildren, getId, getName, newChildren, removeAllChildren, removeChild, setChildren, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParentWithCollectionOfEntities

public ParentWithCollectionOfEntities()

ParentWithCollectionOfEntities

public ParentWithCollectionOfEntities(String name)
Method Detail

createChild

public Child createChild(String name)


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