|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamingStrategy
A NamingStrategy determines how to derive suitable class and
member names corresponding to database tables and columns.
| Method Summary | |
|---|---|
String |
createClassName(String base)
Create a valid name for a Java class based on the specified input name. |
String |
createGetterName(String propertyName)
Create a valid name for a getter for the property |
String |
createPropertyName(String base)
Create a valid name for a member variable based on the specified input name. |
String |
createSetterName(String propertyName)
Create a valid name for a setter for the property |
| Method Detail |
|---|
String createPropertyName(String base)
base - the input name.
String createSetterName(String propertyName)
propertyName -
String createGetterName(String propertyName)
propertyName -
String createClassName(String base)
base - the input name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||