Uses of Interface
org.odmg.DBag

Packages that use DBag
org.apache.ojb.odmg   
org.apache.ojb.odmg.collections   
org.odmg   
 

Uses of DBag in org.apache.ojb.odmg
 

Methods in org.apache.ojb.odmg that return DBag
 DBag ImplementationImpl.newDBag()
          Create a new DBag object.
 DBag ImplementationJTAImpl.newDBag()
           
 

Uses of DBag in org.apache.ojb.odmg.collections
 

Classes in org.apache.ojb.odmg.collections that implement DBag
 class DBagImpl
          The DBag implementation class.
 

Methods in org.apache.ojb.odmg.collections that return DBag
 DBag DBagImpl.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
 DBag DBagImpl.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag DBagImpl.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 

Methods in org.apache.ojb.odmg.collections with parameters of type DBag
 DBag DBagImpl.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
 DBag DBagImpl.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag DBagImpl.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 

Uses of DBag in org.odmg
 

Methods in org.odmg that return DBag
 DBag DBag.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
 DBag DBag.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag Implementation.newDBag()
          Create a new DBag object.
 DBag DBag.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 

Methods in org.odmg with parameters of type DBag
 DBag DBag.difference(DBag otherBag)
          A new DBag instance is created that contains the difference of this object and the DBag instance referenced by otherBag.
 DBag DBag.intersection(DBag otherBag)
          A new DBag instance is created that contains the intersection of this object and the DBag referenced by otherBag.
 DBag DBag.union(DBag otherBag)
          A new DBag instance is created that is the union of this object and otherBag.
 



Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.