| Method and Description |
|---|
| 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) can set includeType via condition. |
org.teasoft.bee.osql.SuidRich.selectJson(T, IncludeType, Condition)
SuidRich.selectJson(Object,Condition) can set includeType via condition. |
| Enum Constant and Description |
|---|
| org.teasoft.bee.osql.Op.notLike |
| Annotation Type Element and Description |
|---|
| org.teasoft.bee.osql.annotation.JoinTable.subClass
(since="1.11",can use subClazz() replace it.)
|
Copyright © 2023. All rights reserved.