public interface AbstractRepository<E,ID extends java.io.Serializable> extends BaseInsertRepository<E,ID>, BaseUpdateRepository<E>, BaseDeleteRepository<ID>, BaseSelectRepository<E,ID>
insert, insertListmodify, update, updateListdelete, deleteByIdcount, getAll, getById, page, query, querySelective, seek, seekById, takeCopyright © 2018. All Rights Reserved.