public interface ObjectNameGenerator
Modifier and Type | Method and Description |
---|---|
String |
createDbRelationshipName(ExportedKey key,
boolean toMany)
Creates new name for DbRelationship
|
String |
createObjAttributeName(DbAttribute attr)
Creates new name for ObjAttribute
|
String |
createObjEntityName(DbEntity entity)
Creates new name for ObjEntity
|
String |
createObjRelationshipName(DbRelationship dbRel)
Creates new name for ObjRelationship
|
String createObjAttributeName(DbAttribute attr)
String createDbRelationshipName(ExportedKey key, boolean toMany)
String createObjRelationshipName(DbRelationship dbRel)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.