Class MySqlJdbcIndexedSessionRepositoryCustomizer

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

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

    • MySqlJdbcIndexedSessionRepositoryCustomizer

      public MySqlJdbcIndexedSessionRepositoryCustomizer()
  • Method Details