Skip to content

Support for selectMono #67

@acktsap

Description

@acktsap

/**
* Select flux flux.
*
* @param <R> the type parameter
* @param sql the sql
* @param params the params
* @param returnType the return type
* @return the flux
*/
protected <R> Flux<R> selectFlux(
String sql,
SqlParameterSource params,
Class<R> returnType) {
RowMapper<R> rowMapper = this.getRowMapper(returnType);
return this.jdbcReactiveTemplate.queryFlux(
sql, this.getEntityJdbcProvider().getJdbcOperations(), params, rowMapper);
}

비슷하게 selectMono도 있으면 좋을거 같습니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions