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

Packages that use Entity
com.finalist.jaggenerator   
com.finalist.jaggenerator.modules   
 

Uses of Entity in com.finalist.jaggenerator
 

Methods in com.finalist.jaggenerator that return Entity
static Entity JagGenerator.getEntityByRefName(java.lang.String refName)
           
static Entity JagGenerator.getEntityByTableName(java.lang.String tableName)
           
 

Methods in com.finalist.jaggenerator with parameters of type Entity
static void JagGenerator.addEntity(java.lang.String refName, Entity entity)
           
 

Constructors in com.finalist.jaggenerator with parameters of type Entity
SelectRefs(javax.swing.JFrame parent, Entity entity, java.util.ArrayList refList)
          Creates new form SelectRefs for CMR in Entity EJBs
 

Uses of Entity in com.finalist.jaggenerator.modules
 

Methods in com.finalist.jaggenerator.modules that return Entity
 Entity Relation.getRelatedEntity()
          Gets the Entity object that this Relation relates to.
 Entity Relation.getLocalEntity()
           
 

Constructors in com.finalist.jaggenerator.modules with parameters of type Entity
Relation(Entity localEntity)
          Constructs a new Relation from scratch.
Relation(Entity localEntity, ForeignKey fk)
          Constructs a Relation from a ForeignKey object.
Relation(Entity localEntity, ForeignKey fk, boolean waitForInitSignal)
          Constructs a Relation from a ForeignKey object.
Relation(Entity localEntity, org.w3c.dom.Element el)
          (Re-)Constructs a Relation from an XML element.
Field(Entity parent, Column column)
          Creates new form BeanForm
Field(Entity parent, org.w3c.dom.Element el)
          Use for building up the entity field gui component
 



Copyright © 2003-2005 SourceForge. All Rights Reserved.