Uses of Interface
info.joseluismartin.dao.jpa.query.QueryFinder

Packages that use QueryFinder
info.joseluismartin.dao.jpa   
info.joseluismartin.dao.jpa.query   
 

Uses of QueryFinder in info.joseluismartin.dao.jpa
 

Methods in info.joseluismartin.dao.jpa that return QueryFinder
 QueryFinder JpaDao.getQueryFinder()
           
 

Methods in info.joseluismartin.dao.jpa with parameters of type QueryFinder
 void JpaDao.setQueryFinder(QueryFinder queryFinder)
           
 

Uses of QueryFinder in info.joseluismartin.dao.jpa.query
 

Classes in info.joseluismartin.dao.jpa.query that implement QueryFinder
 class EntityTypeQueryFinder
          Find named queries declared annotated on EntityType.
 class MetamodelQueryFinder
          Find named queries inspecting the PersistenceUnit metamodel
 class QueryFinderSupport
           
 



Copyright © 2012 JDAL. All Rights Reserved.