Package

com.outr.arango

managed

Permalink

package managed

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractCollection[T <: DocumentOption] extends AnyRef

    Permalink
  2. class ArangoMap extends Map[String, Value]

    Permalink
  3. class CancelledException extends RuntimeException

    Permalink
  4. abstract class EdgeCollection[T <: Edge with DocumentOption] extends AbstractCollection[T]

    Permalink
  5. class Graph extends AnyRef

    Permalink
  6. case class KeyValuePair(value: Value, _key: Option[String], _id: Option[String] = None, _rev: Option[String] = None) extends DocumentOption with Product with Serializable

    Permalink
  7. class MapCollection extends VertexCollection[KeyValuePair]

    Permalink
  8. case class Modification(key: String, update: AnyRef) extends Product with Serializable

    Permalink
  9. trait PolymorphicDocumentOption extends DocumentOption

    Permalink
  10. trait PolymorphicType[T] extends AnyRef

    Permalink
  11. class PolymorphicVertexCollection[T <: PolymorphicDocumentOption] extends VertexCollection[T]

    Permalink
  12. class RealTime extends AnyRef

    Permalink
  13. case class Replacement[T](key: String, replacement: T) extends Product with Serializable

    Permalink
  14. class Triggers[T <: DocumentOption] extends AnyRef

    Permalink
  15. trait UpgradeSupport extends Graph

    Permalink

    Adds support to the Graph to manage database upgrades and versioning.

    Adds support to the Graph to manage database upgrades and versioning.

    Overrides Graph.init to run upgrades immediately after other initialization occurs.

  16. abstract class VertexCollection[T <: DocumentOption] extends AbstractCollection[T]

    Permalink

Value Members

  1. object Diff

    Permalink
  2. object UpgradeSupport

    Permalink

Ungrouped