io.github.morgaroth.utils.mongodb

salat

package salat

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. salat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait JodaSupport extends AnyRef

  2. class MongoDAO[ObjectType <: AnyRef] extends MongoDAOAnyKey[ObjectType, String]

  3. abstract class MongoDAOAnyKey[ObjectType <: AnyRef, KeyType] extends SalatDAO[ObjectType, KeyType]

    Helper class for constructing MongoDB DAO, uses Typesafe configuration and collection name as constructor arguments, prepared especially for objects with key of type String

  4. class MongoDAOAnyKeyFromResource[ObjectType <: AnyRef, IDType] extends MongoDAOAnyKey[ObjectType, IDType]

  5. class MongoDAOAnyKeyFromResourceJodaSupport[ObjectType <: AnyRef, IDType] extends MongoDAOAnyKey[ObjectType, IDType] with JodaSupport

  6. class MongoDAOAnyKeyJodaSupport[ObjectType <: AnyRef, IDType] extends MongoDAOAnyKey[ObjectType, IDType] with JodaSupport

  7. class MongoDAOFromResource[ObjectType <: AnyRef] extends MongoDAO[ObjectType]

  8. class MongoDAOFromResourceJodaSupport[ObjectType <: AnyRef] extends MongoDAO[ObjectType] with JodaSupport

  9. class MongoDAOJodaSupport[ObjectType <: AnyRef] extends MongoDAO[ObjectType] with JodaSupport

  10. class MongoDAOMongoDAOObjectIdKeyJodaSupport[ObjectType <: AnyRef, IDType] extends MongoDAOObjectIdKey[ObjectType] with JodaSupport

  11. class MongoDAOObjectIdKey[ObjectType <: AnyRef] extends MongoDAOAnyKey[ObjectType, ObjectId]

  12. class MongoDAOObjectIdKeyFromResource[ObjectType <: AnyRef, IDType] extends MongoDAOObjectIdKey[ObjectType]

  13. class MongoDAOObjectIdKeyFromResourceJodaSupport[ObjectType <: AnyRef, IDType] extends MongoDAOObjectIdKey[ObjectType] with JodaSupport

Value Members

  1. package build

Inherited from AnyRef

Inherited from Any

Ungrouped