trait SQLConversion[Doc <: Document[Doc]] extends DocumentModel[Doc]
Type Members
- type F[V] = Field[Doc, V]
- type FF = FacetField[Doc]
- type I[V] = Indexed[Doc, V]
- type T = Tokenized[Doc]
- type U[V] = UniqueIndex[Doc, V]
Abstract Value Members
- abstract def convertFromSQL(rs: ResultSet): Doc
- implicit abstract def rw: RW[Doc]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- val _id: UniqueIndex[Doc, Id[Doc]]
- final def asInstanceOf[T0]: T0
- lazy val builder: FilterBuilder[Doc, SQLConversion.this.type]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def facetFields: List[FF]
- def fieldByName[F](name: String): Field[Doc, F]
- def fields: List[Field[Doc, _]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def id(value: String): Id[Doc]
- def init[Model <: DocumentModel[Doc]](collection: Collection[Doc, Model]): Unit
- final def isInstanceOf[T0]: Boolean
- def map2Doc(map: Map[String, Any]): Doc
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from DocumentModel[Doc]
Value Members
- implicit abstract def rw: RW[Doc]
- val _id: UniqueIndex[Doc, Id[Doc]]
- lazy val builder: FilterBuilder[Doc, SQLConversion.this.type]
- def facetFields: List[FF]
- def fieldByName[F](name: String): Field[Doc, F]
- def fields: List[Field[Doc, _]]
- def id(value: String): Id[Doc]
- def init[Model <: DocumentModel[Doc]](collection: Collection[Doc, Model]): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- type F[V] = Field[Doc, V]
- type FF = FacetField[Doc]
- type I[V] = Indexed[Doc, V]
- type T = Tokenized[Doc]
- type U[V] = UniqueIndex[Doc, V]
- abstract def convertFromSQL(rs: ResultSet): Doc
- implicit abstract def rw: RW[Doc]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- val _id: UniqueIndex[Doc, Id[Doc]]
- final def asInstanceOf[T0]: T0
- lazy val builder: FilterBuilder[Doc, SQLConversion.this.type]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def facetFields: List[FF]
- def fieldByName[F](name: String): Field[Doc, F]
- def fields: List[Field[Doc, _]]
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def id(value: String): Id[Doc]
- def init[Model <: DocumentModel[Doc]](collection: Collection[Doc, Model]): Unit
- final def isInstanceOf[T0]: Boolean
- def map2Doc(map: Map[String, Any]): Doc
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit