coldbox.system.orm.hibernate.criterion

Class Subqueries

WEB-INF.cftags.component
        extended by coldbox.system.orm.hibernate.criterion.Restrictions
            extended by coldbox.system.orm.hibernate.criterion.Subqueries
Class Attributes:
  • singleton
  •  

    ******************************************************************************* 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
    None

    Constructor Detail

    init

    public init(any criteria)

    Parameters:
    criteria

    Method Detail

    exists

    public any exists()


    getNativeClass

    public any getNativeClass()

    Overrides:
    getNativeClass in class Restrictions

    notExists

    public any notExists()


    propertyEq

    public any propertyEq(string property)

    Parameters:
    property

    propertyEqAll

    public any propertyEqAll(string property)

    Parameters:
    property

    propertyGe

    public any propertyGe(string property)

    Parameters:
    property

    propertyGeAll

    public any propertyGeAll(string property)

    Parameters:
    property

    propertyGeSome

    public any propertyGeSome(string property)

    Parameters:
    property

    propertyGt

    public any propertyGt(string property)

    Parameters:
    property

    propertyGtAll

    public any propertyGtAll(string property)

    Parameters:
    property

    propertyGtSome

    public any propertyGtSome(string property)

    Parameters:
    property

    propertyIn

    public any propertyIn(string property)

    Parameters:
    property

    propertyLe

    public any propertyLe(string property)

    Parameters:
    property

    propertyLeAll

    public any propertyLeAll(string property)

    Parameters:
    property

    propertyLeSome

    public any propertyLeSome(string property)

    Parameters:
    property

    propertyLt

    public any propertyLt(string property)

    Parameters:
    property

    propertyLtAll

    public any propertyLtAll(string property)

    Parameters:
    property

    propertyLtSome

    public any propertyLtSome(string property)

    Parameters:
    property

    propertyNe

    public any propertyNe(string property)

    Parameters:
    property

    propertyNotIn

    public any propertyNotIn(string property)

    Parameters:
    property

    subEq

    public any subEq(any value)

    Parameters:
    value

    subEqAll

    public any subEqAll(any value)

    Parameters:
    value

    subGe

    public any subGe(any value)

    Parameters:
    value

    subGeAll

    public any subGeAll(any value)

    Parameters:
    value

    subGeSome

    public any subGeSome(any value)

    Parameters:
    value

    subGt

    public any subGt(any value)

    Parameters:
    value

    subGtAll

    public any subGtAll(any value)

    Parameters:
    value

    subGtSome

    public any subGtSome(any value)

    Parameters:
    value

    subIn

    public any subIn(any value)

    Parameters:
    value

    subLe

    public any subLe(any value)

    Parameters:
    value

    subLeAll

    public any subLeAll(any value)

    Parameters:
    value

    subLeSome

    public any subLeSome(any value)

    Parameters:
    value

    subLt

    public any subLt(any value)

    Parameters:
    value

    subLtAll

    public any subLtAll(any value)

    Parameters:
    value

    subLtSome

    public any subLtSome(any value)

    Parameters:
    value

    subNe

    public any subNe(any value)

    Parameters:
    value

    subNotIn

    public any subNotIn(any value)

    Parameters:
    value