public static class ContextInfo.QueryHints extends Object
ContextInfo.QueryHint
instances. Query hints are used to impact
queries and results executed from the ORM in different ways.Constructor and Description |
---|
QueryHints(List<ContextInfo.QueryHint> queryHints) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ContextInfo.QueryHint> |
getQueryHints() |
int |
hashCode() |
boolean |
isForCounting()
Whether or not if the hints contained herein should also apply to count queries, or
should be limited to only fetch queries.
|
void |
setForCounting(boolean forCounting)
Whether or not if the hints contained herein should also apply to count queries, or
should be limited to only fetch queries.
|
String |
toString() |
public QueryHints(List<ContextInfo.QueryHint> queryHints)
public List<ContextInfo.QueryHint> getQueryHints()
public boolean isForCounting()
public void setForCounting(boolean forCounting)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.