Package-level declarations

Types

Link copied to clipboard
class MongoPrepareKey<V : Any>(val name: String, valueType: Class<V>, database: MongoDatabase) : PrepareKey<V>
Link copied to clipboard
class MongoPrepareKeyFactory(database: MongoDatabase) : PrepareKeyFactory
Link copied to clipboard

Properties

Link copied to clipboard
const val VALUE_FIELD: String