c

db.migration.hsql

V1_019__SourceSinkExceptionHandlerExpressionsChange

class V1_019__SourceSinkExceptionHandlerExpressionsChange extends BaseJavaMigration with migration.V1_019__SourceSinkExceptionHandlerExpressionsChange

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. V1_019__SourceSinkExceptionHandlerExpressionsChange
  2. V1_019__SourceSinkExceptionHandlerExpressionsChange
  3. ProcessJsonMigration
  4. EspTables
  5. AttachmentEntityFactory
  6. TagsEntityFactory
  7. ProcessActionEntityFactory
  8. EnvironmentsEntityFactory
  9. ProcessVersionEntityFactory
  10. CommentEntityFactory
  11. ProcessEntityFactory
  12. BaseEntityFactory
  13. SlickMigration
  14. BaseJavaMigration
  15. JavaMigration
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new V1_019__SourceSinkExceptionHandlerExpressionsChange()

Type Members

  1. class AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
    Definition Classes
    AttachmentEntityFactory
  2. class CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]
    Definition Classes
    CommentEntityFactory
  3. class EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
    Definition Classes
    EnvironmentsEntityFactory
  4. class ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]
    Definition Classes
    ProcessActionEntityFactory
  5. class ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
    Definition Classes
    ProcessEntityFactory
  6. abstract class BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
    Definition Classes
    ProcessVersionEntityFactory
  7. class ProcessVersionEntity extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  8. class ProcessVersionEntityNoJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
    Definition Classes
    TagsEntityFactory

Value Members

  1. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  2. def canExecuteInTransaction(): Boolean
    Definition Classes
    BaseJavaMigration → JavaMigration
  3. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  4. implicit def deploymentMapper: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
    Definition Classes
    BaseEntityFactory
  5. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  6. def getChecksum(): Integer
    Definition Classes
    BaseJavaMigration → JavaMigration
  7. def getDescription(): String
    Definition Classes
    BaseJavaMigration → JavaMigration
  8. def getVersion(): MigrationVersion
    Definition Classes
    BaseJavaMigration → JavaMigration
  9. def isUndo(): Boolean
    Definition Classes
    BaseJavaMigration → JavaMigration
  10. def migrate(context: Context): Unit
    Definition Classes
    SlickMigration → JavaMigration
  11. final def migrateActions: DBIOAction[Seq[Int], NoStream, Read with Write]
    Definition Classes
    ProcessJsonMigrationSlickMigration
  12. implicit def procesIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  13. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  14. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  15. val processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]
    Definition Classes
    ProcessVersionEntityFactory
  16. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  17. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  18. def updateProcessJson(jsonProcess: Json): Option[Json]
  19. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory