E - the entity typeI - the id typepublic interface IEntityDAO<E extends IEntity<I>,I>
void delete(E element)
element - the element to deletevoid deleteById(I id)
id - the id of the element to deleteE findById(I id)
id - the id of the element to findList<E> findList(int first, int max)
first - first resultmax - max resultsCopyright © 2015–2016 Taimos GmbH. All rights reserved.