case class UpdateConfig(inputFile: String = "", upsert: Boolean = false, entity: String = "", pk: Option[String] = scala.Some.apply[String]("id"), upsertPreventCreate: Boolean = true, upsertPreventUpdate: Boolean = false, renames: Seq[(String, String)] = scala.collection.immutable.Nil, keeps: Seq[String] = scala.collection.immutable.Nil, drops: Seq[String] = scala.collection.immutable.Nil, drop: Option[Int] = scala.None, take: Option[Int] = scala.None, updateTransform: Transform[Object, Object] = ..., configFile: Option[String] = scala.None, config: Option[UpdateProcessingConfig] = scala.None, query: Option[String] = scala.None, skipIfNull: Boolean = true, source: Option[String] = scala.None, target: Option[String] = scala.None, value: Option[String] = scala.None) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new UpdateConfig(inputFile: String = "", upsert: Boolean = false, entity: String = "", pk: Option[String] = scala.Some.apply[String]("id"), upsertPreventCreate: Boolean = true, upsertPreventUpdate: Boolean = false, renames: Seq[(String, String)] = scala.collection.immutable.Nil, keeps: Seq[String] = scala.collection.immutable.Nil, drops: Seq[String] = scala.collection.immutable.Nil, drop: Option[Int] = scala.None, take: Option[Int] = scala.None, updateTransform: Transform[Object, Object] = ..., configFile: Option[String] = scala.None, config: Option[UpdateProcessingConfig] = scala.None, query: Option[String] = scala.None, skipIfNull: Boolean = true, source: Option[String] = scala.None, target: Option[String] = scala.None, value: Option[String] = scala.None)
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: Option[UpdateProcessingConfig]
- val configFile: Option[String]
- val drop: Option[Int]
- val drops: Seq[String]
- val entity: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
- val inputFile: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keeps: 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: Option[String]
- val query: Option[String]
- val renames: Seq[(String, String)]
- val skipIfNull: Boolean
- val source: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val take: Option[Int]
- val target: Option[String]
- val updateTransform: Transform[Object, Object]
- val upsert: Boolean
- val upsertPreventCreate: Boolean
- val upsertPreventUpdate: Boolean
- val value: 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( ... )