Interface SessionRepository<S extends Session>

Type Parameters:
S - the Session type
All Known Subinterfaces:
FindByIndexNameSessionRepository<S>
All Known Implementing Classes:
HazelcastIndexedSessionRepository, HazelcastSessionRepository, JdbcIndexedSessionRepository, JdbcOperationsSessionRepository, MapSessionRepository, MongoIndexedSessionRepository, MongoOperationsSessionRepository, RedisIndexedSessionRepository, RedisOperationsSessionRepository, RedisSessionRepository

public interface SessionRepository<S extends Session>
A repository interface for managing Session instances.
Since:
1.0
  • Method Details