43444546474849505152
private String[] aliases; private final static String TABLE = "table"; protected AbstractOperator(Method method, SQLType sqlType) { this.jdbcTemplate = new JdbcTemplate(); this.sqlType = sqlType; buildAliases(method); buildDbDescriptor(method); }