ORMapKey

@SerialVersionUID(1L)
final case class ORMapKey[A, B <: ReplicatedData](_id: String) extends Key[ORMap[A, B]] with ReplicatedDataSerialization
Companion:
object
Source:
ORMap.scala
trait Product
trait Equals
class Key[ORMap[A, B]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final override def equals(o: Any): Boolean
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
final override def hashCode: Int
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala
Inherited from:
Product
override def toString(): String
Definition Classes
Key -> Any
Inherited from:
Key
Source:
Key.scala

Inherited fields

val id: KeyId
Inherited from:
Key
Source:
Key.scala