public class RepositoryImpl extends CommonRepositoryImpl implements Repository
| 构造器和说明 |
|---|
RepositoryImpl() |
RepositoryImpl(String datasourceName) |
batch, batch, batch, batch, call, delete, delete, executeLargeUpdate, existTable, existTableColumn, getDatabase, getDialect, insert, queryFirstObject, queryList, queryList, queryListWithCache, queryListWithCache, queryObject, queryRecord, queryRecord, queryRecords, queryRecords, queryRecordsWithCache, queryRecordsWithCache, queryRecordWithCache, queryRecordWithCache, save, saveNoPk, saveObject, saveObjectNoPk, transaction, transactionWithReturn, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbatch, batch, batch, batch, call, delete, delete, executeLargeUpdate, existTable, existTableColumn, getDatabase, getDialect, insert, queryFirstObject, queryList, queryList, queryListWithCache, queryListWithCache, queryObject, queryRecord, queryRecord, queryRecords, queryRecords, queryRecordsWithCache, queryRecordsWithCache, queryRecordWithCache, queryRecordWithCache, save, saveNoPk, saveObject, saveObjectNoPk, transaction, transactionWithReturn, update, updatepublic RepositoryImpl()
public RepositoryImpl(String datasourceName)
public int insert(ClasspathSqlResource resource, Map<String,Object> params)
Repositoryinsert 在接口中 Repositorypublic int insert(ClasspathSqlResource resource)
Repositoryinsert 在接口中 Repositorypublic Record queryRecord(ClasspathSqlResource resource, Map<String,Object> params)
RepositoryqueryRecord 在接口中 Repositorypublic Record queryRecord(ClasspathSqlResource resource)
RepositoryqueryRecord 在接口中 Repositorypublic List<Record> queryRecords(ClasspathSqlResource resource, Map<String,Object> params)
RepositoryqueryRecords 在接口中 Repositorypublic List<Record> queryRecords(ClasspathSqlResource resource)
RepositoryqueryRecords 在接口中 Repositorypublic int update(ClasspathSqlResource resource, Map<String,Object> params)
Repositoryupdate 在接口中 Repositorypublic Object updateWithReturnPk(ClasspathSqlResource resource, Map<String,Object> params)
RepositoryupdateWithReturnPk 在接口中 Repositorypublic int update(ClasspathSqlResource resource)
Repositoryupdate 在接口中 Repositorypublic int delete(ClasspathSqlResource resource, Map<String,Object> params)
Repositorydelete 在接口中 Repositorypublic int delete(ClasspathSqlResource resource)
Repositorydelete 在接口中 Repositorypublic Record queryRecordWithCache(ClasspathSqlResource resource, Map<String,Object> params)
RepositoryqueryRecordWithCache 在接口中 Repositorypublic Record queryRecordWithCache(ClasspathSqlResource resource)
RepositoryqueryRecordWithCache 在接口中 Repositorypublic List<Record> queryRecordsWithCache(ClasspathSqlResource resource, Map<String,Object> params)
RepositoryqueryRecordsWithCache 在接口中 Repositorypublic List<Record> queryRecordsWithCache(ClasspathSqlResource resource)
RepositoryqueryRecordsWithCache 在接口中 RepositoryCopyright © 2019. All rights reserved.