org.beangle.data.model

Members list

Type members

Classlikes

trait Component extends Serializable

Attributes

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

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait IntIdEntity
class IntId
trait LongIdEntity
class LongId
class NumId[ID]
class ShortId
class StringId
Show all
abstract class IntId extends NumId[Int], IntIdEntity

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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], ShortIdEntity

Attributes

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

Attributes

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

Attributes

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

Attributes

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