Uses of Class
org.synyx.hades.dao.query.QueryMethod

Packages that use QueryMethod
org.synyx.hades.dao.query   
 

Uses of QueryMethod in org.synyx.hades.dao.query
 

Methods in org.synyx.hades.dao.query with parameters of type QueryMethod
static QueryCreationException QueryCreationException.create(QueryMethod method, java.lang.String message)
          Creates a new QueryCreationException.
static QueryCreationException QueryCreationException.create(QueryMethod method, java.lang.Throwable cause)
          Creates a new QueryCreationException for the given QueryMethod and Throwable as cause.
static QueryCreationException QueryCreationException.invalidProperty(QueryMethod method, java.lang.String propertyName)
          Rejects the given domain class property.
abstract  HadesQuery QueryLookupStrategy.resolveQuery(QueryMethod method, javax.persistence.EntityManager em)
          Resolves a HadesQuery from the given QueryMethod that can be executed afterwards.
 



Copyright © 2009-2010 Synyx GmbH & Co. KG. All Rights Reserved.