Package org.mybatis.dynamic.sql.insert
Class GeneralInsertDSL.SetClauseFinisher<T>
java.lang.Object
org.mybatis.dynamic.sql.insert.GeneralInsertDSL.SetClauseFinisher<T>
- Enclosing class:
GeneralInsertDSL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoConstant
(String constant) toNull()
toStringConstant
(String constant) toValueOrNull
(Supplier<T> valueSupplier) toValueOrNull
(T value) toValueWhenPresent
(Supplier<T> valueSupplier) toValueWhenPresent
(T value)
-
Constructor Details
-
SetClauseFinisher
-
-
Method Details
-
toNull
-
toConstant
-
toStringConstant
-
toValue
-
toValue
-
toValueOrNull
-
toValueOrNull
-
toValueWhenPresent
-
toValueWhenPresent
-