public class PartTreeJpaQuery extends AbstractJpaQuery
AbstractJpaQuery implementation based on a PartTree.| Constructor and Description |
|---|
PartTreeJpaQuery(JpaQueryMethod method,
javax.persistence.EntityManager em)
Creates a new
PartTreeJpaQuery. |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.TypedQuery<Long> |
doCreateCountQuery(Object[] values)
Creates a
TypedQuery for counting using the given values. |
javax.persistence.Query |
doCreateQuery(Object[] values)
Creates a
Query instance for the given values. |
createBinder, createCountQuery, createQuery, execute, getEntityManager, getExecution, getQueryMethodpublic PartTreeJpaQuery(JpaQueryMethod method, javax.persistence.EntityManager em)
PartTreeJpaQuery.method - em - public javax.persistence.Query doCreateQuery(Object[] values)
AbstractJpaQueryQuery instance for the given values.doCreateQuery in class AbstractJpaQueryvalues - must not be null.public javax.persistence.TypedQuery<Long> doCreateCountQuery(Object[] values)
AbstractJpaQueryTypedQuery for counting using the given values.doCreateCountQuery in class AbstractJpaQueryvalues - must not be null.Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.