class
View
[T]
extends Queryable[T]
Instance Constructors
-
new
View
(n: String)(implicit manifestT: Manifest[T])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
_setPersisted
: (T) ⇒ Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
lookup
[K]
(k: K)(implicit ev: <:<[T, KeyedEntity[K]], dsl: QueryDsl): Option[T]
-
def
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
def
prefix
: Option[String]
-
def
prefixedName
: String
-
def
prefixedPrefixedName
(s: String): String
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
where
(whereClauseFunctor: (T) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Query[T]
Inherited from AnyRef
Inherited from Any
This class can be used for read only tables or (database) views for an updatable view, or table use Table[T]