@Service @Scope(proxyMode=TARGET_CLASS) @Transactional public class SqlService extends Object
SqlService()
boolean
customDDLSql(String sql)
int
customExecuteSql(String sql)
List<Map<String,Object>>
customQuerySql(String sql)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SqlService()
public boolean customDDLSql(String sql)
public int customExecuteSql(String sql)
public List<Map<String,Object>> customQuerySql(String sql)
Copyright © 2022. All rights reserved.