case class InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap) extends CypherRelationship[Long] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemoryTestRelationship
- Serializable
- Serializable
- CypherRelationship
- CypherEntity
- MaterialCypherValue
- CypherValue
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InMemoryTestRelationship(id: Long, startId: Long, endId: Long, relType: String, properties: CypherMap)
Type Members
-
type
I = InMemoryTestRelationship
- Definition Classes
- InMemoryTestRelationship → CypherRelationship → CypherEntity
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
as[V](implicit arg0: ClassTag[V]): Option[V]
- Definition Classes
- CypherValue
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(that: Any): Boolean
- Definition Classes
- CypherRelationship → Equals
-
def
cast[V](implicit arg0: ClassTag[V]): V
- Definition Classes
- CypherValue
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
copy(id: Long = id, source: Long = startId, target: Long = endId, relType: String = relType, properties: CypherMap = properties): InMemoryTestRelationship.this.type
- Definition Classes
- InMemoryTestRelationship → CypherRelationship
-
def
cypherType: CypherType
- Definition Classes
- CypherRelationship → CypherValue
-
val
endId: Long
- Definition Classes
- InMemoryTestRelationship → CypherRelationship
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- CypherEntity → CypherValue → Equals → AnyRef → Any
- def equalsSemantically(other: I): Boolean
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getValue: Option[CypherRelationship[Long]]
- Definition Classes
- MaterialCypherValue → CypherValue
-
def
hashCode(): Int
- Definition Classes
- CypherEntity → CypherValue → AnyRef → Any
-
def
haveEqualValues(a: Iterator[Any], b: Iterator[Any]): Boolean
- Attributes
- protected
- Definition Classes
- CypherEntity
-
val
id: Long
- Definition Classes
- InMemoryTestRelationship → CypherRelationship → CypherEntity
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNull: Boolean
- Definition Classes
- CypherValue
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
productArity: Int
- Definition Classes
- CypherRelationship → Product
-
def
productElement(n: Int): Any
- Definition Classes
- CypherRelationship → Product
-
def
productPrefix: String
- Definition Classes
- CypherEntity → Product
-
val
properties: CypherMap
- Definition Classes
- InMemoryTestRelationship → CypherEntity
-
val
relType: String
- Definition Classes
- InMemoryTestRelationship → CypherRelationship
-
val
startId: Long
- Definition Classes
- InMemoryTestRelationship → CypherRelationship
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toCypherString()(implicit formatValue: (Any) ⇒ String): String
- Definition Classes
- CypherValue
-
def
toJson()(implicit formatValue: (Any) ⇒ String): Value
- Definition Classes
- CypherValue
-
def
toString(): String
- Definition Classes
- CypherEntity → CypherValue → AnyRef → Any
-
def
unwrap: CypherRelationship[Long]
- Definition Classes
- CypherRelationship → CypherValue
-
def
value: CypherRelationship[Long]
- Definition Classes
- CypherRelationship → MaterialCypherValue → CypherValue
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withProperty(key: String, value: CypherValue): I
- Definition Classes
- CypherRelationship → CypherEntity
-
def
withType(relType: String): I
- Definition Classes
- CypherRelationship