trait stringOptions[Self, Tpe] extends Options[Self, Tpe, String]

Source
DataModelApi.scala
Linear Supertypes
Options[Self, Tpe, String], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. stringOptions
  2. Options
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alias(altAttrName: String): Self

    Alias to non-compatible attribute name like type or first-name etc.

    Alias to non-compatible attribute name like type or first-name etc.

    Molecule then creates an alias to the special name in the schema so that queries will match both the attribute name and the alias.

    Definition Classes
    Options
  5. def apply(description: String): Self
    Definition Classes
    Options
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def descr(description: String): Self

    Description of attribute

    Description of attribute

    Definition Classes
    Options
  9. def email(msg: String): Self
  10. val email: Self
  11. def enums(vs: Seq[String], failureMsg: String): Self
    Definition Classes
    Options
  12. def enums(vs: String*): Self
    Definition Classes
    Options
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val fulltext: Self
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. lazy val index: Self

    Index option (defaults to true).

    Index option (defaults to true).

    Generated index for this attribute. By default all attributes are set with the indexed option automatically by Molecule, so you don't need to set this.

    Definition Classes
    Options
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val mandatory: Self
    Definition Classes
    Options
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. lazy val noHistory: Self

    No history option.

    No history option.

    Definition Classes
    Options
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def regex(expr: String, msg: String = ""): Self
  26. def require[T <: Options[_, _, _]](attrs: T*): Self
    Definition Classes
    Options
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. lazy val unique: Self

    Unique value option.

    Unique value option.

    Attribute value is unique to each entity.

    Attempts to insert a duplicate value for a different entity id will fail.

    Definition Classes
    Options
  30. lazy val uniqueIdentity: Self

    Unique identity option.

    Unique identity option.

    Attribute value is unique to each entity and "upsert" is enabled.

    Attempts to insert a duplicate value for a temporary entity id will cause all attributes associated with that temporary id to be merged with the entity already in the database.

    Definition Classes
    Options
  31. def validate(err2msg: PartialFunction[String, String]): Self
    Definition Classes
    Options
  32. def validate(ok: (String) => Boolean, errorMsg: String = ""): Self
    Definition Classes
    Options
  33. val value: Tpe
    Definition Classes
    Options
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Options[Self, Tpe, String]

Inherited from AnyRef

Inherited from Any

Ungrouped