object UpdateConfig extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateConfig
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val config: PLens[UpdateConfig, UpdateConfig, Option[UpdateProcessingConfig], Option[UpdateProcessingConfig]]
  7. val configFile: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  8. val drop: PLens[UpdateConfig, UpdateConfig, Option[Int], Option[Int]]
  9. val drops: PLens[UpdateConfig, UpdateConfig, Seq[String], Seq[String]]
  10. val entity: PLens[UpdateConfig, UpdateConfig, String, String]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val inputFile: PLens[UpdateConfig, UpdateConfig, String, String]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val keeps: PLens[UpdateConfig, UpdateConfig, Seq[String], Seq[String]]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val pk: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  23. val query: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  24. val renames: PLens[UpdateConfig, UpdateConfig, Seq[(String, String)], Seq[(String, String)]]
  25. val skipIfNull: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
  26. val source: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val take: PLens[UpdateConfig, UpdateConfig, Option[Int], Option[Int]]
  29. val target: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val updateTransform: PLens[UpdateConfig, UpdateConfig, Transform[Object, Object], Transform[Object, Object]]
  32. val upsert: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
  33. val upsertPreventCreate: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
  34. val upsertPreventUpdate: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
  35. val value: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped