package
db
Type Members
-
case class
ArrayIndex
(idx: Int) extends PathNode with Product with Serializable
-
class
Attribute
extends DbItem with Valid
-
-
case class
DbArray
(of: Domain) extends Domain with Product with Serializable
-
case class
DbChar
(len: Int) extends LimitedText with Product with Serializable
-
trait
DbDateLike
extends Domain
-
class
DbIntish
extends Domain
-
trait
DbItem
extends AnyRef
-
case class
DbLargeChar
(len: Int) extends LimitedText with Product with Serializable
-
case class
DbLink
(toEntity: Entity) extends Domain with Product with Serializable
-
class
DbLongish
extends Domain
-
case class
DbLowerChar
(len: Int) extends LimitedText with Product with Serializable
-
trait
DbTextLike
extends Domain
-
case class
DbVarChar
(len: Int) extends LimitedText with Product with Serializable
-
trait
Domain
extends Valid
-
trait
Entity
extends Domain with DbItem
-
trait
EnumEntity
[T >: Null <: Tuple]
extends Entity
-
case class
IdType
(name: String) extends Product with Serializable
-
trait
LimitedText
extends DbTextLike
-
class
ModelException
extends RuntimeException
-
case class
MultiPath
(nodes: PathNode*) extends Path with Product with Serializable
-
trait
Path
extends Pathable
-
case class
PathDiff
(path: Path, a: Any, b: Any) extends Pathable with Product with Serializable
-
trait
PathNode
extends AnyRef
-
case class
PathValue
(path: Path, value: Any) extends Pathable with Product with Serializable
-
trait
Pathable
extends AnyRef
-
trait
Record
extends Valid with BsonObject
-
case class
Scope
(rec: Record, initialDraw: Boolean, saving: Boolean, captcha: Boolean, path: Option[Path]) extends Product with Serializable
-
case class
StaticBuilder
(en: Entity) extends Product with Serializable
-
trait
View
extends AnyRef
-
class
ViewAttribute
extends Valid with Path with PathNode