Uses of Interface
com.elasticpath.persistence.Query

Packages that use Query
com.elasticpath.persistence   
com.elasticpath.persistence.impl   
 

Uses of Query in com.elasticpath.persistence
 

Methods in com.elasticpath.persistence that return Query
 Query PersistenceSession.createQuery(java.lang.String queryString)
          Creates and returns a query based on the given query string.
 Query PersistenceSession.createSQLQuery(java.lang.String queryString)
          Creates and returns a sql query based on the given query string.
 

Uses of Query in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement Query
 class HibernateQueryImpl
          The hibernate implementation of a query in ElasticPath.
 

Methods in com.elasticpath.persistence.impl that return Query
 Query HibernateSessionImpl.createQuery(java.lang.String queryString)
          Creates and returns a query based on the given query string.
 Query HibernateSessionImpl.createSQLQuery(java.lang.String queryString)
          Creates and returns a query based on the given query string.