package postgresql
Type Members
- class PostgreSQLStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends SQLStore[Doc, Model]
- case class PostgreSQLStoreManager(connectionManager: ConnectionManager) extends StoreManager with Product with Serializable
- case class PostgreSQLTransaction[Doc <: Document[Doc], Model <: DocumentModel[Doc]](store: PostgreSQLStore[Doc, Model], state: SQLState[Doc, Model], parent: Option[Transaction[Doc, Model]]) extends SQLStoreTransaction[Doc, Model] with Product with Serializable