org.beangle.data.model.util

ConvertPopulator

Related Docs: object ConvertPopulator | package util

class ConvertPopulator extends Populator with Logging

Linear Supertypes
Logging, Populator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConvertPopulator
  2. Logging
  3. Populator
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConvertPopulator(conversion: Conversion = DefaultConversion.Instance)

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val conversion: Conversion

  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  12. def init(target: Entity[_], t: Type, attr: String): (Any, Type)

    Initialize target's attribuate path,Return the last property value and type.

    Initialize target's attribuate path,Return the last property value and type.

    Definition Classes
    ConvertPopulatorPopulator
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. val logger: Logger

    Attributes
    protected
    Definition Classes
    Logging
  15. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  18. def populate(entity: Entity[_], entityType: EntityType, params: Map[String, Any]): Unit

    将params中的属性([attr(string)->value(object)],放入到实体类中。

    将params中的属性([attr(string)->value(object)],放入到实体类中。

    如果引用到了别的实体,那么
    如果params中的id为null,则将该实体的置为null.
    否则新生成一个实体,将其id设为params中指定的值。 空字符串按照null处理

    Definition Classes
    ConvertPopulatorPopulator
  19. def populate(target: Entity[_], entityType: EntityType, attr: String, value: Any): Boolean

    安静的拷贝属性,如果属性非法或其他错误则记录日志

    安静的拷贝属性,如果属性非法或其他错误则记录日志

    returns

    true when success populate.

    Definition Classes
    ConvertPopulatorPopulator
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from Populator

Inherited from AnyRef

Inherited from Any

Ungrouped