Packages

object attributes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. attributes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Attr extends AnyRef
  2. trait BackRefAttr [Ns, In] extends BackRefAttrOps[Ns, In] with RefAttr[Ns, Long]
  3. trait BiEdgePropAttr_ extends AnyRef
  4. trait BiEdgePropRefAttr_ extends AnyRef
  5. trait BiEdgePropRef_ extends AnyRef
  6. trait BiEdgeRefAttr_ [revRefAttr] extends AnyRef
  7. trait BiEdgeRef_ [revRefAttr] extends AnyRef
  8. trait BiEdge_ extends AnyRef
  9. trait BiOtherRefAttr_ [revRefAttr] extends AnyRef
  10. trait BiOtherRef_ [revRefAttr] extends AnyRef
  11. trait BiSelfRefAttr_ extends AnyRef
  12. trait BiSelfRef_ extends AnyRef
  13. trait BiTargetRefAttr_ [biRefAttr] extends AnyRef
  14. trait BiTargetRef_ [biRefAttr] extends AnyRef
  15. case class Doc (msg: String) extends Product with Serializable
  16. trait Enum extends AnyRef
  17. trait Enum$ [Ns, T] extends OneOptional[Ns, T] with Attr
  18. trait FulltextSearch [Ns, In] extends AnyRef
  19. trait Indexed extends AnyRef
  20. trait IsComponent extends AnyRef
  21. trait Many [Ns, In, S, T] extends ManyOps[Ns, In, S, T] with ValueAttr[Ns, In, T, S]
  22. trait ManyBigDec [Ns, In] extends Many[Ns, In, Set[BigDecimal], BigDecimal]
  23. trait ManyBigDec$ [Ns] extends ManyValueAttr$[Ns, Set[BigDecimal]]
  24. trait ManyBigInt [Ns, In] extends Many[Ns, In, Set[BigInt], BigInt]
  25. trait ManyBigInt$ [Ns] extends ManyValueAttr$[Ns, Set[BigInt]]
  26. trait ManyBoolean [Ns, In] extends Many[Ns, In, Set[Boolean], Boolean]
  27. trait ManyBoolean$ [Ns] extends ManyValueAttr$[Ns, Set[Boolean]]
  28. trait ManyByte [Ns, In] extends Many[Ns, In, Set[Byte], Byte]
  29. trait ManyByte$ [Ns] extends ManyValueAttr$[Ns, Set[Byte]]
  30. trait ManyDate [Ns, In] extends Many[Ns, In, Set[Date], Date]
  31. trait ManyDate$ [Ns] extends ManyValueAttr$[Ns, Set[Date]]
  32. trait ManyDouble [Ns, In] extends Many[Ns, In, Set[Double], Double]
  33. trait ManyDouble$ [Ns] extends ManyValueAttr$[Ns, Set[Double]]
  34. trait ManyEnums [Ns, In] extends Many[Ns, In, Set[String], String] with Enum
  35. trait ManyEnums$ [Ns] extends Enum$[Ns, Set[String]]
  36. trait ManyFloat [Ns, In] extends Many[Ns, In, Set[Float], Float]
  37. trait ManyFloat$ [Ns] extends ManyValueAttr$[Ns, Set[Float]]
  38. trait ManyInt [Ns, In] extends Many[Ns, In, Set[Int], Int]
  39. trait ManyInt$ [Ns] extends ManyValueAttr$[Ns, Set[Int]]
  40. trait ManyLong [Ns, In] extends Many[Ns, In, Set[Long], Long]
  41. trait ManyLong$ [Ns] extends ManyValueAttr$[Ns, Set[Long]]
  42. trait ManyRef [This, Next] extends Ref[This, Next]
  43. trait ManyRefAttr [Ns, In] extends ManyRefAttrOps[Ns, In] with RefAttr[Ns, Long]
  44. trait ManyRefAttr$ [Ns] extends RefAttr$[Ns, Set[Long]]
  45. trait ManyString [Ns, In] extends Many[Ns, In, Set[String], String]
  46. trait ManyString$ [Ns] extends ManyValueAttr$[Ns, Set[String]]
  47. trait ManyURI [Ns, In] extends Many[Ns, In, Set[URI], URI]
  48. trait ManyURI$ [Ns] extends ManyValueAttr$[Ns, Set[URI]]
  49. trait ManyUUID [Ns, In] extends Many[Ns, In, Set[UUID], UUID]
  50. trait ManyUUID$ [Ns] extends ManyValueAttr$[Ns, Set[UUID]]
  51. trait ManyValueAttr$ [Ns, T] extends OneOptional[Ns, T] with ValueAttr$[T]
  52. trait MapAttr [Ns, In, M, T] extends MapAttrOps[Ns, In, M, T] with ValueAttr[Ns, In, T, M]
  53. trait MapAttr$ [Ns, T] extends OneOptional[Ns, T] with Attr
  54. trait MapAttrK extends AnyRef
  55. trait MapBigDec [Ns, In] extends MapAttr[Ns, In, Map[String, BigDecimal], BigDecimal]
  56. trait MapBigDec$ [Ns] extends MapAttr$[Ns, Map[String, BigDecimal]]
  57. trait MapBigInt [Ns, In] extends MapAttr[Ns, In, Map[String, BigInt], BigInt]
  58. trait MapBigInt$ [Ns] extends MapAttr$[Ns, Map[String, BigInt]]
  59. trait MapBoolean [Ns, In] extends MapAttr[Ns, In, Map[String, Boolean], Boolean]
  60. trait MapBoolean$ [Ns] extends MapAttr$[Ns, Map[String, Boolean]]
  61. trait MapByte [Ns, In] extends MapAttr[Ns, In, Map[String, Byte], Byte]
  62. trait MapByte$ [Ns] extends MapAttr$[Ns, Map[String, Byte]]
  63. trait MapDate [Ns, In] extends MapAttr[Ns, In, Map[String, Date], Date]
  64. trait MapDate$ [Ns] extends MapAttr$[Ns, Map[String, Date]]
  65. trait MapDouble [Ns, In] extends MapAttr[Ns, In, Map[String, Double], Double]
  66. trait MapDouble$ [Ns] extends MapAttr$[Ns, Map[String, Double]]
  67. trait MapFloat [Ns, In] extends MapAttr[Ns, In, Map[String, Float], Float]
  68. trait MapFloat$ [Ns] extends MapAttr$[Ns, Map[String, Float]]
  69. trait MapInt [Ns, In] extends MapAttr[Ns, In, Map[String, Int], Int]
  70. trait MapInt$ [Ns] extends MapAttr$[Ns, Map[String, Int]]
  71. trait MapLong [Ns, In] extends MapAttr[Ns, In, Map[String, Long], Long]
  72. trait MapLong$ [Ns] extends MapAttr$[Ns, Map[String, Long]]
  73. trait MapString [Ns, In] extends MapAttr[Ns, In, Map[String, String], String]
  74. trait MapString$ [Ns] extends MapAttr$[Ns, Map[String, String]]
  75. trait MapURI [Ns, In] extends MapAttr[Ns, In, Map[String, URI], URI]
  76. trait MapURI$ [Ns] extends MapAttr$[Ns, Map[String, URI]]
  77. trait MapUUID [Ns, In] extends MapAttr[Ns, In, Map[String, UUID], UUID]
  78. trait MapUUID$ [Ns] extends MapAttr$[Ns, Map[String, UUID]]
  79. trait NoHistory extends AnyRef
  80. trait One [Ns, In, T] extends OneOps[Ns, In, T] with ValueAttr[Ns, In, T, T]
  81. trait OneAny [Ns, In] extends One[Ns, In, Any]
  82. trait OneBigDec [Ns, In] extends One[Ns, In, BigDecimal]
  83. trait OneBigDec$ [Ns] extends OneValueAttr$[Ns, BigDecimal]
  84. trait OneBigInt [Ns, In] extends One[Ns, In, BigInt]
  85. trait OneBigInt$ [Ns] extends OneValueAttr$[Ns, BigInt]
  86. trait OneBoolean [Ns, In] extends One[Ns, In, Boolean]
  87. trait OneBoolean$ [Ns] extends OneValueAttr$[Ns, Boolean]
  88. trait OneByte [Ns, In] extends One[Ns, In, Byte]
  89. trait OneByte$ [Ns] extends OneValueAttr$[Ns, Byte]
  90. trait OneDate [Ns, In] extends One[Ns, In, Date]
  91. trait OneDate$ [Ns] extends OneValueAttr$[Ns, Date]
  92. trait OneDouble [Ns, In] extends One[Ns, In, Double]
  93. trait OneDouble$ [Ns] extends OneValueAttr$[Ns, Double]
  94. trait OneEnum [Ns, In] extends One[Ns, In, String] with Enum
  95. trait OneEnum$ [Ns] extends Enum$[Ns, String]
  96. trait OneFloat [Ns, In] extends One[Ns, In, Float]
  97. trait OneFloat$ [Ns] extends OneValueAttr$[Ns, Float]
  98. trait OneInt [Ns, In] extends One[Ns, In, Int]
  99. trait OneInt$ [Ns] extends OneValueAttr$[Ns, Int]
  100. trait OneLong [Ns, In] extends One[Ns, In, Long]
  101. trait OneLong$ [Ns] extends OneValueAttr$[Ns, Long]
  102. trait OneRef [This, Next] extends Ref[This, Next]
  103. trait OneRefAttr [Ns, In] extends OneRefAttrOps[Ns, In] with RefAttr[Ns, Long]
  104. trait OneRefAttr$ [Ns] extends RefAttr$[Ns, Long]
  105. trait OneString [Ns, In] extends One[Ns, In, String]
  106. trait OneString$ [Ns] extends OneValueAttr$[Ns, String]
  107. trait OneURI [Ns, In] extends One[Ns, In, URI]
  108. trait OneURI$ [Ns] extends OneValueAttr$[Ns, URI]
  109. trait OneUUID [Ns, In] extends One[Ns, In, UUID]
  110. trait OneUUID$ [Ns] extends OneValueAttr$[Ns, UUID]
  111. trait OneValueAttr$ [Ns, T] extends OneOptional[Ns, T] with ValueAttr$[T]
  112. trait Ref [This, Next] extends AnyRef
  113. trait RefAttr [Ns, T] extends RefAttrOps[Ns, T] with Attr
  114. trait RefAttr$ [Ns, T] extends OneOptional[Ns, T] with Attr
  115. trait SelfJoin extends AnyRef
  116. trait UniqueIdentity extends AnyRef
  117. trait UniqueValue extends AnyRef
  118. sealed trait ValueAttr [Ns, In, T, U] extends ValueAttrOps[Ns, In, T, U] with Attr
  119. trait ValueAttr$ [T] extends Attr

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object EnumValue

Inherited from AnyRef

Inherited from Any

Ungrouped