ReadableCollection

com.outr.arango.collection.ReadableCollection
trait ReadableCollection[D <: Document[D], M <: DocumentModel[D]] extends Collection

Attributes

Graph
Supertypes
trait Collection
trait Support
trait QueryPart
class Object
trait Matchable
class Any
Known subtypes
trait WritableCollection[D, M]
class DocumentCollection[D, M]
class EdgeCollection[E, M, From, To]

Members list

Concise view

Value members

Abstract methods

def model: M
def query: DocumentQuery[D, M]

Inherited methods

def `type`: CollectionType

Attributes

Inherited from:
Collection
def dbName: String

Attributes

Inherited from:
Collection
def name: String

Attributes

Inherited from:
Collection
override def toQueryPart: QueryPart

Attributes

Definition Classes
Collection -> Support
Inherited from:
Collection
def withPart(that: QueryPart): QueryPart

Attributes

Inherited from:
QueryPart