Package

eu.akkamo

persistentconfig

Permalink

package persistentconfig

Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanProperty(_id: String, value: Boolean) extends Property[Boolean] with Product with Serializable

    Permalink
  2. case class DoubleListProperty(_id: String, value: List[Double]) extends Property[List[Double]] with Product with Serializable

    Permalink
  3. case class DoubleProperty(_id: String, value: Double) extends Property[Double] with Product with Serializable

    Permalink
  4. case class IntListProperty(_id: String, value: List[Int]) extends Property[List[Int]] with Product with Serializable

    Permalink
  5. case class IntProperty(_id: String, value: Int) extends Property[Int] with Product with Serializable

    Permalink
  6. case class LongListProperty(_id: String, value: List[Long]) extends Property[List[Long]] with Product with Serializable

    Permalink
  7. case class LongProperty(_id: String, value: Long) extends Property[Long] with Product with Serializable

    Permalink
  8. class MongoPersistentConfigModule extends PersistentConfigModule with Initializable

    Permalink

  9. sealed trait Property[V] extends AnyRef

    Permalink
  10. case class StringListProperty(_id: String, value: List[String]) extends Property[List[String]] with Product with Serializable

    Permalink
  11. case class StringProperty(_id: String, value: String) extends Property[String] with Product with Serializable

    Permalink

Ungrouped