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