public interface IExcutor<E,R>
void init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para)
void init(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate,
TableStructure table,
E para,
boolean auto)
R result()
void clear()
Copyright © 2019. All rights reserved.