Package

com.sfxcode.nosql.mongo

relation

Permalink

package relation

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultRelationCache extends RelationCaching

    Permalink
  2. case class OneToManyRelationship[A](dao: MongoDAO[A], daoKey: String, useCache: Boolean = true) extends Relationship with Product with Serializable

    Permalink
  3. case class OneToOneRelationship[A](dao: MongoDAO[A], daoKey: String, useCache: Boolean = true) extends Relationship with Product with Serializable

    Permalink
  4. trait RelationCaching extends AnyRef

    Permalink
  5. trait Relations extends AnyRef

    Permalink
  6. abstract class Relationship extends AnyRef

    Permalink

Value Members

  1. object RelationCache extends RelationCaching

    Permalink

Ungrouped