net.caladesiframework.orientdb.graph.repository

EdgeHandler

trait EdgeHandler extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EdgeHandler
  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 checkEdgeType(field: RelatedToOne[OrientGraphEntity])(implicit db: OGraphDatabase): Any

    Checks for edge existence and creates one if this edge type is missing

    Checks for edge existence and creates one if this edge type is missing

    field
    db
    returns

    Attributes
    protected
  8. def clone(): AnyRef

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. def handleOptionalRelatedToOne[RelatedEntityType <: OrientGraphEntity](vertex: ODocument, field: OptionalRelatedToOne[RelatedEntityType])(implicit db: OGraphDatabase): Any

    0.

    0..1 Relation

    Saves the relation if the target node is existent, relationship class is created and no other relation is already created. Removes all relations of this type if target field value is null (implicit un-assign command)

    RelatedEntityType
    vertex
    field
    db
    returns

    Attributes
    protected
  14. def handleRelatedToOne[RelatedEntityType <: OrientGraphEntity](vertex: ODocument, field: RelatedToOne[RelatedEntityType])(implicit db: OGraphDatabase): Array[String]

    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
    vertex
    field
    db
    returns

    Attributes
    protected
  15. def handleRelation[RelatedEntityType <: OrientGraphEntity](vertex: ODocument, field: Relation)(implicit db: OGraphDatabase): 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
    vertex
    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(field: Field[AnyRef] with Relation, vertex: ODocument, depth: Int = 0)(implicit db: OGraphDatabase): Unit

    Loads target vertex for RelatedToOne relations

    Loads target vertex for RelatedToOne relations

    field
    vertex
    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