Class SessionDAO
java.lang.Object
com.serinity.exercicecontrol.dao.SessionDAO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcreateCreatedSession(int userId, int exerciseId) findByIdForUpdate(int sessionId) voidvoid
-
Constructor Details
-
SessionDAO
public SessionDAO()
-
-
Method Details
-
createCreatedSession
- Throws:
SQLException
-
findByIdForUpdate
- Throws:
SQLException
-
update
- Throws:
SQLException
-
withTransaction
- Throws:
SQLException
-