com.imcode.imcms.mapping
Class ProfileMapper
java.lang.Object
com.imcode.imcms.mapping.Mapper<Profile>
com.imcode.imcms.mapping.ProfileMapper
public class ProfileMapper
- extends Mapper<Profile>
|
Constructor Summary |
ProfileMapper(com.imcode.db.Database database)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProfileMapper
public ProfileMapper(com.imcode.db.Database database)
getTableName
protected java.lang.String getTableName()
- Specified by:
getTableName in class Mapper<Profile>
getIdColumnName
protected java.lang.String getIdColumnName()
- Specified by:
getIdColumnName in class Mapper<Profile>
getDefaultOrderBy
protected java.lang.String getDefaultOrderBy()
- Overrides:
getDefaultOrderBy in class Mapper<Profile>
getDataColumnNames
protected java.util.List<java.lang.String> getDataColumnNames()
- Specified by:
getDataColumnNames in class Mapper<Profile>
convertRow
protected Profile convertRow(java.sql.ResultSet rs)
throws java.sql.SQLException
- Specified by:
convertRow in class Mapper<Profile>
- Throws:
java.sql.SQLException
getDataValues
protected java.lang.Object[][] getDataValues(Profile profile)
- Specified by:
getDataValues in class Mapper<Profile>