class V1_019__SourceSinkExceptionHandlerExpressionsChange extends BaseJavaMigration with migration.V1_019__SourceSinkExceptionHandlerExpressionsChange
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- V1_019__SourceSinkExceptionHandlerExpressionsChange
- V1_019__SourceSinkExceptionHandlerExpressionsChange
- ProcessJsonMigration
- EspTables
- AttachmentEntityFactory
- TagsEntityFactory
- ProcessActionEntityFactory
- EnvironmentsEntityFactory
- ProcessVersionEntityFactory
- CommentEntityFactory
- ProcessEntityFactory
- BaseEntityFactory
- SlickMigration
- BaseJavaMigration
- JavaMigration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new V1_019__SourceSinkExceptionHandlerExpressionsChange()
Type Members
-
class
AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
- Definition Classes
- AttachmentEntityFactory
-
class
CommentEntity extends slick.jdbc.JdbcProfile.API.Table[CommentEntityData]
- Definition Classes
- CommentEntityFactory
-
class
EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
- Definition Classes
- EnvironmentsEntityFactory
-
class
ProcessActionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessActionEntityData]
- Definition Classes
- ProcessActionEntityFactory
-
class
ProcessEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessEntityData]
- Definition Classes
- ProcessEntityFactory
-
abstract
class
BaseProcessVersionEntity extends slick.jdbc.JdbcProfile.API.Table[ProcessVersionEntityData]
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntity extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityNoJson extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
- Definition Classes
- TagsEntityFactory
Value Members
-
val
attachmentsTable: TableQuery[AttachmentEntity]
- Definition Classes
- AttachmentEntityFactory
-
def
canExecuteInTransaction(): Boolean
- Definition Classes
- BaseJavaMigration → JavaMigration
-
val
commentsTable: TableQuery[CommentEntity]
- Definition Classes
- CommentEntityFactory
-
implicit
def
deploymentMapper: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
- Definition Classes
- BaseEntityFactory
-
val
environmentsTable: TableQuery[EnvironmentsEntity]
- Definition Classes
- EnvironmentsEntityFactory
-
def
getChecksum(): Integer
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
getDescription(): String
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
getVersion(): MigrationVersion
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
isUndo(): Boolean
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
migrate(context: Context): Unit
- Definition Classes
- SlickMigration → JavaMigration
-
final
def
migrateActions: DBIOAction[Seq[Int], NoStream, Read with Write]
- Definition Classes
- ProcessJsonMigration → SlickMigration
-
implicit
def
procesIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
- Definition Classes
- BaseEntityFactory
-
val
processActionsTable: TableQuery[ProcessActionEntity]
- Definition Classes
- ProcessActionEntityFactory
-
val
processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableNoJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityNoJson]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processesTable: TableQuery[ProcessEntity]
- Definition Classes
- ProcessEntityFactory
-
val
tagsTable: TableQuery[TagsEntity]
- Definition Classes
- TagsEntityFactory
-
def
updateProcessJson(jsonProcess: Json): Option[Json]
- Definition Classes
- V1_019__SourceSinkExceptionHandlerExpressionsChange → ProcessJsonMigration
-
implicit
def
versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
- Definition Classes
- BaseEntityFactory