public static class ContextInfo.QueryHint extends Object
BroadleafQueryHintKeys
for more information on Broadleaf
specific hints.Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Class<?> |
getFetchType() |
String |
getKey() |
String |
getValue() |
int |
hashCode() |
void |
setFetchType(Class<?> fetchType) |
void |
setKey(String key) |
void |
setValue(String value) |
String |
toString() |
ContextInfo.QueryHint |
withFetchType(Class<?> fetchType)
Optional parameter used to limit the application of the hint to fetches for a specific
entity type.
|
public ContextInfo.QueryHint withFetchType(Class<?> fetchType)
fetchType
- The type for which scope of application should be limitedpublic Class<?> getFetchType()
public String getKey()
public String getValue()
public void setFetchType(Class<?> fetchType)
public void setKey(String key)
public void setValue(String value)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.