package models
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- models
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CheckRequestBody (assignmentId: String, threshold: Double, studentId: String, directory: String, language: String) extends Product with Serializable
- case class Submission (studentA: String, studentAVersion: String, studentB: String, studentBVersion: String, assignmentId: String, jPlagResult: Double, timestamp: Long = System.currentTimeMillis() / 1000L, id: Int = 0) extends Product with Serializable
- class Submissions extends slick.jdbc.JdbcProfile.API.Table[Submission]
Value Members
- val db: Database
- object Schema
- object Submission extends Serializable