org.beangle.data.model

Members list

Concise view

Type members

Classlikes

trait Component extends Serializable

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait Journal[T]
trait Entity[ID] extends Serializable

Attributes

Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class IntId
class LongId
class NumId[ID]
class ShortId
class StringId
abstract class IntId extends NumId[Int] with IntIdEntity

Attributes

Graph
Supertypes
class NumId[Int]
trait Entity[Int]
trait Serializable
class Object
trait Matchable
class Any
trait IntIdEntity extends Entity[Int]

Attributes

Graph
Supertypes
trait Entity[Int]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class IntId
abstract class LongId extends NumId[Long] with LongIdEntity

Attributes

Graph
Supertypes
class NumId[Long]
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
trait LongIdEntity extends Entity[Long]

Attributes

Graph
Supertypes
trait Entity[Long]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class LongId
abstract class NumId[ID] extends Entity[ID]

Attributes

Graph
Supertypes
trait Entity[ID]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class IntId
class LongId
class ShortId
abstract class ShortId extends NumId[Short] with ShortIdEntity

Attributes

Graph
Supertypes
class NumId[Short]
trait Entity[Short]
trait Serializable
class Object
trait Matchable
class Any
trait ShortIdEntity extends Entity[Short]

Attributes

Graph
Supertypes
trait Entity[Short]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class ShortId
abstract class StringId extends StringIdEntity

Attributes

Graph
Supertypes
trait Entity[String]
trait Serializable
class Object
trait Matchable
class Any
trait StringIdEntity extends Entity[String]

Attributes

Graph
Supertypes
trait Entity[String]
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class StringId