Packages

package repository

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BasicRepository extends Repository[Future]
  2. final case class CommentValidationError(message: String) extends Exception with Product with Serializable
  3. abstract class DBFetchingProcessRepository[F[_]] extends FetchingProcessRepository[F] with LazyLogging
  4. class DBIOActionRunner extends AnyRef
  5. class DBProcessRepository extends ProcessRepository[DB] with EspTables with LazyLogging with CommentActions with ProcessDBQueryRepository[DB]
  6. abstract class DbProcessActionRepository[F[_]] extends Repository[F] with EspTables with CommentActions with ProcessActionRepository[F] with LazyLogging
  7. final case class DbProcessActivityRepository(dbRef: DbRef) extends ProcessActivityRepository with LazyLogging with BasicRepository with EspTables with CommentActions with Product with Serializable
  8. trait DbioRepository extends Repository[DB]
  9. class DeploymentComment extends AnyRef
  10. abstract class FetchingProcessRepository[F[_]] extends ProcessDBQueryRepository[F]
  11. final case class MigrationComment(migrationsApplied: List[ProcessMigration]) extends Comment with SystemComment with Product with Serializable
  12. trait ProcessActionRepository[F[_]] extends AnyRef
  13. trait ProcessActivityRepository extends AnyRef
  14. trait ProcessDBQueryRepository[F[_]] extends Repository[F] with EspTables
  15. trait ProcessRepository[F[_]] extends AnyRef
  16. class PullProcessRepository extends listener.services.PullProcessRepository
  17. trait Repository[F[_]] extends AnyRef
  18. sealed trait SystemComment extends Comment
  19. final case class UpdateProcessComment(value: String) extends Comment with SystemComment with Product with Serializable
  20. final case class UserComment(value: String) extends Comment with Product with Serializable

Ungrouped