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

Packages that use QueryLookupStrategy
org.synyx.hades.dao.orm DAO implementations based on JPA and various implementation providers. 
org.synyx.hades.dao.query Package for the query abstraction. 
 

Uses of QueryLookupStrategy in org.synyx.hades.dao.orm
 

Methods in org.synyx.hades.dao.orm that return QueryLookupStrategy
 QueryLookupStrategy GenericDaoFactory.getQueryLookupStrategy()
          Returns the configured QueryLookupStrategy.
 

Methods in org.synyx.hades.dao.orm with parameters of type QueryLookupStrategy
 void GenericDaoFactory.setQueryLookupStrategy(QueryLookupStrategy queryLookupStrategy)
          Sets the strategy of how to lookup a query to execute finders.
 

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

Methods in org.synyx.hades.dao.query that return QueryLookupStrategy
static QueryLookupStrategy QueryLookupStrategy.fromXml(java.lang.String xml)
          Returns a strategy from the given XML value.
static QueryLookupStrategy QueryLookupStrategy.getDefault()
          Returns the default strategy to be used.
static QueryLookupStrategy QueryLookupStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QueryLookupStrategy[] QueryLookupStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.synyx.hades.dao.query with parameters of type QueryLookupStrategy
QueryMethod(java.lang.reflect.Method method, java.lang.Class<?> domainClass, javax.persistence.EntityManager em, QueryExtractor extractor, QueryLookupStrategy strategy)
          Creates a new QueryMethod from the given parameters.
 



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