Class StatementFactory

java.lang.Object
org.springframework.data.jdbc.repository.query.StatementFactory

public class StatementFactory extends Object
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