public interface AbstractRepository<E,ID extends java.io.Serializable> extends BaseInsertRepository<E,ID>, BaseUpdateRepository<E>, BaseDeleteRepository<ID>, BaseSelectRepository<E,ID>
insertmodify, update, updateListdelete, deleteByIdCopyright © 2018. All Rights Reserved.