Interface CountPreparedStatementCreatorProvider
- All Known Implementing Classes:
SelectUserEvent
public interface CountPreparedStatementCreatorProvider
Provider of
PreparedStatementCreator instances for a count result.- Since:
- 2.1
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jdbc.core.PreparedStatementCreatorGet thePreparedStatementCreatorto ues for count results.
-
Method Details
-
countPreparedStatementCreator
org.springframework.jdbc.core.PreparedStatementCreator countPreparedStatementCreator()Get thePreparedStatementCreatorto ues for count results.- Returns:
- a creator
-