Class StatementFactory
java.lang.Object
org.springframework.data.jdbc.repository.query.StatementFactory
Utility to render SQL statements for entities, count/exists projections, and slice queries. This is an internal
utility and should not be used outside of the framework as it can change without deprecation notice.
- Since:
- 4.0
- Author:
- Mark Paluch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic interfaceStatementFactory.StatementFunction<T extends @Nullable Object>Represents a function that accepts a SQL string and aParametersSourceas arguments and produces a result. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncount(RelationalPersistentEntity<?> entity) exists(RelationalPersistentEntity<?> entity) select(RelationalPersistentEntity<?> entity) slice(RelationalPersistentEntity<?> entity)
-
Constructor Details
-
StatementFactory
-
-
Method Details
-
select
-
select
-
count
-
count
-
exists
-
exists
-
slice
-
slice
-