org.springframework.data.jpa.repository.query
Class PartTreeJpaQuery
java.lang.Object
org.springframework.data.jpa.repository.query.AbstractJpaQuery
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartTreeJpaQuery
public PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
- Creates a new
PartTreeJpaQuery.
- Parameters:
method - em -
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
Copyright © 2011-2012 SpringSource. All Rights Reserved.