Uses of Class
org.seasar.doma.jdbc.criteria.declaration.InsertOnDuplicateKeyUpdateSetValuesDeclaration
Packages that use InsertOnDuplicateKeyUpdateSetValuesDeclaration
Package
Description
Provides classes that build the criteria query statements.
Provides criteria query statements.
-
Uses of InsertOnDuplicateKeyUpdateSetValuesDeclaration in org.seasar.doma.jdbc.criteria.declaration
Method parameters in org.seasar.doma.jdbc.criteria.declaration with type arguments of type InsertOnDuplicateKeyUpdateSetValuesDeclarationModifier and TypeMethodDescriptionvoidInsertDeclaration.upsertSetValues(Consumer<InsertOnDuplicateKeyUpdateSetValuesDeclaration> block) -
Uses of InsertOnDuplicateKeyUpdateSetValuesDeclaration in org.seasar.doma.jdbc.criteria.statement
Method parameters in org.seasar.doma.jdbc.criteria.statement with type arguments of type InsertOnDuplicateKeyUpdateSetValuesDeclarationModifier and TypeMethodDescriptionNativeSqlUpsertOnDuplicateKeyUpdateSelectingKeys.set(Consumer<InsertOnDuplicateKeyUpdateSetValuesDeclaration> block) Specify the set clause for the UPSERT statement.NativeSqlUpsertOnDuplicateKeyUpdateSelectingSet.set(Consumer<InsertOnDuplicateKeyUpdateSetValuesDeclaration> block) Specify the set clause for the UPSERT statement.