Uses of Class
org.datanucleus.store.query.AbstractJPQLQuery
Packages that use AbstractJPQLQuery
Package
Description
Package providing query language support for datastores.
-
Uses of AbstractJPQLQuery in org.datanucleus.store.query
Constructors in org.datanucleus.store.query with parameters of type AbstractJPQLQueryModifierConstructorDescriptionAbstractJPQLQuery
(StoreManager storeMgr, ExecutionContext ec, AbstractJPQLQuery q) Constructs a new query instance having the same criteria as the given query.