Interface SessionRepository<S extends Session>

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

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