Class QueryKey
java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryKey
create
(String queryString, boolean softDeletion, boolean singleResult, javax.persistence.Query jpaQuery, Map<String, Object> additionalCriteriaParameters) boolean
protected boolean
equalsFields
(QueryKey queryKey) protected boolean
equalsParams
(QueryKey queryKey) protected int
generateArrayHashCode
(Object array) protected int
protected int
generateMapHashCode
(Map<String, Object> map) getId()
int
hashCode()
protected boolean
-
Field Details
-
originalQueryString
-
queryString
-
firstRow
protected final int firstRow -
maxRows
protected final int maxRows -
softDeletion
protected final boolean softDeletion -
singleResult
protected final boolean singleResult -
originalNamedParameters
-
namedParameters
-
additionalCriteriaParameters
-
positionalParameters
-
hashCode
protected final int hashCode -
id
-
PARAMETER_TEMPLATE_PATTERN
-
-
Constructor Details
-
QueryKey
-
-
Method Details