Uses of Class
org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
Packages that use StatementMapper.SelectSpec
-
Uses of StatementMapper.SelectSpec in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return StatementMapper.SelectSpecModifier and TypeMethodDescriptionstatic StatementMapper.SelectSpecCreate anSELECTspecification fortable.static StatementMapper.SelectSpecStatementMapper.SelectSpec.create(org.springframework.data.relational.core.sql.SqlIdentifier table) Create anSELECTspecification fortable.default StatementMapper.SelectSpecStatementMapper.createSelect(String table) Create aSELECTspecification fortable.default StatementMapper.SelectSpecStatementMapper.createSelect(org.springframework.data.relational.core.sql.SqlIdentifier table) Create aSELECTspecification fortable.StatementMapper.SelectSpec.distinct()Associate a result statement distinct with the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.doWithTable(BiFunction<org.springframework.data.relational.core.sql.Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec> function) StatementMapper.SelectSpec.limit(int limit) Associate a result limit with the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.lock(org.springframework.data.relational.core.sql.LockMode lockMode) Associate a lock mode with the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.offset(long offset) Associate a result offset with the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.withCriteria(org.springframework.data.relational.core.query.CriteriaDefinition criteria) Associate aCriteriawith the select and return a newStatementMapper.SelectSpec.Associate aPageablewith the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.withProjection(String... projectedFields) AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.withProjection(Collection<org.springframework.data.relational.core.sql.Expression> projectedFields) AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.withProjection(org.springframework.data.relational.core.sql.Expression... expressions) Associateexpressionswith the select list and create a newStatementMapper.SelectSpec.StatementMapper.SelectSpec.withProjection(org.springframework.data.relational.core.sql.SqlIdentifier... projectedFields) AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.AssociateSortwith the select and create a newStatementMapper.SelectSpec.Methods in org.springframework.data.r2dbc.core with parameters of type StatementMapper.SelectSpecModifier and TypeMethodDescriptionStatementMapper.getMappedObject(StatementMapper.SelectSpec selectSpec) Map a select specification to aPreparedOperation.Method parameters in org.springframework.data.r2dbc.core with type arguments of type StatementMapper.SelectSpecModifier and TypeMethodDescriptionStatementMapper.SelectSpec.doWithTable(BiFunction<org.springframework.data.relational.core.sql.Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec> function) StatementMapper.SelectSpec.doWithTable(BiFunction<org.springframework.data.relational.core.sql.Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec> function)