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 95f3fa9 commit 3897fbaCopy full SHA for 3897fba
src/main/java/org/mybatis/dynamic/sql/util/MappedColumnWhenPresentMapping.java
@@ -15,11 +15,11 @@
15
*/
16
package org.mybatis.dynamic.sql.util;
17
18
-import org.mybatis.dynamic.sql.SqlColumn;
19
-
20
import java.util.Objects;
21
import java.util.function.Supplier;
22
+import org.mybatis.dynamic.sql.SqlColumn;
+
23
public class MappedColumnWhenPresentMapping extends MappedColumnMapping {
24
private final Supplier<?> valueSupplier;
25
0 commit comments