OneToManyRelationship

dev.mongocamp.driver.mongodb.relation.OneToManyRelationship
case class OneToManyRelationship[A](dao: MongoDAO[A], daoKey: String, useCache: Boolean) extends Relationship

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Relationship
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def relatedRecords(value: Any): List[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def removeFromCache(value: Any): Unit

Attributes

Inherited from:
Relationship

Inherited fields

val id: String

Attributes

Inherited from:
Relationship