Uses of Class
org.hydrateframework.gen.schema.Relationship

Packages that use Relationship
org.hydrateframework.ejb.schema   
org.hydrateframework.gen   
org.hydrateframework.gen.schema   
org.hydrateframework.gui   
 

Uses of Relationship in org.hydrateframework.ejb.schema
 

Subclasses of Relationship in org.hydrateframework.ejb.schema
 class Relationship
           
 

Uses of Relationship in org.hydrateframework.gen
 

Methods in org.hydrateframework.gen with parameters of type Relationship
 LangWriter CodeWriterSchema.openBufFile(Family family, Relationship relationship)
           
 LangWriter CodeWriterSchema.openFile(Family family, Relationship relationship)
           
 void CodeWriterSchema.writeDropRelationship(LangWriter out, Relationship relationship)
           
 void CodeWriterSchema.writeRelationship(LangWriter out, Relationship relationship)
          Write out a table that represents that relationship in a many to many relationship
 

Uses of Relationship in org.hydrateframework.gen.schema
 

Fields in org.hydrateframework.gen.schema with type parameters of type Relationship
protected  java.util.List<Relationship> Family.relationships
           
 

Methods in org.hydrateframework.gen.schema that return Relationship
 Relationship Family.findRelationship(java.lang.String name)
           
 Relationship Relationship.Reference.getRelationship()
           
 Relationship[] Family.getRelationships()
          Get a list of relationships that have been declared to be part of this family.
 

Methods in org.hydrateframework.gen.schema with parameters of type Relationship
 void Relationship.setOverridden(Relationship override)
           
 

Constructors in org.hydrateframework.gen.schema with parameters of type Relationship
Relationship(Family family, Relationship override)
           
 

Uses of Relationship in org.hydrateframework.gui
 

Methods in org.hydrateframework.gui with parameters of type Relationship
 void EditRelationshipDialog.setModel(Relationship mdl, boolean forward)
           
 



Copyright © 2000 The Hydrate Project. All Rights Reserved.