public class EmailValueDecorator<E extends EmailValue> extends MapperDecorator<E>
| Constructor and Description |
|---|
EmailValueDecorator(Mapper<E> generatedMapper) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(List<E> entities) |
int |
update(List<E> entities) |
count, create, createFindSqlInclRules, createList, executeAdd, executeRemove, executeUpdate, find, findById, getDatabase, getFieldType, getTableFieldName, remove, resolveForeignKeyspublic int add(List<E> entities) throws DatabaseException
add in interface Mapper<E extends EmailValue>add in class MapperDecorator<E extends EmailValue>DatabaseExceptionpublic int update(List<E> entities) throws DatabaseException
update in interface Mapper<E extends EmailValue>update in class MapperDecorator<E extends EmailValue>DatabaseExceptionCopyright © 2013. All Rights Reserved.