All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.touk.nussknacker.ui.db.NuTables.scala Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
package pl.touk.nussknacker.ui.db

import pl.touk.nussknacker.ui.db.entity._
import pl.touk.nussknacker.ui.process.newdeployment.DeploymentEntityFactory
import slick.jdbc.JdbcProfile

trait NuTables
    extends ProcessEntityFactory
    with CommentEntityFactory
    with ProcessVersionEntityFactory
    with EnvironmentsEntityFactory
    with ProcessActionEntityFactory
    with TagsEntityFactory
    with AttachmentEntityFactory
    with DeploymentEntityFactory {
  protected val profile: JdbcProfile

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy