Package

com.github.gigurra.franklin

mongoimpl

Permalink

package mongoimpl

Visibility
  1. Public
  2. All

Type Members

  1. trait BsonCodec extends AnyRef

    Permalink
  2. case class BsonCodecException(message: String, cause: Throwable = null) extends FranklinException with Product with Serializable

    Permalink
  3. case class MongoCollection(collection: BSONCollection, codec: BsonCodec) extends Collection with Product with Serializable

    Permalink

    Created by johan on 2015-12-24.

  4. case class MongoDb(driver: MongoDriver, connection: MongoConnection, codec: BsonCodec) extends Product with Serializable

    Permalink
  5. case class MongoStore(dbName: String, mongo: MongoDb, codec: BsonCodec) extends Store with Product with Serializable

    Permalink

    Created by johan on 2015-12-24.

Value Members

  1. object DefaultBsonCodec extends BsonCodec with Product with Serializable

    Permalink
  2. object Escape

    Permalink

    Created by kjolh on 12/30/2015.

  3. object EscapeChar

    Permalink
  4. object MongoCollection extends Serializable

    Permalink
  5. object MongoDb extends Serializable

    Permalink
  6. object UnEscape

    Permalink

Ungrouped