oRMExecuteQuery
Description
Executes an Hibernate Query Language (HQL) query.
Categories
Syntax
ormExecuteQuery( hql [,unique] [,queryoptions])
Attributes
| Attribute | Description | Required | Default |
|---|---|---|---|
| hql | The HQL query to be executed. | ||
| queryoptions | The object parameters for the entity. | ||
| unique | Specifies if the object parameter is unique |
Returns
array of objects
Example
For detailed examples see Using
queries.