org.hibernate.test.event.collection.values
Class ParentWithCollectionOfValues

java.lang.Object
  extended by org.hibernate.test.event.collection.AbstractParentWithCollection
      extended by org.hibernate.test.event.collection.values.ParentWithCollectionOfValues
All Implemented Interfaces:
Entity, ParentWithCollection

public class ParentWithCollectionOfValues
extends AbstractParentWithCollection


Constructor Summary
ParentWithCollectionOfValues()
           
ParentWithCollectionOfValues(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

ParentWithCollectionOfValues

public ParentWithCollectionOfValues()

ParentWithCollectionOfValues

public ParentWithCollectionOfValues(String name)
Method Detail

createChild

public Child createChild(String name)


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