org.hibernate.test.event.collection.association.bidirectional.manytomany
Class ChildWithBidirectionalManyToMany
java.lang.Object
org.hibernate.test.event.collection.ChildValue
org.hibernate.test.event.collection.ChildEntity
org.hibernate.test.event.collection.association.bidirectional.manytomany.ChildWithBidirectionalManyToMany
- All Implemented Interfaces:
- Child, Entity
public class ChildWithBidirectionalManyToMany
- extends ChildEntity
ChildWithBidirectionalManyToMany
public ChildWithBidirectionalManyToMany()
ChildWithBidirectionalManyToMany
public ChildWithBidirectionalManyToMany(String name,
Collection parents)
getParents
public Collection getParents()
setParents
public void setParents(Collection parents)
addParent
public void addParent(ParentWithBidirectionalManyToMany parent)
removeParent
public void removeParent(ParentWithBidirectionalManyToMany parent)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.