object oneBigDecimal extends oneBigDecimal

Source
DataModelApi.scala
Linear Supertypes
oneBigDecimal, Options[oneBigDecimal, BigDecimal, BigDecimal], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. oneBigDecimal
  2. oneBigDecimal
  3. Options
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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): oneBigDecimal

    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(precision: Int, scale: Int): oneBigDecimal
  6. def apply(description: String): oneBigDecimal
    Definition Classes
    Options
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  9. def descr(description: String): oneBigDecimal

    Description of attribute

    Description of attribute

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

    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
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val mandatory: oneBigDecimal
    Definition Classes
    Options
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. lazy val noHistory: oneBigDecimal

    No history option.

    No history option.

    Definition Classes
    Options
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. def require[T <: Options[_, _, _]](attrs: T*): oneBigDecimal
    Definition Classes
    Options
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. lazy val unique: oneBigDecimal

    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
  27. lazy val uniqueIdentity: oneBigDecimal

    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
  28. def validate(err2msg: PartialFunction[BigDecimal, String]): oneBigDecimal
    Definition Classes
    Options
  29. def validate(ok: (BigDecimal) ⇒ Boolean, errorMsg: String = ""): oneBigDecimal
    Definition Classes
    Options
  30. val value: BigDecimal
    Definition Classes
    Options
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from oneBigDecimal

Inherited from Options[oneBigDecimal, BigDecimal, BigDecimal]

Inherited from AnyRef

Inherited from Any

Ungrouped