| runtimetype = UBIK.Kernel.Query
}}
In UBIK, queries are used for fetching a list of [[Contentclass|ContentClasses]] from the database. Queries use data base mechanism for perfomant data access and will deliver a list of objects of a certain [[Metaclass]].
Queries can be used in different scenarios:
* data fetching (n records)
* finding a single or a set of recordset(s)
* used as definition of root nodes in a [[View]]
{{HintMethods}}
== Query, QueryItem ==