Uses of Class
org.hydrateframework.ObjectRelationshipFactory.RelationshipMap

Packages that use ObjectRelationshipFactory.RelationshipMap
org.hydrateframework   
 

Uses of ObjectRelationshipFactory.RelationshipMap in org.hydrateframework
 

Fields in org.hydrateframework with type parameters of type ObjectRelationshipFactory.RelationshipMap
protected  java.util.Map<ObjectCollection,java.util.Set<ObjectRelationshipFactory.RelationshipMap>> ObjectContext.m_mtms
          A Map holding a list of changes to be made to a many-to-many relationship.
 

Methods in org.hydrateframework that return types with arguments of type ObjectRelationshipFactory.RelationshipMap
 java.util.Set<ObjectRelationshipFactory.RelationshipMap> ObjectContext.getMTM(ObjectCollection coll, boolean forSave)
           
protected  java.util.Set<ObjectRelationshipFactory.RelationshipMap> ObjectCollection.getMTM(ObjectContext ctx)
          Return the list of changes to the many-to-many relationship table.
 

Methods in org.hydrateframework with parameters of type ObjectRelationshipFactory.RelationshipMap
 void ObjectRelationshipFactory.save(SaveContext sc, ObjectRelationshipFactory.RelationshipMap map, java.lang.Class familyClass)
          Update the database with changes to the many-to-many relationship.
 

Method parameters in org.hydrateframework with type arguments of type ObjectRelationshipFactory.RelationshipMap
 void ObjectRelationshipFactory.RelationshipMap.addTo(java.util.Set<ObjectRelationshipFactory.RelationshipMap> set)
           
 void SaveContext.saveLaterMTM(java.lang.String relationshipName, java.util.Collection<ObjectRelationshipFactory.RelationshipMap> coll)
          Add a many to many relationship that will be saved at the end of the session.
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.