DocumentRef

case class DocumentRef[D <: Document[D], Model <: DocumentModel[D]](model: Model, refNameOverride: Option[String]) extends WrappedRef[Model]
trait Serializable
trait Product
trait Equals
class WrappedRef[Model]
trait Ref
class Object
trait Matchable
class Any

Value members

Concrete methods

override def equals(obj: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode(): Int
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Inherited fields

val refName: Option[String]
Inherited from:
WrappedRef
val wrapped: Model
Inherited from:
WrappedRef