OpenWGA 7.6 - Query languages reference

hql / fullhql

Native query options

Native query options are options given to WebTML attribute options, which control some aspects of the query that are native to the current query type. The following options are available:
Option Purpose
lazy | straight Controls the document loading behaviour of the query. Behaviour "lazy" (the default) loads only document keys of result documents, which is faster and may use document data from the cache, but will need to separately load data of those documents that are not yet in the cache. Behaviour "straight" always loads complete documents.