sealed trait Options[Self, Tpe, BaseTpe] extends Requierable
- Alphabetic
- By Inheritance
- Options
- Requierable
- 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): Self
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.
- def apply(description: String): Self
-
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): Self
Description of attribute
- def enums(vs: Seq[BaseTpe], failureMsg: String): Self
- def enums(vs: BaseTpe*): Self
-
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: 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. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val mandatory: Self
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
noHistory: Self
No history option.
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def require(attrs: Requierable*): Self
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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. -
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. - val value: Tpe
-
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