Interface SessionRepositoryCustomizer<T extends SessionRepository>
- Type Parameters:
T
- theSessionRepository
type
- All Known Implementing Classes:
Db2JdbcIndexedSessionRepositoryCustomizer
,MySqlJdbcIndexedSessionRepositoryCustomizer
,OracleJdbcIndexedSessionRepositoryCustomizer
,PostgreSqlJdbcIndexedSessionRepositoryCustomizer
,SqlServerJdbcIndexedSessionRepositoryCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy that can be used to customize the
SessionRepository
before it is fully
initialized, in particular to tune its configuration.- Since:
- 2.2.0
-
Method Summary
-
Method Details
-
customize
Customize theSessionRepository
.- Parameters:
sessionRepository
- theSessionRepository
to customize
-