org.beangle.db.transport

Members list

Type members

Classlikes

trait Action

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class SqlAction
case class ActionConfig(category: String, contents: Option[String], properties: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type
class Config(val source: Source, val target: Source, val tasks: Seq[Task], val maxthreads: Int, val bulkSize: Int, val dataRange: (Int, Int))

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
class ConvertException(message: String, cause: Throwable) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
trait Converter

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class Dataflow(src: Relation, target: Table, where: Option[String], total: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Reactor extends Logging

Attributes

Companion
class
Supertypes
trait Logging
class Object
trait Matchable
class Any
Self type
Reactor.type
class Reactor(val config: Config) extends Logging

Attributes

Companion
object
Supertypes
trait Logging
class Object
trait Matchable
class Any
object SqlAction

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SqlAction.type
class SqlAction(val dataSource: DataSource, sqls: Seq[String]) extends Action, Logging

Attributes

Companion
object
Supertypes
trait Logging
trait Action
class Object
trait Matchable
class Any
trait TableStore

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes