net.caladesiframework.neo4j.relation

RelationManager

trait RelationManager extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RelationManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  12. def handleOptionalRelatedToOne[RelatedEntityType <: Neo4jGraphEntity](node: Node, field: OptionalRelatedToOne[RelatedEntityType])(implicit db: Neo4jDatabaseService): Any

    0.

    0..1 Relation

    Saves the relation if the target node is existent. Removes it, if value is empty

    RelatedEntityType
    node
    field
    db
    returns

    Attributes
    protected
  13. def handleRelatedToMany[RelatedEntityType <: Neo4jGraphEntity](node: Node, field: RelatedToMany[RelatedEntityType])(implicit db: Neo4jDatabaseService): Unit

    0.

    0..n Relation

    Saves the relations if the target nodes are existent

    RelatedEntityType
    node
    field
    db
    returns

    Attributes
    protected
  14. def handleRelatedToOne[RelatedEntityType <: Neo4jGraphEntity](node: Node, field: Field[RelatedEntityType] with Relation)(implicit db: Neo4jDatabaseService): Any

    1.

    1..1 Relation

    Saves the relation if the target node is existent, relationship class is created and no other relation is already created. Doesn't remove the relation!

    RelatedEntityType
    node
    field
    db
    returns

    Attributes
    protected
  15. def handleRelation[RelatedEntityType <: Neo4jGraphEntity](node: Node, field: Relation)(implicit db: Neo4jDatabaseService): Any

    Single relation handler method (Check for only one, create if not existent)

    Single relation handler method (Check for only one, create if not existent)

    RelatedEntityType
    node
    field
    db
    returns

    Attributes
    protected
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def loadRelation[RelatedEntity <: Neo4jGraphEntity](field: Field[_] with Relation, node: Node, depth: Int = 0)(implicit db: Neo4jDatabaseService): Unit

    Loads target node for RelatedToOne or OptionalRelatedToOne relations

    Loads target node for RelatedToOne or OptionalRelatedToOne relations

    field
    node
    db
    returns

    Attributes
    protected
  19. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  23. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped