public class MongodbRawSqlLib extends AbstractCommOperate implements org.teasoft.bee.mongodb.MongodbRawSql
dsName, interceptorChain, nameTranslate| Constructor and Description |
|---|
MongodbRawSqlLib() |
| Modifier and Type | Method and Description |
|---|---|
org.teasoft.bee.mongodb.MongodbBeeSql |
getMongodbBeeSql() |
int |
modify(String sql) |
<T> List<T> |
select(String commandStr,
Class<T> returnTypeClass) |
String |
selectJson(String sql) |
List<Map<String,Object>> |
selectMapList(String sql) |
void |
setMongodbBeeSql(org.teasoft.bee.mongodb.MongodbBeeSql mongodbBeeSql) |
doBeforePasreEntity, doBeforeReturn, doBeforeReturn, getDataSourceName, getInterceptorChain, regCondition, regSuidType, setDataSourceName, setInterceptorChain, setNameTranslateOneTimepublic <T> List<T> select(String commandStr, Class<T> returnTypeClass)
select in interface org.teasoft.bee.mongodb.MongodbRawSqlpublic String selectJson(String sql)
selectJson in interface org.teasoft.bee.mongodb.MongodbRawSqlpublic int modify(String sql)
modify in interface org.teasoft.bee.mongodb.MongodbRawSqlpublic List<Map<String,Object>> selectMapList(String sql)
selectMapList in interface org.teasoft.bee.mongodb.MongodbRawSqlpublic org.teasoft.bee.mongodb.MongodbBeeSql getMongodbBeeSql()
public void setMongodbBeeSql(org.teasoft.bee.mongodb.MongodbBeeSql mongodbBeeSql)
Copyright © 2024. All rights reserved.