box.system.orm.hibernate.criterion.concurrent.Callable interface">
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.orm.hibernate.criterion.Restrictions
public class Restrictions
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Michael McKellip , Luis Majano Description : A proxy to hibernate org.hibernate.criterion.Restrictions object to allow for criteria based querying
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
any |
$and()
|
any |
$or()
|
any |
between(string property, any minValue, any maxValue)
|
any |
conjunction(array restrictionValues)
|
any |
disjunction(array restrictionValues)
|
any |
eqProperty(string property, string otherProperty)
|
any |
geProperty(string property, string otherProperty)
|
any |
getNativeClass()
|
any |
gtProperty(string property, string otherProperty)
|
any |
idEQ(any propertyValue)
|
any |
ilike(string property, string propertyValue)
|
any |
isEmpty(string property)
|
any |
isEq(string property, any propertyValue)
|
any |
isFalse(string property)
|
any |
isGe(string property, any propertyValue)
|
any |
isGt(string property, any propertyValue)
|
any |
isIn(string property, any propertyValue)
|
any |
isNot(any criterion)
|
any |
isNotEmpty(string property)
|
any |
isNotNull(string property)
|
any |
isNull(string property)
|
any |
isTrue(string property)
|
any |
isle(string property, any propertyValue)
|
any |
islt(string property, any propertyValue)
|
any |
leProperty(string property, string otherProperty)
|
any |
like(string property, string propertyValue)
|
any |
ltProperty(string property, string otherProperty)
|
any |
ne(string property, any propertyValue)
|
any |
neProperty(string property, any otherProperty)
|
any |
onMissingMethod(string missingMethodName, struct missingMethodArguments)
|
any |
sizeEq(string property, any propertyValue)
|
any |
sizeGE(string property, any propertyValue)
|
any |
sizeGT(string property, any propertyValue)
|
any |
sizeLE(string property, any propertyValue)
|
any |
sizeLT(string property, any propertyValue)
|
any |
sizeNE(string property, any propertyValue)
|
any |
sqlRestriction(string sql)
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any $and()
public any $or()
public any between(string property, any minValue, any maxValue)
propertyminValuemaxValuepublic any conjunction(array restrictionValues)
restrictionValuespublic any disjunction(array restrictionValues)
restrictionValuespublic any eqProperty(string property, string otherProperty)
propertyotherPropertypublic any geProperty(string property, string otherProperty)
propertyotherPropertypublic any getNativeClass()
public any gtProperty(string property, string otherProperty)
propertyotherPropertypublic any idEQ(any propertyValue)
propertyValuepublic any ilike(string property, string propertyValue)
propertypropertyValuepublic any isEmpty(string property)
propertypublic any isEq(string property, any propertyValue)
propertypropertyValuepublic any isFalse(string property)
propertypublic any isGe(string property, any propertyValue)
propertypropertyValuepublic any isGt(string property, any propertyValue)
propertypropertyValuepublic any isIn(string property, any propertyValue)
propertypropertyValuepublic any isNot(any criterion)
criterionpublic any isNotEmpty(string property)
propertypublic any isNotNull(string property)
propertypublic any isNull(string property)
propertypublic any isTrue(string property)
propertypublic any isle(string property, any propertyValue)
propertypropertyValuepublic any islt(string property, any propertyValue)
propertypropertyValuepublic any leProperty(string property, string otherProperty)
propertyotherPropertypublic any like(string property, string propertyValue)
propertypropertyValuepublic any ltProperty(string property, string otherProperty)
propertyotherPropertypublic any ne(string property, any propertyValue)
propertypropertyValuepublic any neProperty(string property, any otherProperty)
propertyotherPropertypublic any onMissingMethod(string missingMethodName, struct missingMethodArguments)
missingMethodNamemissingMethodArgumentspublic any sizeEq(string property, any propertyValue)
propertypropertyValuepublic any sizeGE(string property, any propertyValue)
propertypropertyValuepublic any sizeGT(string property, any propertyValue)
propertypropertyValuepublic any sizeLE(string property, any propertyValue)
propertypropertyValuepublic any sizeLT(string property, any propertyValue)
propertypropertyValuepublic any sizeNE(string property, any propertyValue)
propertypropertyValuepublic any sqlRestriction(string sql)
sql
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||