| java.lang.Object org.jboss.ejb.plugins.cmp.jdbc.RelationData
RelationData | final public class RelationData (Code) | | This class holds data about one relationship. It maintains a lists of
which relations have been added and removed. When the transaction is
committed these list are retrieved and used to update the relation table.
author: Dain Sundstrom version: $Revision: 57209 $ |
addedRelations | final public Set addedRelations(Code) | | |
notRelatedPairs | final public Set notRelatedPairs(Code) | | |
removedRelations | final public Set removedRelations(Code) | | |
isDirty | public boolean isDirty()(Code) | | |
|
|