dev.mongocamp.driver.mongodb.relation
Members list
Type members
Classlikes
class DefaultRelationCache extends RelationCaching
Attributes
- Supertypes
case class OneToManyRelationship[A](dao: MongoDAO[A], daoKey: String, useCache: Boolean) extends Relationship
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Relationshipclass Objecttrait Matchableclass AnyShow all
case class OneToOneRelationship[A](dao: MongoDAO[A], daoKey: String, useCache: Boolean) extends Relationship
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Relationshipclass Objecttrait Matchableclass AnyShow all
object RelationCache extends RelationCaching
Attributes
- Supertypes
- Self type
-
RelationCache.type
trait RelationCaching
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultRelationCacheobject RelationCache
trait Relations
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class OneToManyRelationship[A]class OneToOneRelationship[A]
In this article