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