Populator

org.beangle.data.model.util.Populator
See thePopulator companion object
trait Populator

Populator interface.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def init(target: Entity[_], t: EntityType, attr: String): (Any, Property)

initProperty.

initProperty.

Attributes

def populate(target: Entity[_], EntityType: EntityType, params: Map[String, Any]): CopyResult

populate.

populate.

Attributes

def populate(target: Entity[_], EntityType: EntityType, attr: String, value: Any): Boolean

Attributes