Spring Data Jpa

Uses of Class
org.springframework.data.jpa.repository.query.JpaQueryExecution

Packages that use JpaQueryExecution
org.springframework.data.jpa.repository.query Query implementation to exectue queries against JPA. 
 

Uses of JpaQueryExecution in org.springframework.data.jpa.repository.query
 

Methods in org.springframework.data.jpa.repository.query that return JpaQueryExecution
protected  JpaQueryExecution AbstractJpaQuery.getExecution()
           
 

Methods in org.springframework.data.jpa.repository.query with parameters of type JpaQueryExecution
protected  Object PartTreeJpaQuery.doExecute(JpaQueryExecution execution, Object[] parameters)
           
protected  Object AbstractStringBasedJpaQuery.doExecute(JpaQueryExecution execution, Object[] parameters)
           
protected abstract  Object AbstractJpaQuery.doExecute(JpaQueryExecution execution, Object[] parameters)
           
 


Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.