Named queries
You can add peprared statements configurations and make paramterized class to them
- lookupNamedQuery(query,value)
The query must be stored under the name: "NamedQueryLookup" + query
The value will be inserted into the ? parameter an escaped properly
SELECT CVR FROM data_company WHERE NAME = ?
If call is made from an entity the Query will be stored in either
- Entity configuration
- System configuration