class MultiEntityImporter extends AbstractImporter with EntityImporter with Logging
MultiEntityImporter class.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- MultiEntityImporter
- EntityImporter
- AbstractImporter
- Logging
- Importer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MultiEntityImporter()
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
- def addEntity(alias: String, entityName: String): Unit
- def addEntity(alias: String, entityClass: Class[_]): Unit
- def addEntity(clazz: Class[_]): Unit
- def addListener(listener: ImportListener): Importer
添加转换监听器
添加转换监听器
- Definition Classes
- AbstractImporter → Importer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attrs: Array[Attribute]
- Definition Classes
- Importer
- def beforeImportItem(): Unit
- Attributes
- protected
- Definition Classes
- MultiEntityImporter → AbstractImporter
- def changeCurValue(attr: String, value: Any): Unit
改变现有某个属性的值
改变现有某个属性的值
- Definition Classes
- AbstractImporter
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val curData: Map[String, Any]
- Definition Classes
- Importer
- def current: AnyRef
返回方前正在转换成的对象
返回方前正在转换成的对象
- Definition Classes
- MultiEntityImporter → Importer
- def current_=(obj: AnyRef): Unit
设置当前正在转换的对象
设置当前正在转换的对象
- Definition Classes
- MultiEntityImporter → Importer
- var currents: HashMap[String, AnyRef]
- Attributes
- protected
- def dataName: String
转换数据的名称
转换数据的名称
- Definition Classes
- MultiEntityImporter → Importer
- def description(attr: String): String
- Definition Classes
- AbstractImporter
- val domain: Domain
- Definition Classes
- EntityImporter
- val entityTypes: HashMap[String, EntityType]
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- var fail: Int
得到转换过程中失败的个数
得到转换过程中失败的个数
- Definition Classes
- AbstractImporter → Importer
- def format: Format.Value
转换数据的类型
转换数据的类型
- Definition Classes
- AbstractImporter → Importer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getCurrent(alias: String): AnyRef
- def getEntityClass(alias: String): Class[_]
- Attributes
- protected
- def getEntityName(attr: String): String
- Attributes
- protected
- def getEntityType(alias: String): EntityType
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def ignoreNull: Boolean
是否忽略空值
是否忽略空值
- Definition Classes
- AbstractImporter → Importer
- var index: Int
- Attributes
- protected
- Definition Classes
- AbstractImporter
- def isDataValid: Boolean
当前读入的数据是否有效
当前读入的数据是否有效
- Definition Classes
- AbstractImporter → Importer
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val listeners: ListBuffer[ImportListener]
- Attributes
- protected
- Definition Classes
- AbstractImporter
- def locale: Locale
转换使用的locale
转换使用的locale
- Definition Classes
- AbstractImporter → Importer
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Logging
- 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()
- def populateValue(entity: Entity[_], etype: EntityType, attr: String, value: Any): Unit
Populate single attribute
Populate single attribute
- Attributes
- protected
- val populator: Populator
- Definition Classes
- EntityImporter
- val prepare: ImportPrepare
- Definition Classes
- Importer
- final def read(): Boolean
读取数据,设置内部步进状态等
读取数据,设置内部步进状态等
- Definition Classes
- AbstractImporter → Importer
- val reader: Reader
- Definition Classes
- Importer
- def setAttrs(attrs: List[Attribute]): Unit
- Definition Classes
- AbstractImporter
- var success: Int
得到转换过程中成功的个数
得到转换过程中成功的个数
- Definition Classes
- AbstractImporter → Importer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tranferIndex: Int
查询正在转换的对象的次序号,从1开始
查询正在转换的对象的次序号,从1开始
- Definition Classes
- AbstractImporter → Importer
- def transfer(tr: ImportResult): Unit
进行转换
进行转换
- Definition Classes
- AbstractImporter → Importer
- def transferItem(): Unit
transferItem.
transferItem.
- Definition Classes
- MultiEntityImporter → Importer
- var transferResult: ImportResult
- Attributes
- protected
- Definition Classes
- AbstractImporter
- 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])