public class PostgreSqlJdbcIndexedSessionRepositoryCustomizer extends java.lang.Object implements SessionRepositoryCustomizer<JdbcIndexedSessionRepository>
SessionRepositoryCustomizer implementation that applies PostgreSQL specific
optimized SQL statements to JdbcIndexedSessionRepository.| Constructor and Description |
|---|
PostgreSqlJdbcIndexedSessionRepositoryCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(JdbcIndexedSessionRepository sessionRepository)
Customize the
SessionRepository. |
public PostgreSqlJdbcIndexedSessionRepositoryCustomizer()
public void customize(JdbcIndexedSessionRepository sessionRepository)
SessionRepositoryCustomizerSessionRepository.customize in interface SessionRepositoryCustomizer<JdbcIndexedSessionRepository>sessionRepository - the SessionRepository to customize