Interface ParameterizedQuery
- All Superinterfaces:
Query, Serializable
- All Known Implementing Classes:
ObjectSelect, PrefetchSelectQuery, ProcedureQuery, SQLTemplate
Defines a query that can serve as a template for other queries. ParameterizedQuery
interface is used mainly in DataContext convenience methods, simplifying execution of
the mapped queries.
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptioncreateQuery(Map<String, ?> parameters) Creates a new query based on current query as a template, and using a Map of named parameters.Methods inherited from interface Query
createSQLAction, getMetaData, route
-
Method Details
-
createQuery
-