public interface NamingStrategy
Modifier and Type | Method and Description |
---|---|
String |
createDbRelationshipName(ExportedKey key,
boolean toMany)
Creates new name for Db Relationship
|
String |
createObjAttributeName(DbAttribute attr)
Creates new name for Obj Attribute
|
String |
createObjEntityName(DbEntity entity)
Creates new name for Obj Entity
|
String |
createObjRelationshipName(DbRelationship dbRel)
Creates new name for Obj Relationship
|
String createObjAttributeName(DbAttribute attr)
String createDbRelationshipName(ExportedKey key, boolean toMany)
String createObjRelationshipName(DbRelationship dbRel)
Copyright © 2001–2018 Apache Cayenne. All rights reserved.