| 方法和说明 |
|---|
| org.teasoft.bee.osql.PreparedSql.modify(String)
不建议使用,因为框架不知道具体是更改了什么表,会影响缓存的正确性,从而产生缓存数据不准确的危险.
It is not recommended because the framework does not know what table has been changed, which will affect the correctness of the cache and cause the risk of inaccurate cache data. |
| org.teasoft.bee.osql.PreparedSql.modify(String, Map<String, Object>)
不建议使用,因为框架不知道具体是更改了什么表,会影响缓存的正确性,从而产生缓存数据不准确的危险.
It is not recommended because the framework does not know what table has been changed, which will affect the correctness of the cache and cause the risk of inaccurate cache data. |
| org.teasoft.bee.osql.PreparedSql.modify(String, Object[])
不建议使用,因为框架不知道具体是更改了什么表,会影响缓存的正确性,从而产生缓存数据不准确的危险.
It is not recommended because the framework does not know what table has been changed, which will affect the correctness of the cache and cause the risk of inaccurate cache data. |
org.teasoft.bee.osql.SuidRich.select(T, IncludeType, Condition)
Suid.select(Object,Condition)方法中,可以通过condition设置includeType.can set includeType via condition. |
org.teasoft.bee.osql.SuidRich.selectJson(T, IncludeType, Condition)
SuidRich.selectJson(Object,Condition)方法中,可以通过condition设置includeType.can set includeType via condition. |
Copyright © 2021. All rights reserved.