object one extends one

Source
DataModelApi.scala
Linear Supertypes
one, refOptions[one, Long], Options[one, Long, Long], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. one
  2. one
  3. refOptions
  4. Options
  5. AnyRef
  6. 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): one

    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[RefNs](description: String): refOptions[one, Long]
    Definition Classes
    refOptions
  6. def apply[RefNs](implicit x: DummyImplicit): refOptions[one, Long]

    Apply namespace type to reference.

    Apply namespace type to reference.

    RefNs

    Ref namespace type

    Definition Classes
    refOptions
  7. def apply(description: String): one
    Definition Classes
    Options
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def descr(description: String): one

    Description of attribute

    Description of attribute

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

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

    No history option.

    No history option.

    Definition Classes
    Options
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. lazy val owner: one

    Owner option.

    Owner option.

    This entity owns the referenced entity/entities.

    - If this entity is deleted, its references are deleted too (and recursively if sub entities have owned entities!)



    Specifies that an attribute whose type is :db.type/ref is a component.

    Referenced entities become subcomponents of the entity to which the attribute is applied.

    When you retract an entity with :db/retractEntity, all subcomponents are also retracted.

    When you get the graph of an entity, all its subcomponent entities are fetched recursively.

    Definition Classes
    refOptions
  25. def require[T <: Options[_, _, _]](attrs: T*): one
    Definition Classes
    Options
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. lazy val unique: one

    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
  29. lazy val uniqueIdentity: one

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

Inherited from refOptions[one, Long]

Inherited from Options[one, Long, Long]

Inherited from AnyRef

Inherited from Any

Ungrouped