oolong.mongo
package oolong.mongo
Members list
Type members
Classlikes
object MongoQueryCompiler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoQueryCompiler.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Allclass Andclass Collectionclass Constant[T]class ElemMatchclass Eqclass Existsclass Fieldclass Gtclass Gteclass Inclass Ltclass Lteclass Modclass Neclass Ninclass Notclass OnFieldclass Orclass Projectionclass Regexclass ScalaCodeclass ScalaCodeIterableclass Sizeclass Subqueryclass TypeCheckShow all
Attributes
- Companion
- trait
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MongoQueryNode.type
object MongoType
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoType.type
object MongoUpdateCompiler
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MongoUpdateCompiler.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Constant[T]class MongoUpdateOpclass AddToSetclass Incclass Maxclass Minclass Mulclass Popclass Pullclass PullAllclass Renameclass Setclass SetOnInsertclass Unsetclass Propclass QueryWrapperclass ScalaCodeclass ScalaCodeIterableclass UIterable[T]class UpdateShow all
Attributes
- Companion
- trait
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
MongoUpdateNode.type
Value members
Concrete methods
Compile a BSON query.
Compile a BSON query.
Value parameters
- input
-
Scala code describing the query.
Attributes
Compile a BSON description of the update.
Compile a BSON description of the update.
Value parameters
- input
-
Description of the update written in oolong DSL.
Attributes
In this article