public abstract class AbstractVendorRepository extends Object implements JoinerVendorRepository
| Constructor and Description |
|---|
AbstractVendorRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
addJoin(com.querydsl.jpa.impl.JPAQuery<?> query,
JoinDescription joinDescription) |
<T> List<T> |
getResultList(com.querydsl.jpa.impl.JPAQuery<T> query,
com.querydsl.core.types.Expression<T> projection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddFetch, createQuerypublic void addJoin(com.querydsl.jpa.impl.JPAQuery<?> query,
JoinDescription joinDescription)
addJoin in interface JoinerVendorRepositorypublic <T> List<T> getResultList(com.querydsl.jpa.impl.JPAQuery<T> query, com.querydsl.core.types.Expression<T> projection)
getResultList in interface JoinerVendorRepositoryCopyright © 2018. All rights reserved.