We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e275f1 commit 016ea37Copy full SHA for 016ea37
src/main/java/org/mybatis/dynamic/sql/exception/NonRenderingWhereClauseException.java
@@ -15,12 +15,12 @@
15
*/
16
package org.mybatis.dynamic.sql.exception;
17
18
+import java.io.Serial;
19
+
20
import org.mybatis.dynamic.sql.configuration.GlobalConfiguration;
21
import org.mybatis.dynamic.sql.configuration.StatementConfiguration;
22
import org.mybatis.dynamic.sql.util.Messages;
23
-import java.io.Serial;
-
24
/**
25
* This exception is thrown when the where clause in a statement will not render.
26
* This can happen if all the optional conditions in a where clause fail to
0 commit comments