object IsPrimaryKey

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IsPrimaryKey
  2. AnyRef
  3. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val bigDecimalIsPrimaryKey: IsPrimaryKey[BigDecimal]
  6. implicit val bigDecimalIsPrimaryKeyOpt: IsPrimaryKey[Option[BigDecimal]]
  7. implicit val binaryIsPrimaryKey: IsPrimaryKey[Iterable[Byte]]
  8. implicit val binaryIsPrimaryKeyOpt: IsPrimaryKey[Option[Iterable[Byte]]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. implicit val doubleIsPrimaryKey: IsPrimaryKey[Double]
  11. implicit val doubleIsPrimaryKeyOpt: IsPrimaryKey[Option[Double]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit val floatIsPrimaryKey: IsPrimaryKey[Float]
  16. implicit val floatIsPrimaryKeyOpt: IsPrimaryKey[Option[Float]]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. implicit val intIsPrimaryKey: IsPrimaryKey[Int]
  20. implicit val intIsPrimaryKeyOpt: IsPrimaryKey[Option[Int]]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit val longIsPrimaryKey: IsPrimaryKey[Long]
  23. implicit val longIsPrimaryKeyOpt: IsPrimaryKey[Option[Long]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. implicit val shortIsPrimaryKey: IsPrimaryKey[Short]
  28. implicit val shortIsPrimaryKeyOpt: IsPrimaryKey[Option[Short]]
  29. implicit val stringIsPrimaryKey: IsPrimaryKey[String]
  30. implicit val stringIsPrimaryKeyOpt: IsPrimaryKey[Option[String]]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped