com.synhaptein.migmongo

commands

package commands

Visibility
  1. Public
  2. All

Type Members

  1. case class AsyncChangeSet(changeId: String, author: String, changes: (MongoDB) ⇒ Unit) extends ChangeSet with Product with Serializable

  2. trait ChangeGroup extends AnyRef

  3. trait ChangeSet extends AnyRef

  4. case class SyncChangeSet(changeId: String, author: String, changes: (MongoDB) ⇒ Unit) extends ChangeSet with Product with Serializable

Ungrouped