Packages

c

org.beangle.data.transfer.importer

DefaultEntityImporter

class DefaultEntityImporter extends MultiEntityImporter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultEntityImporter
  2. MultiEntityImporter
  3. EntityImporter
  4. AbstractImporter
  5. Logging
  6. Importer
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DefaultEntityImporter(entityClass: Class[_], shortName: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addEntity(alias: String, entityName: String): Unit
    Definition Classes
    MultiEntityImporter
  5. def addEntity(alias: String, entityClass: Class[_]): Unit
    Definition Classes
    MultiEntityImporter
  6. def addEntity(clazz: Class[_]): Unit
    Definition Classes
    MultiEntityImporter
  7. def addListener(listener: ImportListener): Importer

    添加转换监听器

    添加转换监听器

    Definition Classes
    AbstractImporterImporter
  8. def aliases: Iterable[String]
    Definition Classes
    MultiEntityImporter
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val attrs: Array[Attribute]
    Definition Classes
    Importer
  11. def beforeImportItem(): Unit
    Attributes
    protected
    Definition Classes
    MultiEntityImporterAbstractImporter
  12. def changeCurValue(attr: String, value: Any): Unit

    改变现有某个属性的值

    改变现有某个属性的值

    Definition Classes
    AbstractImporter
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. val curData: Map[String, Any]
    Definition Classes
    Importer
  15. def current: AnyRef

    返回方前正在转换成的对象

    返回方前正在转换成的对象

    Definition Classes
    DefaultEntityImporterMultiEntityImporterImporter
  16. def current_=(obj: AnyRef): Unit

    设置当前正在转换的对象

    设置当前正在转换的对象

    Definition Classes
    DefaultEntityImporterMultiEntityImporterImporter
  17. var currents: HashMap[String, AnyRef]
    Attributes
    protected
    Definition Classes
    MultiEntityImporter
  18. def dataName: String

    转换数据的名称

    转换数据的名称

    Definition Classes
    MultiEntityImporterImporter
  19. def description(attr: String): String
    Definition Classes
    AbstractImporter
  20. val domain: Domain
    Definition Classes
    EntityImporter
  21. val entityClass: Class[_]
  22. val entityTypes: HashMap[String, EntityType]
    Attributes
    protected
    Definition Classes
    MultiEntityImporter
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  25. var fail: Int

    得到转换过程中失败的个数

    得到转换过程中失败的个数

    Definition Classes
    AbstractImporterImporter
  26. def format: Format.Value

    转换数据的类型

    转换数据的类型

    Definition Classes
    AbstractImporterImporter
  27. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def getCurrent(alias: String): AnyRef
  29. def getEntityClass: Class[_]
  30. def getEntityClass(alias: String): Class[_]
    Attributes
    protected
    Definition Classes
    MultiEntityImporter
  31. def getEntityName(alias: String): String
    Attributes
    protected
    Definition Classes
    DefaultEntityImporterMultiEntityImporter
  32. def getEntityName: String
  33. def getEntityType(attr: String): EntityType
    Attributes
    protected
    Definition Classes
    DefaultEntityImporterMultiEntityImporter
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. def ignoreNull: Boolean

    是否忽略空值

    是否忽略空值

    Definition Classes
    AbstractImporterImporter
  36. var index: Int
    Attributes
    protected
    Definition Classes
    AbstractImporter
  37. def isDataValid: Boolean

    当前读入的数据是否有效

    当前读入的数据是否有效

    Definition Classes
    AbstractImporterImporter
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. val listeners: ListBuffer[ImportListener]
    Attributes
    protected
    Definition Classes
    AbstractImporter
  40. def locale: Locale

    转换使用的locale

    转换使用的locale

    Definition Classes
    AbstractImporterImporter
  41. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  42. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def populateValue(entity: Entity[_], etype: EntityType, attr: String, value: Any): Unit

    Populate single attribute

    Populate single attribute

    Attributes
    protected
    Definition Classes
    MultiEntityImporter
  46. val populator: Populator
    Definition Classes
    EntityImporter
  47. val prepare: ImportPrepare
    Definition Classes
    Importer
  48. final def read(): Boolean

    读取数据,设置内部步进状态等

    读取数据,设置内部步进状态等

    Definition Classes
    AbstractImporterImporter
  49. val reader: Reader
    Definition Classes
    Importer
  50. def setAttrs(attrs: List[Attribute]): Unit
    Definition Classes
    AbstractImporter
  51. val shortName: String
  52. var success: Int

    得到转换过程中成功的个数

    得到转换过程中成功的个数

    Definition Classes
    AbstractImporterImporter
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def tranferIndex: Int

    查询正在转换的对象的次序号,从1开始

    查询正在转换的对象的次序号,从1开始

    Definition Classes
    AbstractImporterImporter
  56. def transfer(tr: ImportResult): Unit

    进行转换

    进行转换

    Definition Classes
    AbstractImporterImporter
  57. def transferItem(): Unit

    transferItem.

    transferItem.

    Definition Classes
    MultiEntityImporterImporter
  58. var transferResult: ImportResult
    Attributes
    protected
    Definition Classes
    AbstractImporter
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from MultiEntityImporter

Inherited from EntityImporter

Inherited from AbstractImporter

Inherited from Logging

Inherited from Importer

Inherited from AnyRef

Inherited from Any

Ungrouped