Uses of Class
com.finalist.jaggenerator.modules.Relation

Packages that use Relation
com.finalist.jaggenerator.modules   
 

Uses of Relation in com.finalist.jaggenerator.modules
 

Methods in com.finalist.jaggenerator.modules that return Relation
 Relation Field.getRelation()
          Gets the relation, if this field represents a container-managed relation field in its parent entity bean.
 

Methods in com.finalist.jaggenerator.modules with parameters of type Relation
 void Field.setRelation(Relation relation)
           
 void Entity.addRelation(Relation relation)
          Inserts a relation in the correct position (relations are always positioned first amongst an Entity's children, because it looks nicer!).
 

Constructors in com.finalist.jaggenerator.modules with parameters of type Relation
RelationPanel(Relation relation, boolean waitForInitSignal)
          Creates new form RelationPanel
 



Copyright © 2003-2005 SourceForge. All Rights Reserved.