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 Type
    Method
    Description
    org.springframework.jdbc.core.PreparedStatementCreator
    Get the PreparedStatementCreator to ues for count results.
  • Method Details

    • countPreparedStatementCreator

      org.springframework.jdbc.core.PreparedStatementCreator countPreparedStatementCreator()
      Get the PreparedStatementCreator to ues for count results.
      Returns:
      a creator