org.tranql.cache
Class RelationshipSlot.MutableJoinDefinition

java.lang.Object
  extended byorg.tranql.schema.Association.JoinDefinition
      extended byorg.tranql.cache.RelationshipSlot.MutableJoinDefinition
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RelationshipSlot

public static class RelationshipSlot.MutableJoinDefinition
extends Association.JoinDefinition

See Also:
Serialized Form

Constructor Summary
RelationshipSlot.MutableJoinDefinition()
           
 
Method Summary
 Entity getFKEntity()
           
 Entity getPKEntity()
           
 java.util.LinkedHashMap getPkToFkMapping()
           
 void setFKEntity(Entity fkEntity)
           
 void setPKEntity(Entity pkEntity)
           
 
Methods inherited from class org.tranql.schema.Association.JoinDefinition
getPKToFKMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelationshipSlot.MutableJoinDefinition

public RelationshipSlot.MutableJoinDefinition()
Method Detail

setFKEntity

public void setFKEntity(Entity fkEntity)

getFKEntity

public Entity getFKEntity()
Overrides:
getFKEntity in class Association.JoinDefinition

setPKEntity

public void setPKEntity(Entity pkEntity)

getPKEntity

public Entity getPKEntity()
Overrides:
getPKEntity in class Association.JoinDefinition

getPkToFkMapping

public java.util.LinkedHashMap getPkToFkMapping()


Copyright © -2006 The Codehaus. All Rights Reserved.