public class FindAllBySpaceKeyHibernateQueryFactory extends Object implements HibernateContentQueryFactory
| Constructor and Description | 
|---|
FindAllBySpaceKeyHibernateQueryFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.persistence.Query | 
getQuery(javax.persistence.EntityManager entityManager,
        Object... parameters)
Get the JPA implementation of the query this factory wishes to generate. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetQuerypublic FindAllBySpaceKeyHibernateQueryFactory()
public javax.persistence.Query getQuery(javax.persistence.EntityManager entityManager,
                                        Object... parameters)
HibernateContentQueryFactorygetQuery in interface HibernateContentQueryFactoryentityManager - the JPA entityManager in which to create the queryparameters - the parameters to be set on the queryCopyright © 2003–2022 Atlassian. All rights reserved.