Uses of Class
com.coachconnect.model.Session
Packages that use Session
-
Uses of Session in com.coachconnect.repository
Methods in com.coachconnect.repository that return types with arguments of type SessionModifier and TypeMethodDescriptionSessionRepository.findAll()Finds a session by its ID.SessionRepository.findByUserId(String userId) Finds all sessions.Saves a new session.Updates an existing session.Methods in com.coachconnect.repository with parameters of type Session