Type Members
-
type
AsIterable
[T]
= AsIterable[T]
-
type
AsQueryParam
[T]
= AsQueryParam[T]
-
type
BasicDBList
= BasicDBList
-
type
BasicDBObject
= BasicDBObject
-
type
DBObject
= DBObject
-
type
DBRef
= DBRef
-
type
GeoCoords
= com.mongodb.casbah.query.dsl.GeoCoords[_, _]
-
type
JSFunction
= String
-
type
MongoDBList
= MongoDBList
-
type
MongoDBObject
= MongoDBObject
-
type
MongoException
= MongoException
-
type
ObjectId
= ObjectId
-
-
-
type
ValidDateType
[T]
= ValidDateType[T]
-
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
$addToSet
: ((String, Any)*) ⇒ DBObject
-
def
$addToSet
(field: String): AnyRef { ... /* 2 definitions in type refinement */ }
-
def
$addToSet
[T]
(arg: T)(implicit arg0: (T) ⇒ DBObject): DBObject
-
-
def
$bit
(field: String): AnyRef { ... /* 2 definitions in type refinement */ }
-
def
$inc
[T]
(args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject
-
-
-
def
$pop
[T]
(args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject
-
def
$pull
(inner: DBObject): DBObject
-
def
$pull
(inner: ⇒ DBObject): DBObject
-
def
$pull
: ((String, Any)*) ⇒ DBObject
-
def
$pullAll
[A]
(args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject
-
def
$push
: ((String, Any)*) ⇒ DBObject
-
def
$pushAll
[A]
(args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject
-
def
$rename
: ((String, Any)*) ⇒ DBObject
-
def
$set
: ((String, Any)*) ⇒ DBObject
-
def
$unset
: (String*) ⇒ DBObject
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
AsIterable
: com.mongodb.casbah.query.AsIterable.type
-
val
AsQueryParam
: com.mongodb.casbah.query.AsQueryParam.type
-
object
BigDecimalDoNOk
extends ValidDateOrNumericType[BigDecimal]
-
object
BigDecimalOk
extends BigDecimalOk
-
object
BigIntDoNOk
extends ValidDateOrNumericType[BigInt]
-
object
BigIntOk
extends BigIntOk
-
object
ByteDoNOk
extends ValidDateOrNumericType[Byte]
-
object
ByteOk
extends ByteOk
-
-
-
val
DBList
: com.mongodb.casbah.commons.MongoDBList.type
-
val
DBObject
: com.mongodb.casbah.commons.MongoDBObject.type
-
object
DoubleDoNOk
extends ValidDateOrNumericType[Double]
-
object
DoubleOk
extends DoubleOk
-
object
FloatDoNOk
extends ValidDateOrNumericType[Float]
-
object
FloatOk
extends FloatOk
-
val
GeoCoords
: com.mongodb.casbah.query.dsl.GeoCoords.type
-
object
IntDoNOk
extends ValidDateOrNumericType[Int]
-
object
IntOk
extends IntOk
-
object
JDKDateDoNOk
extends ValidDateOrNumericType[Date]
-
object
JDKDateOk
extends JDKDateOk
-
object
JodaDateTimeDoNOk
extends ValidDateOrNumericType[DateTime]
-
object
JodaDateTimeOk
extends JodaDateTimeOk
-
object
LongDoNOk
extends ValidDateOrNumericType[Long]
-
object
LongOk
extends LongOk
-
val
MongoDBList
: com.mongodb.casbah.commons.MongoDBList.type
-
val
MongoDBObject
: com.mongodb.casbah.commons.MongoDBObject.type
-
object
ShortDoNOk
extends ValidDateOrNumericType[Short]
-
object
ShortOk
extends ShortOk
-
def
_addToSet
: ((String, Any)*) ⇒ DBObject
-
def
_addToSet
(field: String): AnyRef { ... /* 2 definitions in type refinement */ }
-
def
_addToSet
[T]
(arg: T)(implicit arg0: (T) ⇒ DBObject): DBObject
-
-
def
_bit
(field: String): AnyRef { ... /* 2 definitions in type refinement */ }
-
def
_inc
[T]
(args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject
-
-
-
def
_pop
[T]
(args: (String, T)*)(implicit arg0: ValidNumericType[T]): DBObject
-
def
_pull
(inner: DBObject): DBObject
-
def
_pull
(inner: ⇒ DBObject): DBObject
-
def
_pull
: ((String, Any)*) ⇒ DBObject
-
def
_pullAll
[A]
(args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject
-
def
_push
: ((String, Any)*) ⇒ DBObject
-
def
_pushAll
[A]
(args: (String, A)*)(implicit arg0: AsIterable[A]): DBObject
-
def
_rename
: ((String, Any)*) ⇒ DBObject
-
def
_set
: ((String, Any)*) ⇒ DBObject
-
def
_unset
(args: String*): DBObject
-
def
apply
[A]
(oper: String)(fields: (String, A)*): DBObject
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
implicit def
kvPairOk
[A]
: KVPair[A]
-
implicit def
map2MongoDBObject
(map: Map[String, Any]): DBObject
-
implicit def
mapAsDBObject
(map: Map[String, Any]): AnyRef { def asDBObject: com.mongodb.DBObject }
-
-
implicit def
mongoQueryStatements
(left: String): FluidQueryOperators
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
implicit def
tupleToGeoCoords
[A, B]
(coords: (A, B))(implicit arg0: ValidNumericType[A], arg1: Manifest[A], arg2: ValidNumericType[B], arg3: Manifest[B]): GeoCoords[A, B]
-
implicit def
unwrapDBList
(in: MongoDBList): BasicDBList
-
implicit def
unwrapDBObj
(in: MongoDBObject): DBObject
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
implicit def
wrapDBList
(in: BasicDBList): MongoDBList
-
implicit def
wrapDBObj
(in: DBObject): MongoDBObject
Inherited from Imports
Inherited from Implicits
Inherited from TypeImports
Inherited from BaseImports
Inherited from AnyRef
Inherited from Any