XMTT 6 anni fa
parent
commit
c40a0d5e0d

+ 0 - 2
src/main/java/com/ekexiu/project/bridge/system/dao/UserDao.java

6
import org.jfw.apt.annotation.Nullable;
6
import org.jfw.apt.annotation.Nullable;
7
import org.jfw.apt.orm.annotation.dao.Batch;
7
import org.jfw.apt.orm.annotation.dao.Batch;
8
import org.jfw.apt.orm.annotation.dao.DAO;
8
import org.jfw.apt.orm.annotation.dao.DAO;
9
import org.jfw.apt.orm.annotation.dao.Dynamic;
10
import org.jfw.apt.orm.annotation.dao.method.Exclude;
9
import org.jfw.apt.orm.annotation.dao.method.Exclude;
11
import org.jfw.apt.orm.annotation.dao.method.From;
10
import org.jfw.apt.orm.annotation.dao.method.From;
12
import org.jfw.apt.orm.annotation.dao.method.IncludeFixSet;
11
import org.jfw.apt.orm.annotation.dao.method.IncludeFixSet;
48
47
49
	@Update
48
	@Update
50
	@Exclude({"passwd","active"})
49
	@Exclude({"passwd","active"})
51
	@Dynamic
52
	int update(Connection con, User user) throws SQLException;
50
	int update(Connection con, User user) throws SQLException;
53
51
54
	@UpdateWith
52
	@UpdateWith