Uses of Class
org.springframework.data.jdbc.repository.query.StatementFactory.SelectionBuilder
Packages that use StatementFactory.SelectionBuilder
Package
Description
Query derivation mechanism for JDBC specific repositories.
-
Uses of StatementFactory.SelectionBuilder in org.springframework.data.jdbc.repository.query
Methods in org.springframework.data.jdbc.repository.query that return StatementFactory.SelectionBuilderModifier and TypeMethodDescriptionStatementFactory.count(RelationalPersistentEntity<?> entity) StatementFactory.exists(RelationalPersistentEntity<?> entity) StatementFactory.SelectionBuilder.limit(int limit) StatementFactory.SelectionBuilder.project(Collection<String> properties) StatementFactory.select(RelationalPersistentEntity<?> entity) StatementFactory.slice(RelationalPersistentEntity<?> entity)