trait many extends refOptions[many, Set[Long]]
- Alphabetic
- By Inheritance
- many
- refOptions
- Options
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
alias(altAttrName: String): many
Alias to non-compatible attribute name like
typeorfirst-nameetc.Alias to non-compatible attribute name like
typeorfirst-nameetc.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
-
def
apply[RefNs](description: String): refOptions[many, Set[Long]]
- Definition Classes
- refOptions
-
def
apply[RefNs](implicit x: DummyImplicit): refOptions[many, Set[Long]]
Apply namespace type to reference.
-
def
apply(description: String): many
- Definition Classes
- Options
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
descr(description: String): many
Description of attribute
Description of attribute
- Definition Classes
- Options
-
def
enums(vs: Seq[Long], failureMsg: String): many
- Definition Classes
- Options
-
def
enums(vs: Long*): many
- Definition Classes
- Options
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
lazy val
index: many
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
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
mandatory: many
- Definition Classes
- Options
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
noHistory: many
No history option.
No history option.
- Definition Classes
- Options
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
lazy val
owner: many
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
-
def
require[T <: Options[_, _, _]](attrs: T*): many
- Definition Classes
- Options
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
unique: many
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
-
lazy val
uniqueIdentity: many
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
-
def
validate(err2msg: PartialFunction[Long, String]): many
- Definition Classes
- Options
-
def
validate(ok: (Long) ⇒ Boolean, errorMsg: String = ""): many
- Definition Classes
- Options
-
val
value: Set[Long]
- Definition Classes
- Options
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated