Trait

pl.touk.nussknacker.ui.db

EspTables

Related Doc: package db

Permalink

trait EspTables extends ProcessEntityFactory with CommentEntityFactory with ProcessVersionEntityFactory with EnvironmentsEntityFactory with ProcessDeploymentInfoEntityFactory with TagsEntityFactory with AttachmentEntityFactory

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EspTables
  2. AttachmentEntityFactory
  3. TagsEntityFactory
  4. ProcessDeploymentInfoEntityFactory
  5. EnvironmentsEntityFactory
  6. ProcessVersionEntityFactory
  7. CommentEntityFactory
  8. ProcessEntityFactory
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]

    Permalink
    Definition Classes
    AttachmentEntityFactory
  2. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  3. class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]

    Permalink
    Definition Classes
    CommentEntityFactory
  4. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]

    Permalink
    Definition Classes
    EnvironmentsEntityFactory
  5. class ProcessDeploymentInfoEntity extends slick.jdbc.JdbcProfile.API.Table[DeployedProcessVersionEntityData]

    Permalink
  6. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]

    Permalink
    Definition Classes
    ProcessEntityFactory
  7. class ProcessVersionEntity extends BaseProcessVersionEntity

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityNoJson extends BaseProcessVersionEntity

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  9. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]

    Permalink
    Definition Classes
    TagsEntityFactory

Abstract Value Members

  1. abstract val profile: JdbcProfile

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val attachmentsTable: TableQuery[AttachmentEntity]

    Permalink
    Definition Classes
    AttachmentEntityFactory
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val commentsTable: TableQuery[CommentEntity]

    Permalink
    Definition Classes
    CommentEntityFactory
  8. val deployedProcessesTable: TableQuery[ProcessDeploymentInfoEntity]

    Permalink
  9. implicit def deploymentMapper: JdbcType[DeploymentAction] with BaseTypedType[DeploymentAction]

    Permalink
  10. val environmentsTable: TableQuery[EnvironmentsEntity]

    Permalink
    Definition Classes
    EnvironmentsEntityFactory
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. implicit def processTypeMapper: JdbcType[ProcessType] with BaseTypedType[ProcessType]

    Permalink
    Definition Classes
    ProcessEntityFactory
  21. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  22. val processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]

    Permalink
    Definition Classes
    ProcessVersionEntityFactory
  23. val processesTable: TableQuery[ProcessEntity]

    Permalink
    Definition Classes
    ProcessEntityFactory
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. val tagsTable: TableQuery[TagsEntity]

    Permalink
    Definition Classes
    TagsEntityFactory
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from AnyRef

Inherited from Any

Ungrouped