trait CreateEntityMigration extends DataModelEntityMigration
Миграция, создающая модель данных.
- Note
Изменение уже созданной модели данных и ее элементов должно выполняться в отдельной миграции
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CreateEntityMigration
- DataModelEntityMigration
- VerdiExternalMigration
- ExternalMigration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def dispatcher: Dispatcher
- Attributes
- protected
- Definition Classes
- VerdiExternalMigration
- abstract def entityTypeId: EntityTypeId
- Attributes
- protected
- Definition Classes
- DataModelEntityMigration
- abstract def migration: Seq[MigrationDslOperation]
- Attributes
- protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val createDataModel: CommandName
- Attributes
- protected
- Definition Classes
- DataModelEntityMigration
- implicit def defaultRequestContext: RequestContext
- Attributes
- protected
- Definition Classes
- VerdiExternalMigration
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val errorShow: Show[ErrorResponse]
- Attributes
- protected
- Definition Classes
- VerdiExternalMigration
- def execute(implicit ec: ExecutionContext): Future[Either[Throwable, Unit]]
- Definition Classes
- CreateEntityMigration → ExternalMigration
- def executeMigrations(migrations: Seq[MigrationDslOperation])(implicit ec: ExecutionContext): Future[Either[Throwable, Unit]]
- Attributes
- protected
- Definition Classes
- DataModelEntityMigration
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val getDataModel: CommandName
- Attributes
- protected
- Definition Classes
- DataModelEntityMigration
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def needExecution(implicit ec: ExecutionContext): Future[Either[Throwable, Boolean]]
- Definition Classes
- CreateEntityMigration → ExternalMigration
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: String
- Definition Classes
- CreateEntityMigration → ExternalMigration
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated