Packages

trait NuTables extends ProcessEntityFactory with ProcessVersionEntityFactory with EnvironmentsEntityFactory with ScenarioActivityEntityFactory with ScenarioLabelsEntityFactory with AttachmentEntityFactory with DeploymentEntityFactory

Known Subclasses
InvalidateComponentsUsagesCache, V1_013__GroupNodesChange, V1_016__TypeSpecificMetaDataChange, V1_019__SourceSinkExceptionHandlerExpressionsChange, V1_029__AdditionalBranchesChange, V1_030__SpillStateToDisk, V1_031__FragmentSpecificData, V1_032__StandaloneToRequestResponseDefinition, V1_033__RequestResponseUrlToSlug, V1_041__RemoveTypeSpecificDataDefinition, V1_043__RenameSubprocessToFragmentDefinition, V1_046__RenameSubprocessToFragmentDefinition, V1_054__FragmentAddComponentGroupPropertyDefinition, V1_013__GroupNodesChange, V1_016__TypeSpecificMetaDataChange, V1_019__SourceSinkExceptionHandlerExpressionsChange, V1_029__AdditionalBranchesChange, V1_030__SpillStateToDisk, V1_031__FragmentSpecificData, V1_032__StandaloneToRequestResponse, V1_039__FillComponentsUsages, V1_041__RemoveTypeSpecificData, V1_043__RenameSubprocessToFragment, V1_046__RenameSubprocessToFragment, V1_047__RegenerateComponentsUsages, V1_054__FragmentAddComponentGroupProperty, V1_029__AdditionalBranchesChange, V1_030__SpillStateToDisk, V1_031__FragmentSpecificData, V1_032__StandaloneToRequestResponse, V1_039__FillComponentsUsages, V1_041__RemoveTypeSpecificData, V1_043__RenameSubprocessToFragment, V1_046__RenameSubprocessToFragment, V1_047__RegenerateComponentsUsages, V1_054__FragmentAddComponentGroupProperty, ProcessJsonMigration, DeploymentRepository, DBFetchingProcessRepository, DBProcessRepository, DbScenarioActionRepository, FetchingProcessRepository, ProcessDBQueryRepository, ScenarioLabelsRepository, ScenarioMetadataRepository, DbScenarioActivityRepository, ScenarioGraphVersionRepository
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NuTables
  2. DeploymentEntityFactory
  3. AttachmentEntityFactory
  4. ScenarioLabelsEntityFactory
  5. ScenarioActivityEntityFactory
  6. EnvironmentsEntityFactory
  7. ProcessVersionEntityFactory
  8. ProcessEntityFactory
  9. BaseEntityFactory
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
    Definition Classes
    AttachmentEntityFactory
  2. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
    Definition Classes
    EnvironmentsEntityFactory
  3. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
    Definition Classes
    ProcessEntityFactory
  4. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
    Definition Classes
    ProcessVersionEntityFactory
  5. class ProcessVersionEntity extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  6. class ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  7. class ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class ScenarioActivityEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioActivityEntityData]
  10. class ScenarioLabelsEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioLabelEntityData]
    Definition Classes
    ScenarioLabelsEntityFactory
  11. class DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
    Definition Classes
    DeploymentEntityFactory

Abstract Value Members

  1. abstract val profile: JdbcProfile
    Attributes
    protected
    Definition Classes
    NuTablesEnvironmentsEntityFactoryBaseEntityFactory

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def additionalPropertiesMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[AdditionalProperties]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. implicit def deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
    Attributes
    protected
    Definition Classes
    BaseEntityFactory
  9. implicit def deploymentStatusName: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentStatusName]
    Definition Classes
    BaseEntityFactory
  10. lazy val deploymentsTable: TableQuery[DeploymentsEntity]
    Definition Classes
    DeploymentEntityFactory
  11. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val labelsTable: TableQuery[ScenarioLabelsEntity]
    Definition Classes
    ScenarioLabelsEntityFactory
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  22. implicit def processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  23. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  24. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  25. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  26. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  27. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  28. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  29. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  30. implicit def scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
    Definition Classes
    BaseEntityFactory
  31. implicit def scenarioActivityIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityId]
  32. val scenarioActivityTable: TableQuery[ScenarioActivityEntity]
  33. implicit def scenarioActivityTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityType]
  34. implicit def scenarioIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioId]
  35. implicit def scenarioVersionIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioVersionId]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from AnyRef

Inherited from Any

Ungrouped