public class PartTreeJpaQuery extends AbstractJpaQuery
AbstractJpaQuery implementation based on a PartTree.| 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. |
protected JpaQueryExecution |
getExecution() |
applyHints, applyQueryHint, createBinder, createCountQuery, createQuery, execute, getEntityManager, getMetamodel, getQueryMethod, getTypeToReadpublic 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.protected JpaQueryExecution getExecution()
getExecution in class AbstractJpaQueryCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.