trait V1_054__FragmentAddComponentGroupPropertyDefinition extends BaseJavaMigration with ProcessJsonMigration
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- V1_054__FragmentAddComponentGroupPropertyDefinition
- ProcessJsonMigration
- LazyLogging
- NuTables
- DeploymentEntityFactory
- AttachmentEntityFactory
- ScenarioLabelsEntityFactory
- ScenarioActivityEntityFactory
- EnvironmentsEntityFactory
- ProcessVersionEntityFactory
- ProcessEntityFactory
- BaseEntityFactory
- SlickMigration
- BaseJavaMigration
- JavaMigration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
AttachmentEntity extends slick.jdbc.JdbcProfile.API.Table[AttachmentEntityData]
- Definition Classes
- AttachmentEntityFactory
-
class
EnvironmentsEntity extends slick.jdbc.JdbcProfile.API.Table[EnvironmentsEntityData]
- Definition Classes
- EnvironmentsEntityFactory
-
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
ProcessVersionEntityWithComponentsUsages extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityWithScenarioJson extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ProcessVersionEntityWithUnit extends BaseProcessVersionEntity
- Definition Classes
- ProcessVersionEntityFactory
-
class
ScenarioActivityEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioActivityEntityData]
- Definition Classes
- ScenarioActivityEntityFactory
-
class
ScenarioLabelsEntity extends slick.jdbc.JdbcProfile.API.Table[ScenarioLabelEntityData]
- Definition Classes
- ScenarioLabelsEntityFactory
-
class
DeploymentsEntity extends slick.jdbc.JdbcProfile.API.Table[DeploymentEntityData]
- Definition Classes
- DeploymentEntityFactory
Abstract Value Members
-
abstract
val
profile: JdbcProfile
- Attributes
- protected
- Definition Classes
- NuTables → EnvironmentsEntityFactory → BaseEntityFactory
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
additionalPropertiesMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[AdditionalProperties]
- Definition Classes
- ScenarioActivityEntityFactory
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
attachmentsTable: TableQuery[AttachmentEntity]
- Definition Classes
- AttachmentEntityFactory
-
def
canExecuteInTransaction(): Boolean
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
implicit
def
deploymentIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentId]
- Attributes
- protected
- Definition Classes
- BaseEntityFactory
-
implicit
def
deploymentStatusName: slick.jdbc.JdbcProfile.API.BaseColumnType[DeploymentStatusName]
- Definition Classes
- BaseEntityFactory
-
lazy val
deploymentsTable: TableQuery[DeploymentsEntity]
- Definition Classes
- DeploymentEntityFactory
-
val
environmentsTable: TableQuery[EnvironmentsEntity]
- Definition Classes
- EnvironmentsEntityFactory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extractVersionAndDescription(arg0: String, arg1: String, arg2: Boolean): Unit
- Attributes
- protected[org.flywaydb.core.api.migration]
- Definition Classes
- BaseJavaMigration
-
def
getChecksum(): Integer
- Definition Classes
- BaseJavaMigration → JavaMigration
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDescription(): String
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
getResolvedMigration(arg0: Configuration, arg1: StatementInterceptor): ResolvedMigration
- Definition Classes
- JavaMigration
-
def
getType(): MigrationType
- Definition Classes
- JavaMigration
-
def
getVersion(): MigrationVersion
- Definition Classes
- BaseJavaMigration → JavaMigration
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
init(): Unit
- Attributes
- protected[org.flywaydb.core.api.migration]
- Definition Classes
- BaseJavaMigration
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
labelsTable: TableQuery[ScenarioLabelsEntity]
- Definition Classes
- ScenarioLabelsEntityFactory
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
def
migrate(context: Context): Unit
- Definition Classes
- SlickMigration → JavaMigration
-
def
migrateActions: DBIOAction[Seq[Int], slick.jdbc.JdbcProfile.API.NoStream, Read with Read with Write]
- Attributes
- protected
- Definition Classes
- ProcessJsonMigration → SlickMigration
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
implicit
def
processActionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionId]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processActionState: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessActionState]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessId]
- Definition Classes
- BaseEntityFactory
-
implicit
def
processNameMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[ProcessName]
- Definition Classes
- BaseEntityFactory
-
val
processVersionsTable: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntity]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableWithComponentsUsages: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithComponentsUsages]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableWithScenarioJson: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithScenarioJson]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processVersionsTableWithUnit: slick.jdbc.JdbcProfile.API.TableQuery[ProcessVersionEntityWithUnit]
- Definition Classes
- ProcessVersionEntityFactory
-
val
processesTable: TableQuery[ProcessEntity]
- Definition Classes
- ProcessEntityFactory
-
implicit
def
scenarioActionName: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActionName]
- Definition Classes
- BaseEntityFactory
-
implicit
def
scenarioActivityIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityId]
- Definition Classes
- ScenarioActivityEntityFactory
-
val
scenarioActivityTable: TableQuery[ScenarioActivityEntity]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioActivityTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioActivityType]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioId]
- Definition Classes
- ScenarioActivityEntityFactory
-
implicit
def
scenarioVersionIdMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[ScenarioVersionId]
- Definition Classes
- ScenarioActivityEntityFactory
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updateProcessJson(jsonProcess: 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_054__FragmentAddComponentGroupPropertyDefinition → ProcessJsonMigration
-
implicit
def
versionIdMapping: slick.jdbc.JdbcProfile.API.BaseColumnType[VersionId]
- Definition Classes
- BaseEntityFactory
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
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.