ConstraintConverter

org.beangle.db.transport.schema.ConstraintConverter
class ConstraintConverter(val source: SchemaWrapper, val target: SchemaWrapper) extends Converter with Logging

Attributes

Graph
Supertypes
trait Logging
trait Converter
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def addConstraints(newContraints: Seq[Constraint]): Unit
def reset(): Unit

重新开始

重新开始

Attributes

def start(): Unit

开始导入

开始导入

Attributes

Concrete fields

设置源数据源

设置源数据源

Attributes

设置目标数据源

设置目标数据源

Attributes

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging