| Package | Description |
|---|---|
| org.apache.cayenne.wocompat |
Contains classes that interface Cayenne with Apple's
WebObjects.
|
| Modifier and Type | Method and Description |
|---|---|
protected EOObjEntity |
EOModelProcessor.makeEntity(EOModelHelper helper,
String name,
boolean generateClientClass)
Creates and returns a new ObjEntity linked to a corresponding DbEntity.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EOModelProcessor.makeAttributes(EOModelHelper helper,
EOObjEntity objEntity)
Create ObjAttributes of the specified entity, as well as DbAttributes of
the corresponding DbEntity.
|
protected QueryDescriptor |
EOModelProcessor.makeQuery(EOModelHelper helper,
EOObjEntity entity,
String queryName)
Creates a Cayenne query out of EOFetchSpecification data.
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.