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, 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: Target, val maxthreads: Int, val bulkSize: Int, val dataRange: (Int, Int), val conversionModel: Value)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ConversionModel extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
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
trait DataWrapper

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
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
class SqlAction(val dataSource: DataSource, fileName: String) extends Action, Logging

Attributes

Supertypes
trait Logging
trait Action
class Object
trait Matchable
class Any