We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9086a commit bc1035fCopy full SHA for bc1035f
APIJSONORM/src/main/java/apijson/orm/SQLConfig.java
@@ -113,21 +113,21 @@ public interface SQLConfig<T extends Object> {
113
// boolean isPLSQL();
114
// boolean isAnsiSQL();
115
116
- /**用来给 Table, Column 等系统属性表来绕过 MAX_SQL_COUNT 等限制
117
- * @return
118
- */
+ /**用来给 Table, Column 等系统属性表来绕过 MAX_SQL_COUNT 等限制
+ * @return
+ */
119
boolean limitSQLCount();
120
121
/**是否开启 WITH AS 表达式来简化 SQL 和提升性能
122
* @return
123
*/
124
boolean isWithAsEnable();
125
/**允许增删改部分失败
126
127
128
- boolean allowPartialUpdateFailed();
+ boolean allowPartialUpdateFailed();
129
130
- @NotNull
+ @NotNull
131
String getIdKey();
132
@NotNull
133
String getUserIdKey();
0 commit comments