public class DefaultNameGenerator extends Object implements ObjectNameGenerator
| Constructor and Description |
|---|
DefaultNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
createDbRelationshipName(ExportedKey key,
boolean toMany) |
String |
createObjAttributeName(DbAttribute attr) |
String |
createObjEntityName(DbEntity dbEntity) |
String |
createObjRelationshipName(DbRelationship dbRel) |
public String createDbRelationshipName(ExportedKey key, boolean toMany)
createDbRelationshipName in interface ObjectNameGeneratorpublic String createObjEntityName(DbEntity dbEntity)
createObjEntityName in interface ObjectNameGeneratorpublic String createObjAttributeName(DbAttribute attr)
createObjAttributeName in interface ObjectNameGeneratorpublic String createObjRelationshipName(DbRelationship dbRel)
createObjRelationshipName in interface ObjectNameGeneratorCopyright © 2001–2015 Apache Cayenne. All rights reserved.