Uses of Class
org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
Packages that use StatementMapper.InsertSpec
-
Uses of StatementMapper.InsertSpec in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return StatementMapper.InsertSpecModifier and TypeMethodDescriptionstatic StatementMapper.InsertSpecCreate anINSERTspecification fortable.static StatementMapper.InsertSpecStatementMapper.InsertSpec.create(SqlIdentifier table) Create anINSERTspecification fortable.default StatementMapper.InsertSpecStatementMapper.createInsert(String table) Create anINSERTspecification fortable.default StatementMapper.InsertSpecStatementMapper.createInsert(SqlIdentifier table) Create anINSERTspecification fortable.StatementMapper.InsertSpec.withColumn(String column, org.springframework.r2dbc.core.Parameter value) Associate a column with aParameterand create a newStatementMapper.InsertSpec.StatementMapper.InsertSpec.withColumn(SqlIdentifier column, org.springframework.r2dbc.core.Parameter value) Associate a column with aParameterand create a newStatementMapper.InsertSpec.Methods in org.springframework.data.r2dbc.core with parameters of type StatementMapper.InsertSpecModifier and TypeMethodDescriptionorg.springframework.r2dbc.core.PreparedOperation<?>StatementMapper.getMappedObject(StatementMapper.InsertSpec insertSpec) Map a insert specification to aPreparedOperation.