public class HibernateRepository extends AbstractVendorRepository implements JoinerVendorRepository
| Constructor and Description |
|---|
HibernateRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFetch(com.mysema.query.jpa.impl.JPAQuery query,
JoinDescription joinDescription,
Collection<JoinDescription> joins,
com.mysema.query.types.EntityPath<?> rootPath) |
com.mysema.query.jpa.impl.JPAQuery |
createQuery(javax.persistence.EntityManager entityManager) |
<T> List<T> |
getResultList(com.mysema.query.jpa.impl.JPAQuery query,
com.mysema.query.types.Expression<T> projection) |
addJoinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJoinpublic com.mysema.query.jpa.impl.JPAQuery createQuery(javax.persistence.EntityManager entityManager)
createQuery in interface JoinerVendorRepositorypublic void addFetch(com.mysema.query.jpa.impl.JPAQuery query,
JoinDescription joinDescription,
Collection<JoinDescription> joins,
com.mysema.query.types.EntityPath<?> rootPath)
addFetch in interface JoinerVendorRepositorypublic <T> List<T> getResultList(com.mysema.query.jpa.impl.JPAQuery query, com.mysema.query.types.Expression<T> projection)
getResultList in interface JoinerVendorRepositoryCopyright © 2016. All rights reserved.