c

db.migration.hsql

V1_041__RemoveTypeSpecificData

class V1_041__RemoveTypeSpecificData extends BaseJavaMigration with V1_041__RemoveTypeSpecificDataDefinition

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

Instance Constructors

  1. new V1_041__RemoveTypeSpecificData()

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 ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  9. class ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  10. class ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
    Definition Classes
    ProcessVersionEntityFactory
  11. class TagsEntity extends slick.jdbc.JdbcProfile.API.Table[TagsEntityData]
    Definition Classes
    TagsEntityFactory

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attachmentsTable: TableQuery[AttachmentEntity]
    Definition Classes
    AttachmentEntityFactory
  6. def canExecuteInTransaction(): Boolean
    Definition Classes
    BaseJavaMigration → JavaMigration
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. val commentsTable: TableQuery[CommentEntity]
    Definition Classes
    CommentEntityFactory
  9. val environmentsTable: TableQuery[EnvironmentsEntity]
    Definition Classes
    EnvironmentsEntityFactory
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def extractVersionAndDescription(arg0: String, arg1: String, arg2: Boolean): Unit
    Attributes
    protected[org.flywaydb.core.api.migration]
    Definition Classes
    BaseJavaMigration
  13. def getChecksum(): Integer
    Definition Classes
    BaseJavaMigration → JavaMigration
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getDescription(): String
    Definition Classes
    BaseJavaMigration → JavaMigration
  16. def getResolvedMigration(arg0: Configuration, arg1: StatementInterceptor): ResolvedMigration
    Definition Classes
    JavaMigration
  17. def getType(): MigrationType
    Definition Classes
    JavaMigration
  18. def getVersion(): MigrationVersion
    Definition Classes
    BaseJavaMigration → JavaMigration
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def init(): Unit
    Attributes
    protected[org.flywaydb.core.api.migration]
    Definition Classes
    BaseJavaMigration
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  23. def migrate(context: Context): Unit
    Definition Classes
    SlickMigration → JavaMigration
  24. def migrateActions: DBIOAction[Seq[Int], slick.jdbc.JdbcProfile.API.NoStream, Read with Read with Write]
    Attributes
    protected
    Definition Classes
    ProcessJsonMigrationSlickMigration
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. implicit def processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
    Definition Classes
    BaseEntityFactory
  29. implicit def processActionState: JdbcType[ProcessActionState] with BaseTypedType[ProcessActionState]
    Definition Classes
    BaseEntityFactory
  30. implicit def processActionType: JdbcType[ProcessActionType] with BaseTypedType[ProcessActionType]
    Definition Classes
    BaseEntityFactory
  31. val processActionsTable: TableQuery[ProcessActionEntity]
    Definition Classes
    ProcessActionEntityFactory
  32. implicit def processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
    Definition Classes
    BaseEntityFactory
  33. implicit def processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
    Definition Classes
    BaseEntityFactory
  34. val processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
    Definition Classes
    ProcessVersionEntityFactory
  35. val processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
    Definition Classes
    ProcessVersionEntityFactory
  36. val processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
    Definition Classes
    ProcessVersionEntityFactory
  37. val processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
    Definition Classes
    ProcessVersionEntityFactory
  38. val processesTable: TableQuery[ProcessEntity]
    Definition Classes
    ProcessEntityFactory
  39. lazy val profile: JdbcProfile
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. val tagsTable: TableQuery[TagsEntity]
    Definition Classes
    TagsEntityFactory
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def updateProcessJson(json: Json): Option[Json]

    Note on transactions - in case of failure:

    Note on transactions - in case of failure:

    • if we want to roll back the transaction and stop the application - the implementation should throw an exception
    • if we want to continue and fall back to previous json - the implementation should return None
    Definition Classes
    V1_041__RemoveTypeSpecificDataDefinitionProcessJsonMigration
  44. implicit def versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
    Definition Classes
    BaseEntityFactory
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProcessJsonMigration

Inherited from LazyLogging

Inherited from EspTables

Inherited from AttachmentEntityFactory

Inherited from TagsEntityFactory

Inherited from EnvironmentsEntityFactory

Inherited from CommentEntityFactory

Inherited from ProcessEntityFactory

Inherited from BaseEntityFactory

Inherited from SlickMigration

Inherited from BaseJavaMigration

Inherited from JavaMigration

Inherited from AnyRef

Inherited from Any

Ungrouped