Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.map.naming |
Modifier and Type | Method and Description |
---|---|
protected void |
DbLoader.postprocessMasterDbRelationship(DbRelationship relationship,
ExportedKey key)
Detects correct relationship multiplicity and "to dep pk" flag.
|
Modifier and Type | Method and Description |
---|---|
static ExportedKey |
ExportedKey.extractData(ResultSet rs)
Extracts data from a resultset pointing to a exported key to
ExportedKey class instance
|
Modifier and Type | Method and Description |
---|---|
String |
BasicNamingStrategy.createDbRelationshipName(ExportedKey key,
boolean toMany) |
String |
NamingStrategy.createDbRelationshipName(ExportedKey key,
boolean toMany)
Creates new name for Db Relationship
|
Copyright © 2001–2018 Apache Cayenne. All rights reserved.