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