org.beangle.db.transport

Members list

Concise view

Type members

Classlikes

trait Action

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Config

Attributes

Companion:
class
Graph
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
Graph
Supertypes
class Object
trait Matchable
class Any
class ConvertException(message: String, cause: Throwable) extends RuntimeException

Attributes

Graph
Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
trait Converter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Reactor extends Logging

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
class SqlAction(val dataSource: DataSource, fileName: String) extends Action with Logging

Attributes

Graph
Supertypes
trait Logging
trait Action
class Object
trait Matchable
class Any