object UpdateConfig extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateConfig
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val config: PLens[UpdateConfig, UpdateConfig, Option[UpdateProcessingConfig], Option[UpdateProcessingConfig]]
- val configFile: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
- val drop: PLens[UpdateConfig, UpdateConfig, Option[Int], Option[Int]]
- val drops: PLens[UpdateConfig, UpdateConfig, Seq[String], Seq[String]]
- val entity: PLens[UpdateConfig, UpdateConfig, String, String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val inputFile: PLens[UpdateConfig, UpdateConfig, String, String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keeps: PLens[UpdateConfig, UpdateConfig, Seq[String], Seq[String]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pk: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
- val query: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
- val renames: PLens[UpdateConfig, UpdateConfig, Seq[(String, String)], Seq[(String, String)]]
- val skipIfNull: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
- val source: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val take: PLens[UpdateConfig, UpdateConfig, Option[Int], Option[Int]]
- val target: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val updateTransform: PLens[UpdateConfig, UpdateConfig, Transform[Object, Object], Transform[Object, Object]]
- val upsert: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
- val upsertPreventCreate: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
- val upsertPreventUpdate: PLens[UpdateConfig, UpdateConfig, Boolean, Boolean]
- val value: PLens[UpdateConfig, UpdateConfig, Option[String], Option[String]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )