net
.
caladesiframework
.
orientdb
db
package
db
Visibility
Public
All
Type Members
trait
OrientConfiguration
extends
AnyRef
case class
OrientDbEmbeddedConfiguration
(
location:
String
=
"/tmp/orientdb"
)
extends
OrientConfiguration
with
Product
with
Serializable
case class
OrientDbEmbeddedType
()
extends
OrientDbType
with
Product
with
Serializable
case class
OrientDbMemoryConfiguration
()
extends
OrientConfiguration
with
Product
with
Serializable
case class
OrientDbMemoryType
()
extends
OrientDbType
with
Product
with
Serializable
case class
OrientDbRemoteConfiguration
(
user:
String
=
"admin"
,
password:
String
=
"admin"
,
database:
String
=
"temp"
,
host:
OrientHost
=
null
)
extends
OrientConfiguration
with
Product
with
Serializable
case class
OrientDbRemoteType
()
extends
OrientDbType
with
Product
with
Serializable
trait
OrientDbType
extends
AnyRef
class
OrientEmbedded
extends
AnyRef
case class
OrientHost
(
server:
ServerAddress
=
...
)
extends
DbHostBase
with
Product
with
Serializable
Value Members
object
OrientHost
extends
Serializable
The OrientDB Host Helper
Ungrouped