net.caladesiframework.orientdb

db

package db

Visibility
  1. Public
  2. All

Type Members

  1. trait OrientConfiguration extends AnyRef

  2. case class OrientDbEmbeddedConfiguration(location: String = "/tmp/orientdb") extends OrientConfiguration with Product with Serializable

  3. case class OrientDbEmbeddedType() extends OrientDbType with Product with Serializable

  4. case class OrientDbMemoryConfiguration() extends OrientConfiguration with Product with Serializable

  5. case class OrientDbMemoryType() extends OrientDbType with Product with Serializable

  6. case class OrientDbRemoteConfiguration(user: String = "admin", password: String = "admin", database: String = "temp", host: OrientHost = null) extends OrientConfiguration with Product with Serializable

  7. case class OrientDbRemoteType() extends OrientDbType with Product with Serializable

  8. trait OrientDbType extends AnyRef

  9. class OrientEmbedded extends AnyRef

  10. case class OrientHost(server: ServerAddress = ...) extends DbHostBase with Product with Serializable

Value Members

  1. object OrientHost extends Serializable

    The OrientDB Host Helper

Ungrouped