| Package | Description | 
|---|---|
| org.apache.cayenne.dba | Contains database adapter API (DbAdapter) and its default implementation. | 
| org.apache.cayenne.map | Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | DefaultQuotingStrategy. quotedSourceName(DbJoin join) | 
| String | QuotingStrategy. quotedSourceName(DbJoin join) | 
| String | DefaultQuotingStrategy. quotedTargetName(DbJoin join) | 
| String | QuotingStrategy. quotedTargetName(DbJoin join) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<DbJoin> | DbRelationship. joins | 
| Modifier and Type | Method and Description | 
|---|---|
| DbJoin | DbJoin. createReverseJoin()Returns a "reverse" join. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DbJoin> | DbRelationship. getJoins()Returns a list of joins. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DbRelationship. addJoin(DbJoin join)Adds a join. | 
| void | DbRelationship. removeJoin(DbJoin join) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DbRelationship. setJoins(Collection<DbJoin> newJoins) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.