|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.orm.hibernate.criterion.Restrictions
coldbox.system.orm.hibernate.criterion.Subqueries
public class Subqueries
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Description : A proxy to hibernate org.hibernate.criterion.Subqueries object to allow for criteria based subquerying
Constructor Summary | |
---|---|
init(any criteria)
|
Method Summary | |
---|---|
any |
exists()
|
any |
getNativeClass()
|
any |
notExists()
|
any |
propertyEq(string property)
|
any |
propertyEqAll(string property)
|
any |
propertyGe(string property)
|
any |
propertyGeAll(string property)
|
any |
propertyGeSome(string property)
|
any |
propertyGt(string property)
|
any |
propertyGtAll(string property)
|
any |
propertyGtSome(string property)
|
any |
propertyIn(string property)
|
any |
propertyLe(string property)
|
any |
propertyLeAll(string property)
|
any |
propertyLeSome(string property)
|
any |
propertyLt(string property)
|
any |
propertyLtAll(string property)
|
any |
propertyLtSome(string property)
|
any |
propertyNe(string property)
|
any |
propertyNotIn(string property)
|
any |
subEq(any value)
|
any |
subEqAll(any value)
|
any |
subGe(any value)
|
any |
subGeAll(any value)
|
any |
subGeSome(any value)
|
any |
subGt(any value)
|
any |
subGtAll(any value)
|
any |
subGtSome(any value)
|
any |
subIn(any value)
|
any |
subLe(any value)
|
any |
subLeAll(any value)
|
any |
subLeSome(any value)
|
any |
subLt(any value)
|
any |
subLtAll(any value)
|
any |
subLtSome(any value)
|
any |
subNe(any value)
|
any |
subNotIn(any value)
|
Methods inherited from class coldbox.system.orm.hibernate.criterion.Restrictions |
---|
$and, $or, between, conjunction, disjunction, eqProperty, geProperty, gtProperty, idEQ, ilike, isEmpty, isEq, isFalse, isGe, isGt, isIn, isNot, isNotEmpty, isNotNull, isNull, isTrue, isle, islt, leProperty, like, ltProperty, ne, neProperty, onMissingMethod, sizeEq, sizeGE, sizeGT, sizeLE, sizeLT, sizeNE, sqlRestriction
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any criteria)
criteria
Method Detail |
---|
public any exists()
public any getNativeClass()
getNativeClass
in class
Restrictions
public any notExists()
public any propertyEq(string property)
property
public any propertyEqAll(string property)
property
public any propertyGe(string property)
property
public any propertyGeAll(string property)
property
public any propertyGeSome(string property)
property
public any propertyGt(string property)
property
public any propertyGtAll(string property)
property
public any propertyGtSome(string property)
property
public any propertyIn(string property)
property
public any propertyLe(string property)
property
public any propertyLeAll(string property)
property
public any propertyLeSome(string property)
property
public any propertyLt(string property)
property
public any propertyLtAll(string property)
property
public any propertyLtSome(string property)
property
public any propertyNe(string property)
property
public any propertyNotIn(string property)
property
public any subEq(any value)
value
public any subEqAll(any value)
value
public any subGe(any value)
value
public any subGeAll(any value)
value
public any subGeSome(any value)
value
public any subGt(any value)
value
public any subGtAll(any value)
value
public any subGtSome(any value)
value
public any subIn(any value)
value
public any subLe(any value)
value
public any subLeAll(any value)
value
public any subLeSome(any value)
value
public any subLt(any value)
value
public any subLtAll(any value)
value
public any subLtSome(any value)
value
public any subNe(any value)
value
public any subNotIn(any value)
value
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |