public class PartTreeJpaQuery extends AbstractJpaQuery
AbstractJpaQuery implementation based on a PartTree.| Modifier and Type | Method and Description |
|---|---|
javax.persistence.TypedQuery<Long> |
doCreateCountQuery(JpaParametersParameterAccessor accessor)
Creates a
TypedQuery for counting using the given values. |
javax.persistence.Query |
doCreateQuery(JpaParametersParameterAccessor accessor)
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(JpaParametersParameterAccessor accessor)
AbstractJpaQueryQuery instance for the given values.doCreateQuery in class AbstractJpaQueryaccessor - must not be null.public javax.persistence.TypedQuery<Long> doCreateCountQuery(JpaParametersParameterAccessor accessor)
AbstractJpaQueryTypedQuery for counting using the given values.doCreateCountQuery in class AbstractJpaQueryaccessor - must not be null.protected JpaQueryExecution getExecution()
getExecution in class AbstractJpaQueryCopyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.