Class QueryKey
java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryKeycreate(String queryString, boolean softDeletion, boolean singleResult, javax.persistence.Query jpaQuery, Map<String, Object> additionalCriteriaParameters) booleanprotected booleanequalsFields(QueryKey queryKey) protected booleanequalsParams(QueryKey queryKey) protected intgenerateArrayHashCode(Object array) protected intprotected intgenerateMapHashCode(Map<String, Object> map) getId()inthashCode()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