mongodb / de.comhix.database.dao / BaseDao / get

get

fun <Type : DatabaseObject> get(id: String, typeClass: Class<Type>): Maybe<Type>