public abstract class JPAQueryDetails<T> extends Object
| Constructor and Description |
|---|
JPAQueryDetails() |
JPAQueryDetails(EntityGraphHint hint,
String name) |
| Modifier and Type | Method and Description |
|---|---|
abstract com.querydsl.jpa.impl.JPAQuery<T> |
completeQuery(com.querydsl.jpa.impl.JPAQuery<T> query) |
EntityGraphSetting |
getEntityGraphSetting() |
public JPAQueryDetails()
public JPAQueryDetails(EntityGraphHint hint, String name)
public EntityGraphSetting getEntityGraphSetting()
Copyright © 2020. All rights reserved.