@Repository public interface IUpdateRepository<T,PK> extends IRepository<T,PK>
int
update(Map<String,Object> map)
update(T t)
int update(T t) throws Exception
Exception
int update(Map<String,Object> map) throws Exception
Copyright © 2018. All rights reserved.