@Mapper public interface BaseDao<T,ID>
int
create(T entity)
creates(Collection<T> entities)
void
deleteById(ID id)
T
findById(ID id)
update(T entity)
int create(T entity)
int creates(Collection<T> entities)
void deleteById(ID id)
void update(T entity)
T findById(ID id)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.