V
I
public interface SimpleCrudService<V extends Serializable,I extends Serializable>
create(V dto)
int
delete(List<I> ids)
ins.framework.common.ResultPage<V>
search(V t)
selectByPrimaryKey(I id)
update(V dto)
I create(V dto)
dto
int update(V dto)
@Transactional(propagation=SUPPORTS, readOnly=true) V selectByPrimaryKey(I id)
id
int delete(List<I> ids)
ids
@Transactional(propagation=SUPPORTS, isolation=READ_COMMITTED, readOnly=true) ins.framework.common.ResultPage<V> search(V t)
t
Copyright © 2020. All rights reserved.