org.hydrateframework
Class ObjectRelationshipFactory.RelationshipMap<S,T>

java.lang.Object
  extended by org.hydrateframework.ObjectRelationshipFactory.RelationshipMap<S,T>
Enclosing class:
ObjectRelationshipFactory

public static class ObjectRelationshipFactory.RelationshipMap<S,T>
extends java.lang.Object


Constructor Summary
ObjectRelationshipFactory.RelationshipMap(S source, T target, boolean isDeleted)
           
 
Method Summary
 void addTo(java.util.Set<ObjectRelationshipFactory.RelationshipMap> set)
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
          This object needs a hash code so that it can be identified in the SaveContext
 void save(java.lang.String relationshipName, SaveContext sc, java.lang.Class familyClass)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRelationshipFactory.RelationshipMap

public ObjectRelationshipFactory.RelationshipMap(S source,
                                                 T target,
                                                 boolean isDeleted)
Method Detail

hashCode

public int hashCode()
This object needs a hash code so that it can be identified in the SaveContext

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

addTo

public void addTo(java.util.Set<ObjectRelationshipFactory.RelationshipMap> set)

save

public void save(java.lang.String relationshipName,
                 SaveContext sc,
                 java.lang.Class familyClass)
          throws SaveException
Throws:
SaveException


Copyright © 2000 The Hydrate Project. All Rights Reserved.