com.websudos.reactiveneo

attribute

package attribute

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractAttribute[T] extends AnyRef

    Attribute definition that can be associated with a node or a relationship

  2. abstract class Attribute[Owner <: GraphObject[Owner, R], R, T] extends AbstractAttribute[T]

  3. class IntegerAttribute[Owner <: GraphObject[Owner, R], R] extends Attribute[Owner, R, Int]

  4. class LongAttribute[Owner <: GraphObject[Owner, R], R] extends Attribute[Owner, R, Long]

    Long attribute definition.

  5. class StringAttribute[Owner <: GraphObject[Owner, R], R] extends Attribute[Owner, R, String]

    String attribute definition.

Ungrouped