class
Table
[T]
extends View[T]
Instance Constructors
-
new
Table
(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
delete
[K]
(k: K)(implicit ev: <:<[T, KeyedEntity[K]], dsl: QueryDsl): Boolean
-
def
delete
(q: Query[T]): Int
-
def
deleteWhere
(whereClause: (T) ⇒ LogicalBoolean)(implicit dsl: QueryDsl): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
forceUpdate
(o: Iterable[T])(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit
-
def
forceUpdate
(o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
insert
(e: Iterable[T]): Unit
-
def
insert
(t: Query[T]): Nothing
-
def
insert
(t: T): T
-
def
insertOrUpdate
(o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): T
-
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
-
val
schema
: Schema
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
def
update
(o: Iterable[T])(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit
-
def
update
(o: T)(implicit ev: <:<[T, org.squeryl.KeyedEntity[_]]): Unit
-
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