| jpersist.interfaces.TableMapping
TableMapping | public interface TableMapping (Code) | | This interface is optionally implemented to provide overriding mapping
between classes and tables and is only needed when a match can't be
made due to a vast difference in naming and/or a collision will occur.
|
getDatabaseTableName | String getDatabaseTableName(String name)(Code) | | Method returns the mapped name.
Parameters: name - the lowercase name that is being mapped the lowercase mapped name |
|
|