Package org.springframework.session.jdbc
Class PostgreSqlJdbcIndexedSessionRepositoryCustomizer
java.lang.Object
org.springframework.session.jdbc.PostgreSqlJdbcIndexedSessionRepositoryCustomizer
- All Implemented Interfaces:
 SessionRepositoryCustomizer<JdbcIndexedSessionRepository>
public class PostgreSqlJdbcIndexedSessionRepositoryCustomizer
extends Object
implements SessionRepositoryCustomizer<JdbcIndexedSessionRepository>
A 
SessionRepositoryCustomizer implementation that applies PostgreSQL specific
 optimized SQL statements to JdbcIndexedSessionRepository.- Since:
 - 2.5.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(JdbcIndexedSessionRepository sessionRepository) Customize theSessionRepository. 
- 
Constructor Details
- 
PostgreSqlJdbcIndexedSessionRepositoryCustomizer
public PostgreSqlJdbcIndexedSessionRepositoryCustomizer() 
 - 
 - 
Method Details
- 
customize
Description copied from interface:SessionRepositoryCustomizerCustomize theSessionRepository.- Specified by:
 customizein interfaceSessionRepositoryCustomizer<JdbcIndexedSessionRepository>- Parameters:
 sessionRepository- theSessionRepositoryto customize
 
 -