org.molgenis.omx.decorators
Class HyperlinkValueDecorator<E extends HyperlinkValue>
java.lang.Object
org.molgenis.framework.db.MapperDecorator<E>
org.molgenis.omx.decorators.HyperlinkValueDecorator<E>
- All Implemented Interfaces:
- Mapper<E>
public class HyperlinkValueDecorator<E extends HyperlinkValue>
- extends MapperDecorator<E>
| Methods inherited from class org.molgenis.framework.db.MapperDecorator |
add, count, create, createFindSqlInclRules, createList, executeAdd, executeRemove, executeUpdate, find, find, find, findById, getDatabase, getFieldType, getTableFieldName, remove, remove, resolveForeignKeys, toList, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HyperlinkValueDecorator
public HyperlinkValueDecorator(Mapper<E> generatedMapper)
add
public int add(List<E> entities)
throws DatabaseException
- Specified by:
add in interface Mapper<E extends HyperlinkValue>- Overrides:
add in class MapperDecorator<E extends HyperlinkValue>
- Throws:
DatabaseException
update
public int update(List<E> entities)
throws DatabaseException
- Specified by:
update in interface Mapper<E extends HyperlinkValue>- Overrides:
update in class MapperDecorator<E extends HyperlinkValue>
- Throws:
DatabaseException
Copyright © 2013. All Rights Reserved.