pro
.
savant
.
circumflex
.
orm
Criteria
class
Criteria
[
PK
,
R <:
Record
[
PK
,
R
]
]
extends
SQLable
with
Cloneable
Linear Supertypes
Cloneable
,
Cloneable
,
SQLable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Criteria
Cloneable
Cloneable
SQLable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
Criteria
(
rootNode:
RelationNode
[
PK
,
R
]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
AND
(
inverse:
InverseAssociation
[_,
R
, _, _]
)
:
Criteria
[
PK
,
R
]
def
AND
(
criteria:
Criteria
[
PK
,
R
]
)
:
Criteria
[
PK
,
R
]
def
OR
(
inverse:
InverseAssociation
[_,
R
, _, _]
)
:
Criteria
[
PK
,
R
]
def
OR
(
criteria:
Criteria
[
PK
,
R
]
)
:
Criteria
[
PK
,
R
]
var
_executionTime
:
Long
Attributes
protected
var
_joinTree
:
RelationNode
[
PK
,
R
]
Attributes
protected
var
_limit
:
Int
Attributes
protected
var
_offset
:
Int
Attributes
protected
var
_orders
:
Seq
[
Order
]
Attributes
protected
var
_prefetchSeq
:
Seq
[
Association
[_, _, _]]
Attributes
protected
var
_projections
:
Seq
[
RecordProjection
[_, _]]
Attributes
protected
var
_restrictions
:
Seq
[
Predicate
]
Attributes
protected
var
_rootTree
:
RelationNode
[
PK
,
R
]
Attributes
protected
def
add
(
expression:
String
,
params: (
String
,
Any
)*
)
:
Criteria
[
PK
,
R
]
def
add
(
predicates:
Predicate
*
)
:
Criteria
[
PK
,
R
]
def
addJoin
[
PKN
,
N <:
Record
[
PKN
,
N
]
]
(
node:
RelationNode
[
PKN
,
N
]
)
:
Criteria
[
PK
,
R
]
def
addOrder
(
orders:
Order
*
)
:
Criteria
[
PK
,
R
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
executionTime
:
Long
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
limit
(
l:
Int
)
:
Criteria
.this.type
def
limit
:
Int
def
list
()
:
Seq
[
R
]
def
merge
(
inverse:
InverseAssociation
[_,
R
, _, _]
,
operator:
String
)
:
Criteria
[
PK
,
R
]
Attributes
protected
def
merge
(
criteria:
Criteria
[
PK
,
R
]
,
operator:
String
)
:
Criteria
[
PK
,
R
]
Attributes
protected
def
mkDelete
()
:
Delete
[
PK
,
R
]
def
mkSelect
()
:
SQLQuery
[
Array
[
Option
[
Any
]]]
def
mkUpdate
()
:
Update
[
PK
,
R
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
nextCounter
()
:
Int
Attributes
protected
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
offset
(
o:
Int
)
:
Criteria
.this.type
def
offset
:
Int
def
predicate
:
Predicate
def
prefetch
(
association:
Association
[_, _, _]
)
:
Criteria
[
PK
,
R
]
def
preparePf
[
PKN
,
N <:
Record
[
PKN
,
N
]
]
(
relation:
Relation
[
PKN
,
N
]
,
association:
Association
[_, _, _]
)
:
RelationNode
[
PKN
,
N
]
Attributes
protected
def
processTupleTree
[
PKN
,
N <:
Record
[
PKN
,
N
]
]
(
tuple:
Array
[_]
,
tree:
RelationNode
[
PKN
,
N
]
)
:
Unit
Attributes
protected
def
projections
:
Seq
[
Projection
[_]]
def
queryPlan
:
RelationNode
[
PK
,
R
]
def
replaceLeft
(
join:
JoinNode
[
PK
,
R
, _, _]
,
node:
RelationNode
[
PK
,
R
]
)
:
RelationNode
[
PK
,
R
]
Attributes
protected
def
resetProjection
(
projection:
Projection
[_]
)
:
Unit
Attributes
protected
val
rootNode
:
RelationNode
[
PK
,
R
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toSql
:
String
Definition Classes
Criteria
→
SQLable
def
toString
()
:
String
Definition Classes
Criteria
→ AnyRef → Any
def
unique
()
:
Option
[
R
]
def
updateJoinTree
[
PKN
,
N <:
Record
[
PKN
,
N
]
]
(
node:
RelationNode
[
PKN
,
N
]
,
tree:
RelationNode
[
PK
,
R
]
)
:
RelationNode
[
PK
,
R
]
Attributes
protected
def
updateRootTree
[
PKN
,
N <:
Record
[
PKN
,
N
]
]
(
node:
RelationNode
[
PKN
,
N
]
,
association:
Association
[_, _, _]
)
:
RelationNode
[
PKN
,
N
]
Attributes
protected
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from
Cloneable
Inherited from
Cloneable
Inherited from
SQLable
Inherited from
AnyRef
Inherited from
Any
Ungrouped