package
orm
Type Members
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
class
Criteria[PK, R <: Record[PK, R]] extends SQLable with Cloneable
-
-
class
DDLUnit extends AnyRef
-
-
-
-
-
-
class
Deployment extends AnyRef
-
-
class
Dialect extends AnyRef
-
-
-
-
-
-
-
-
case class
ForeignKeyAction(toSql: String) extends SQLable with Product with Serializable
-
-
-
-
-
-
-
-
-
-
-
-
-
-
class
InverseSeq[R <: Record[_, R]] extends Cached
-
class
JoinNode[PKL, L <: Record[PKL, L], PKR, R <: Record[PKR, R]] extends ProxyNode[PKL, L]
-
case class
JoinType(toSql: String) extends SQLable with Product with Serializable
-
-
-
class
ManyToOneJoin[PKL, L <: Record[PKL, L], PKR, R <: Record[PKR, R]] extends JoinNode[PKL, L, PKR, R]
-
-
-
-
-
-
-
-
class
OneToManyJoin[PKL, L <: Record[PKL, L], PKR, R <: Record[PKR, R]] extends JoinNode[PKL, L, PKR, R]
-
-
-
-
-
-
-
-
-
abstract
class
Record[PK, R <: Record[PK, R]] extends Equals with Cached
-
-
-
-
class
RelationNode[PK, R <: Record[PK, R]] extends SQLable with Cloneable with Equals
-
-
class
RowResult extends AnyRef
-
abstract
class
SQLQuery[T] extends Query
-
trait
SQLable extends AnyRef
-
-
-
-
-
-
case class
SetOperation(toSql: String) extends SQLable with Product with Serializable
-
-
-
-
-
-
-
trait
Table[PK, R <: Record[PK, R]] extends Record[PK, R] with Relation[PK, R]
-
-
-
-
-
-
-
-
-
-
trait
ValueHolder[T, R <: Record[_, R]] extends Container[T] with Wrapper[Option[T]] with Equals
-
trait
View[PK, R <: Record[PK, R]] extends Record[PK, R] with Relation[PK, R]
-
Value Members
-
-
-
-
-
def
COMMIT(): Unit
-
-
-
-
-
def
DELETE[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): Delete[PK, R]
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
val
ORM_LOG: Logger
-
-
-
-
-
-
def
ROLLBACK(): Unit
-
object
Relation extends Serializable
-
-
def
SELECT[T](projection: Projection[T]): Select[T]
-
-
-
-
-
def
UPDATE[PK, R <: Record[PK, R]](node: RelationNode[PK, R]): Update[PK, R]
-
-
-
-
-
-
def
prepareExpr(expression: String, params: (String, Any)*): SimpleExpression
-
implicit
def
str2expr(str: String): Expression
-
implicit
def
string2exprHelper(expression: String): SimpleExpressionHelper
-
implicit
def
string2nativeHelper(expression: String): NativeQueryHelper
-
-
def
using[A](newConf: ORMConfiguration)(block: ⇒ A): A
-
Inherited from AnyRef
Inherited from Any