net.caladesiframework.neo4j.relation

RelatedToMany

class RelatedToMany[EntityType <: Neo4jGraphEntity] extends Field[HashMap[Long, EntityType]] with Relation

Linear Supertypes
Relation, Field[HashMap[Long, EntityType]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RelatedToMany
  2. Relation
  3. Field
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RelatedToMany(ownerEntity: Entity, value: HashMap[Long, EntityType], relation: String)(implicit tag: ClassTag[EntityType])

    Set the field with value

    Set the field with value

    ownerEntity
    value

  2. new RelatedToMany(ownerEntity: Entity, relation: String)(implicit tag: ClassTag[EntityType])

    Init the field with default value

    Init the field with default value

    ownerEntity

  3. new RelatedToMany()(implicit tag: ClassTag[EntityType])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. var RELATION_NAME: String

    Attributes
    protected
    Definition Classes
    Relation
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. lazy val defaultValue: HashMap[Long, EntityType]

    Definition Classes
    RelatedToManyField
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  14. def has(key: Long): Boolean

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def is: HashMap[Long, EntityType]

    Definition Classes
    Field
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def me: Field[HashMap[Long, EntityType]]

    Definition Classes
    Field
  19. def name: String

    Determines the name of the field for DB

    Determines the name of the field for DB

    returns

    Definition Classes
    Field
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. val optional: Boolean

    Definition Classes
    RelatedToManyField
  24. var owner: Entity

    Definition Classes
    Field
  25. def put(value: EntityType): Any

    Add the entity

    Add the entity

    value
    returns

  26. def relName: String

    Definition Classes
    Relation
  27. def remove(value: EntityType): Any

    Remove the entity

    Remove the entity

    value
    returns

  28. def set(value: HashMap[Long, EntityType]): Unit

    Definition Classes
    Field
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def targetClazz: EntityType

  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. var value: HashMap[Long, EntityType]

    Definition Classes
    Field
  33. def valueFromDB(value: Any): Unit

    Sets the value from DB (override to customize it)

    Sets the value from DB (override to customize it)

    value

    Definition Classes
    Field
  34. def valueToDB: Any

    Converts the current value to DB value Locale obj -> de_DE DateTime -> internetDate .

    Converts the current value to DB value Locale obj -> de_DE DateTime -> internetDate ...

    returns

    Definition Classes
    Field
  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Relation

Inherited from Field[HashMap[Long, EntityType]]

Inherited from AnyRef

Inherited from Any

Ungrouped