Class PostgreSqlJdbcIndexedSessionRepositoryCustomizer

java.lang.Object
org.springframework.session.jdbc.PostgreSqlJdbcIndexedSessionRepositoryCustomizer
All Implemented Interfaces:
org.springframework.session.config.SessionRepositoryCustomizer<JdbcIndexedSessionRepository>

public class PostgreSqlJdbcIndexedSessionRepositoryCustomizer extends Object implements org.springframework.session.config.SessionRepositoryCustomizer<JdbcIndexedSessionRepository>
A SessionRepositoryCustomizer implementation that applies PostgreSQL specific optimized SQL statements to JdbcIndexedSessionRepository.
Since:
2.5.0
  • Constructor Details

    • PostgreSqlJdbcIndexedSessionRepositoryCustomizer

      public PostgreSqlJdbcIndexedSessionRepositoryCustomizer()
  • Method Details