Uses of Class
org.springframework.data.r2dbc.core.StatementMapper.UpsertSpec
Packages that use StatementMapper.UpsertSpec
-
Uses of StatementMapper.UpsertSpec in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return StatementMapper.UpsertSpecModifier and TypeMethodDescriptionstatic StatementMapper.UpsertSpecCreate anUPSERTspecification fortable.static StatementMapper.UpsertSpecStatementMapper.UpsertSpec.create(org.springframework.data.relational.core.sql.SqlIdentifier table) Create anUPSERTspecification fortable.default StatementMapper.UpsertSpecStatementMapper.createUpsert(String table) Create anUPSERTspecification fortable.default StatementMapper.UpsertSpecStatementMapper.createUpsert(org.springframework.data.relational.core.sql.SqlIdentifier table) Create anUPSERTspecification fortable.StatementMapper.UpsertSpec.withColumn(String column, Parameter value) Associate a column with aParameterand create a newStatementMapper.UpsertSpec.StatementMapper.UpsertSpec.withColumn(String column, Parameter value) Associate a column with aParameterand create a newStatementMapper.UpsertSpec.StatementMapper.UpsertSpec.withColumn(org.springframework.data.relational.core.sql.SqlIdentifier column, Parameter value) Associate a column with aParameterand create a newStatementMapper.UpsertSpec.StatementMapper.UpsertSpec.withColumn(org.springframework.data.relational.core.sql.SqlIdentifier column, Parameter value) Associate a column with aParameterand create a newStatementMapper.UpsertSpec.StatementMapper.UpsertSpec.withConflictColumn(org.springframework.data.relational.core.sql.SqlIdentifier column) Mark a column as a conflict key (typically the primary key) and create a newStatementMapper.UpsertSpec.StatementMapper.UpsertSpec.withUpdateColumns(List<org.springframework.data.relational.core.sql.SqlIdentifier> updateColumns) Methods in org.springframework.data.r2dbc.core with parameters of type StatementMapper.UpsertSpecModifier and TypeMethodDescriptionStatementMapper.getMappedObject(StatementMapper.UpsertSpec upsertSpec) Map an upsert specification to aPreparedOperation.