Uses of Class
org.apache.cayenne.wocompat.EOModelHelper

Packages that use EOModelHelper
org.apache.cayenne.wocompat Contains classes that interface Cayenne with Apple's WebObjects
 

Uses of EOModelHelper in org.apache.cayenne.wocompat
 

Methods in org.apache.cayenne.wocompat that return EOModelHelper
protected  EOModelHelper EOModelProcessor.makeHelper(String path, boolean genereateClientClass)
          Creates an returns new EOModelHelper to process EOModel.
 

Methods in org.apache.cayenne.wocompat with parameters of type EOModelHelper
protected  void EOModelProcessor.makeAttributes(EOModelHelper helper, EOObjEntity objEntity)
          Create ObjAttributes of the specified entity, as well as DbAttributes of the corresponding DbEntity.
protected  EOObjEntity EOModelProcessor.makeEntity(EOModelHelper helper, String name, boolean generateClientClass)
          Creates and returns a new ObjEntity linked to a corresponding DbEntity.
protected  void EOModelProcessor.makeFlatRelationships(EOModelHelper helper, ObjEntity e)
          Create Flattened ObjRelationships of the specified entity.
protected  Query EOModelProcessor.makeQuery(EOModelHelper helper, EOObjEntity entity, String queryName)
          Creates a Cayenne query out of EOFetchSpecification data.
protected  void EOModelProcessor.makeRelationships(EOModelHelper helper, ObjEntity objEntity)
          Create ObjRelationships of the specified entity, as well as DbRelationships of the corresponding DbEntity.
 



Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.