Package

it.agilelab.darwin

common

Permalink

package common

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. common
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Connector extends Serializable

    Permalink

    Generic abstraction of a component capable of reading and writing Schema entities in an external storage.

    Generic abstraction of a component capable of reading and writing Schema entities in an external storage. The external storage should keep at least the ID (Long) and the schema (Schema) for each entry.

  2. trait ConnectorCreator extends AnyRef

    Permalink

    A generic interface used to create the Connector found in the classpath.

  3. trait Logging extends AnyRef

    Permalink

Value Members

  1. object ConnectorFactory extends Logging

    Permalink

    Used to obtain the correct implementation of Connector found on the classpath using the ConnectorCreator

  2. final val LONG_SIZE: Int(8)

    Permalink
  3. def using[A <: AutoCloseable, B](closeable: A)(f: (A) ⇒ B): B

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped