Package org.apache.camel.component.jpa
Interface QueryFactory
-
- All Known Implementing Classes:
QueryBuilder
public interface QueryFactoryA Strategy to create a query to search for objects in a database
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.persistence.QuerycreateQuery(javax.persistence.EntityManager entityManager)Creates a new query to find objects to be processed
-