public interface JoinerVendorRepository
| 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) |
void |
addJoin(com.mysema.query.jpa.impl.JPAQuery query,
JoinDescription joinDescription) |
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) |
com.mysema.query.jpa.impl.JPAQuery createQuery(javax.persistence.EntityManager entityManager)
void addJoin(com.mysema.query.jpa.impl.JPAQuery query,
JoinDescription joinDescription)
void addFetch(com.mysema.query.jpa.impl.JPAQuery query,
JoinDescription joinDescription,
Collection<JoinDescription> joins,
com.mysema.query.types.EntityPath<?> rootPath)
<T> List<T> getResultList(com.mysema.query.jpa.impl.JPAQuery query, com.mysema.query.types.Expression<T> projection)
Copyright © 2016. All rights reserved.