oRMExecuteQuery

Description

Executes an Hibernate Query Language (HQL) query.

Categories

Syntax

ormExecuteQuery( hql [,unique] [,queryoptions])

Attributes

AttributeDescriptionRequiredDefault
hqlThe HQL query to be executed.
queryoptionsThe object parameters for the entity.
uniqueSpecifies if the object parameter is unique

Returns

array of objects

Example

For detailed examples see Using queries.