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:
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[] values)
           
 javax.persistence.Query createQuery(Object[] values)
           
 
Methods inherited from class org.springframework.data.jpa.repository.query.AbstractJpaQuery
createBinder, execute, getEntityManager, getExecution, 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[] values)
Specified by:
createQuery in class AbstractJpaQuery

createCountQuery

public javax.persistence.Query createCountQuery(Object[] values)
Specified by:
createCountQuery in class AbstractJpaQuery

Spring Data Jpa

Copyright © 2011-2012 SpringSource. All Rights Reserved.