PrimaryKeyConverter

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

Attributes

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

Members list

Value members

Concrete methods

def addPrimaryKeys(newPks: Seq[PrimaryKey]): Unit
def reset(): Unit

重新开始

重新开始

Attributes

def start(): Unit

开始导入

开始导入

Attributes

Concrete fields

设置源数据源

设置源数据源

Attributes

设置目标数据源

设置目标数据源

Attributes

Inherited fields

protected val logger: Logger

Attributes

Inherited from:
Logging