org.hibernate.test.event.collection.association.bidirectional.manytomany
Class ParentWithBidirectionalManyToMany
java.lang.Object
   org.hibernate.test.event.collection.AbstractParentWithCollection
org.hibernate.test.event.collection.AbstractParentWithCollection
       org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany
org.hibernate.test.event.collection.association.bidirectional.manytomany.ParentWithBidirectionalManyToMany
- All Implemented Interfaces: 
- Entity, ParentWithCollection
- public class ParentWithBidirectionalManyToMany 
- extends AbstractParentWithCollection
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ParentWithBidirectionalManyToMany
public ParentWithBidirectionalManyToMany()
ParentWithBidirectionalManyToMany
public ParentWithBidirectionalManyToMany(String name)
newChildren
public void newChildren(Collection children)
- 
- Specified by:
- newChildrenin interface- ParentWithCollection
- Overrides:
- newChildrenin class- AbstractParentWithCollection
 
- 
 
createChild
public Child createChild(String name)
- 
 
addChild
public void addChild(Child child)
- 
- Specified by:
- addChildin interface- ParentWithCollection
- Overrides:
- addChildin class- AbstractParentWithCollection
 
- 
 
addAllChildren
public void addAllChildren(Collection children)
- 
- Specified by:
- addAllChildrenin interface- ParentWithCollection
- Overrides:
- addAllChildrenin class- AbstractParentWithCollection
 
- 
 
removeChild
public void removeChild(Child child)
- 
- Specified by:
- removeChildin interface- ParentWithCollection
- Overrides:
- removeChildin class- AbstractParentWithCollection
 
- 
 
removeAllChildren
public void removeAllChildren(Collection children)
- 
- Specified by:
- removeAllChildrenin interface- ParentWithCollection
- Overrides:
- removeAllChildrenin class- AbstractParentWithCollection
 
- 
 
clearChildren
public void clearChildren()
- 
- Specified by:
- clearChildrenin interface- ParentWithCollection
- Overrides:
- clearChildrenin class- AbstractParentWithCollection
 
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.