Uses of Interface
org.hibernate.test.event.collection.ParentWithCollection

Packages that use ParentWithCollection
org.hibernate.test.event.collection   
org.hibernate.test.event.collection.association.bidirectional.manytomany   
org.hibernate.test.event.collection.association.bidirectional.onetomany   
org.hibernate.test.event.collection.association.unidirectional   
org.hibernate.test.event.collection.association.unidirectional.manytomany   
org.hibernate.test.event.collection.association.unidirectional.onetomany   
org.hibernate.test.event.collection.values   
 

Uses of ParentWithCollection in org.hibernate.test.event.collection
 

Classes in org.hibernate.test.event.collection that implement ParentWithCollection
 class AbstractParentWithCollection
           
 

Methods in org.hibernate.test.event.collection that return ParentWithCollection
abstract  ParentWithCollection AbstractCollectionEventTest.createParent(String name)
           
 ParentWithCollection BrokenCollectionEventTest.createParent(String name)
           
protected  ParentWithCollection AbstractCollectionEventTest.createParentWithNoChildren(String parentName)
           
protected  ParentWithCollection AbstractCollectionEventTest.createParentWithNullChildren(String parentName)
           
protected  ParentWithCollection AbstractCollectionEventTest.createParentWithOneChild(String parentName, String ChildName)
           
 

Methods in org.hibernate.test.event.collection with parameters of type ParentWithCollection
protected  void AbstractCollectionEventTest.checkResult(CollectionListeners listeners, CollectionListeners.Listener listenerExpected, ParentWithCollection parent, int index)
           
protected  void BrokenCollectionEventTest.checkResult(CollectionListeners listeners, CollectionListeners.Listener listenerExpected, ParentWithCollection parent, int index)
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.association.bidirectional.manytomany
 

Classes in org.hibernate.test.event.collection.association.bidirectional.manytomany that implement ParentWithCollection
 class ParentWithBidirectionalManyToMany
           
 

Methods in org.hibernate.test.event.collection.association.bidirectional.manytomany that return ParentWithCollection
 ParentWithCollection BidirectionalManyToManyBagToSetCollectionEventTest.createParent(String name)
           
 ParentWithCollection BidirectionalManyToManySetToSetCollectionEventTest.createParent(String name)
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.association.bidirectional.onetomany
 

Classes in org.hibernate.test.event.collection.association.bidirectional.onetomany that implement ParentWithCollection
 class ParentWithBidirectionalOneToMany
           
 class ParentWithBidirectionalOneToManySubclass
           
 

Methods in org.hibernate.test.event.collection.association.bidirectional.onetomany that return ParentWithCollection
 ParentWithCollection BidirectionalOneToManySetCollectionEventTest.createParent(String name)
           
 ParentWithCollection BidirectionalOneToManyBagCollectionEventTest.createParent(String name)
           
 ParentWithCollection BidirectionalOneToManyBagSubclassCollectionEventTest.createParent(String name)
           
 ParentWithCollection ChildWithManyToOne.getParent()
           
 

Methods in org.hibernate.test.event.collection.association.bidirectional.onetomany with parameters of type ParentWithCollection
 void ChildWithManyToOne.setParent(ParentWithCollection parent)
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.association.unidirectional
 

Classes in org.hibernate.test.event.collection.association.unidirectional that implement ParentWithCollection
 class ParentWithCollectionOfEntities
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.association.unidirectional.manytomany
 

Methods in org.hibernate.test.event.collection.association.unidirectional.manytomany that return ParentWithCollection
 ParentWithCollection UnidirectionalManyToManyBagCollectionEventTest.createParent(String name)
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.association.unidirectional.onetomany
 

Methods in org.hibernate.test.event.collection.association.unidirectional.onetomany that return ParentWithCollection
 ParentWithCollection UnidirectionalOneToManyBagCollectionEventTest.createParent(String name)
           
 ParentWithCollection UnidirectionalOneToManySetCollectionEventTest.createParent(String name)
           
 

Uses of ParentWithCollection in org.hibernate.test.event.collection.values
 

Classes in org.hibernate.test.event.collection.values that implement ParentWithCollection
 class ParentWithCollectionOfValues
           
 

Methods in org.hibernate.test.event.collection.values that return ParentWithCollection
 ParentWithCollection ValuesBagCollectionEventTest.createParent(String name)
           
 



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