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

Packages that use QueryCreationException
org.synyx.hades.dao.query Package for the query abstraction. 
 

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

Methods in org.synyx.hades.dao.query that return QueryCreationException
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.
 



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