WAS v8.5 > End-to-end pathsEnd-to-end paths for Dynamic and EJB query
This page provides a starting point for finding information about dynamic query, a WebSphere programming extension for unprecedented application flexibility. This information also includes Enterprise JavaBeans query, the Java feature upon which the WebSphere extension is built.
Dynamic query lets you dynamically build and submit queries that select, sort, join, and perform calculations on application data at run time.
Dynamic query service provides the ability to pass in and process EJB query language queries at run time, eliminating the need to hard-code required queries into deployment descriptors during application development.
Subtopics
- Use EJB query
The EJB query language is used to specify a query over container-managed entity beans. The language is like structured query language (SQL). An EJB query is independent of the bean mapping to a persistent store.
Related information:
Develop Dynamic and EJB query