Class LinkedRSQLQueryDetails
java.lang.Object
com.broadleafcommerce.content.provider.jpa.repository.support.LinkedRSQLQueryDetails
Intended to hold the values from 
CriteriaContext.getLinkedQuery() and
 CriteriaContext.getLinkedNarrowingParams() after processing RSQL filters.- Author:
 - Samarth Dhruva (samarthd)
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLinkedRSQLQueryDetails(jakarta.persistence.criteria.CriteriaQuery<?> linkedQuery, Map<String, Object> linkedQueryParams)  - 
Method Summary
 
- 
Constructor Details
- 
LinkedRSQLQueryDetails
 
 - 
 - 
Method Details
- 
getLinkedQuery
@Nullable public jakarta.persistence.criteria.CriteriaQuery<?> getLinkedQuery()Holds the value fromCriteriaContext.getLinkedQuery().- See Also:
 - 
CriteriaContext.getLinkedQuery()
 
 - 
getLinkedQueryParams
Holds the value fromCriteriaContext.getLinkedNarrowingParams().- See Also:
 - 
CriteriaContext.getLinkedNarrowingParams()
 
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -