Uses of Class
org.seasar.doma.jdbc.criteria.statement.NativeSqlUpsertTerminal
Packages that use NativeSqlUpsertTerminal
-
Uses of NativeSqlUpsertTerminal in org.seasar.doma.jdbc.criteria.statement
Methods in org.seasar.doma.jdbc.criteria.statement that return NativeSqlUpsertTerminalModifier and TypeMethodDescriptionNativeSqlUpsertOnDuplicateKeyIgnoreSelectingKeys.keys(PropertyMetamodel<?>... keys) Specify the keys used for duplicate checking UPSERT statement.NativeSqlUpsertOnDuplicateKeyUpdateSelectingKeys.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.