Spring Data Jpa

org.springframework.data.jpa.repository.query
Class PartTreeJpaQuery

java.lang.Object
  extended by org.springframework.data.jpa.repository.query.AbstractJpaQuery
      extended by org.springframework.data.jpa.repository.query.PartTreeJpaQuery
All Implemented Interfaces:
org.springframework.data.repository.query.RepositoryQuery

public class PartTreeJpaQuery
extends AbstractJpaQuery

A AbstractJpaQuery implementation based on a PartTree.

Author:
Oliver Gierke

Constructor Summary
PartTreeJpaQuery(JpaQueryMethod method, javax.persistence.EntityManager em)
          Creates a new PartTreeJpaQuery.
 
Method Summary
 javax.persistence.Query createCountQuery(Object[] parameters)
           
 javax.persistence.Query createQuery(Object[] parameters)
           
protected  Object doExecute(JpaQueryExecution execution, Object[] parameters)
           
 
Methods inherited from class org.springframework.data.jpa.repository.query.AbstractJpaQuery
execute, getEntityManager, getExecution, getParameters, getQueryMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartTreeJpaQuery

public PartTreeJpaQuery(JpaQueryMethod method,
                        javax.persistence.EntityManager em)
Creates a new PartTreeJpaQuery.

Parameters:
method -
em -
Method Detail

createQuery

public javax.persistence.Query createQuery(Object[] parameters)

createCountQuery

public javax.persistence.Query createCountQuery(Object[] parameters)

doExecute

protected Object doExecute(JpaQueryExecution execution,
                           Object[] parameters)
Specified by:
doExecute in class AbstractJpaQuery

Spring Data Jpa

Copyright © 2011 SpringSource. All Rights Reserved.