Package

io.fsq.rogue

index

Permalink

package index

Visibility
  1. Public
  2. All

Type Members

  1. case class DefaultUntypedMongoIndex(asListMap: ListMap[String, Any]) extends UntypedMongoIndex with Product with Serializable

    Permalink
  2. case class IndexModifier(value: Any) extends Product with Serializable

    Permalink
  3. trait IndexedRecord[MetaRecord] extends AnyRef

    Permalink

    A trait that represents the fact that a record type includes a list of the indexes that exist in MongoDB for that type.

  4. case class MongoIndex[MetaRecord](meta: MetaRecord, asTypedListMap: ListMap[String, IndexModifier]) extends TypedMongoIndex[MetaRecord] with Product with Serializable

    Permalink
  5. trait TypedMongoIndex[MetaRecord] extends UntypedMongoIndex

    Permalink
  6. trait UntypedMongoIndex extends AnyRef

    Permalink

Value Members

  1. object Asc extends IndexModifier

    Permalink
  2. object DefaultUntypedMongoIndex extends Serializable

    Permalink
  3. object Desc extends IndexModifier

    Permalink
  4. object Hashed extends IndexModifier

    Permalink
  5. object MongoIndex extends Serializable

    Permalink
  6. object TwoD extends IndexModifier

    Permalink
  7. object TwoDSphere extends IndexModifier

    Permalink

Ungrouped