Commit Graph

1263 Commits

Author SHA1 Message Date
Steve Ebersole fd9d168d19 HHH-7193 - Transaction Rollback not clearing statement batch on Prepared Statement causes issues with statement caching 2012-03-29 13:03:56 -05:00
Shawn Clowater b09e2729c0 HHH-7193
Added clearBatch() to the releaseStatements() of AbstractBatchImpl in order to prevent batches from rolled back transactions being applied.

Added StatementCacheTest to illustrate the issue.

Added a validator dependency for c3p0 tests since I needed to have the batch semi aborted.
2012-03-29 13:03:56 -05:00
Emmanuel Bernard d159dcef6f HHH-7200 SessionFactoryObservers should be notified of the close event in reverse order of the create event 2012-03-27 15:44:16 +02:00
Shawn Clowater b2c4585921 HHH-7194
Fixed NullPointerException when using nested Subqueries in the CriteriaAPI when trying to determine the entity name and test that demonstrates the issue.
2012-03-26 22:36:03 -05:00
Steve Ebersole ff394e4a6a HHH-6915 - Restrictions.ilike(String propertyValue, Object value) does not correctly initialize LikeExpresison 2012-03-26 21:13:16 -05:00
Steve Ebersole cf181b41b5 HHH-7199 - proper JTA and auto-commit interaction for envers testsuite 2012-03-26 20:09:18 -05:00
Strong Liu d3b640cb75 HHH-7197 reimport imports 2012-03-26 16:17:45 +08:00
Strong Liu d2852e3c4d a little improvment on the build script 2012-03-23 16:02:45 +08:00
Steve Ebersole e24451637d HHH-7190 - Cache JDBC proxy class defintions 2012-03-22 09:04:44 -05:00
Steve Ebersole 624855c438 HHH-5732 - @OrderColumn not updated if @OneToMany has mappedby defined 2012-03-21 11:19:35 -05:00
Steve Ebersole 23f49f19b5 HHH-1657 - hql update generate wrong sql with joined subclass hierarcy 2012-03-20 21:52:49 -05:00
Steve Ebersole 4f64b56a88 HHH-7160 - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed 2012-03-20 13:34:19 -05:00
Steve Ebersole fb0b90bd2d HHH-7191 - NaturalIdCache improperly declared 2012-03-20 13:34:18 -05:00
Steve Ebersole 1877315ee3 HHH-7090 - Temporary session closing affects original session 2012-03-20 08:40:50 -05:00
Strong Liu 38c4f02cea HHH-7107 org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97 2012-03-20 13:21:42 +08:00
Steve Ebersole 5d6d9b87c1 HHH-7020 - Connection leak with nested sessions 2012-03-19 19:09:44 -05:00
Steve Ebersole 5a1d523b4d HHH-7090 - Temporary session closing affects original session 2012-03-19 17:34:15 -05:00
Hardy Ferentschik 60c1b23c7b HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called. 2012-03-19 23:19:46 +08:00
Hardy Ferentschik fa1183f3f9 HHH-6271 Unifying error logger in XMLHelper and standalone ErrorLogger. Removing the former and integrating some features of the latter into ErrorLogger.
Also using a deferred logging approach.
2012-03-19 23:19:45 +08:00
Hardy Ferentschik 6c0ebd40a5 HHH-6271 Adding some more tests 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 8373871c30 HHH-6271 Javadocs and some generics fixes 2012-03-19 23:19:45 +08:00
Hardy Ferentschik ddcd060441 HHH-6271 Adding explicit test showing that orm version 1 works 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 9272a905a0 HHH-6271 Fixing a typo in class name 2012-03-19 23:19:45 +08:00
Hardy Ferentschik 99be673a32 HHH-6271 Formatting and adding consistent licence header. Removing $Id which is a legacy from svn.
No functional changes
2012-03-19 23:19:44 +08:00
Steve Ebersole ee9b3585c5 HHH-7020 - Connection leak with nested sessions 2012-03-15 10:18:05 -05:00
Strong Liu e049fd6296 uid is a oracle keyword 2012-03-15 16:48:20 +08:00
Strong Liu b145388625 HHH-7174 org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fails due to test cases interdependent 2012-03-15 16:41:09 +08:00
Steve Ebersole ef41cdd6dd HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 17:56:10 -05:00
Steve Ebersole 8ffdc614d7 HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's 2012-03-14 15:11:29 -05:00
Steve Ebersole 77393f77f9 HHH-7167 - The new natural id code introduced in 4.1.1 depends on the order the entity persisters are loaded which leads to fatal errors 2012-03-14 14:25:27 -05:00
Steve Ebersole c7afef512e HHH-7158 - Regression: null values on NaturalId's at persist-time are causing subsequent NPE's and wrong behaviour 2012-03-14 13:36:47 -05:00
Steve Ebersole e532dc5e7d HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-14 12:05:28 -05:00
Strong Liu 90d02e669b HHH-7169 - fix failling tests 2012-03-14 14:26:07 +08:00
Steve Ebersole 87941b89aa HHH-7169 - Use ClassLoaderService to load JDBC driver classes 2012-03-13 14:51:04 -05:00
Steve Ebersole c3fc7f3214 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Steve Ebersole 41dd7079e0 HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts 2012-03-13 12:27:48 -05:00
Strong Liu b51b2ff4cb HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6) 2012-03-13 21:58:48 +08:00
Steve Ebersole dceda48ff1 HHH-7162 - Use concise artifact syntax in build scripts 2012-03-09 13:40:26 -06:00
Zbyněk Roubalík 3e99b2c440 HHH-7159 Database keywords causes failure of some tests in org.hibernate.test.collection.custom 2012-03-08 15:40:44 +01:00
Steve Ebersole 05c3679373 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-07 20:40:42 -06:00
Strong Liu 94e79944b8 HHH-5927 remove logging guard and correct javadoc 2012-03-06 23:28:22 +08:00
Strong Liu b4659173a8 1. remove commons-collections dependency.
2. moved org.hibernate.internal.util.collections.ConcurrentReferenceHashMap from envers module to core, and change it to doesn't allow null key / value.
3. Using ConcurrentReferenceHashMap this to replace old ReferenceMap (from commons-collections) which used in StatefulPersistenceContext.
4. copied org.hibernate.internal.util.collections.BoundedConcurrentHashMap from infinispan code base.
5. deprecate properties QUERY_PLAN_CACHE_MAX_STRONG_REFERENCES and QUERY_PLAN_CACHE_MAX_SOFT_REFERENCES
6. add two new properties QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE and QUERY_PLAN_CACHE_MAX_SIZE
7. remove LRUMap, SimpleMRUCache and SoftLimitMRUCache
2012-03-06 23:28:22 +08:00
Strong Liu 01fe115adf HHH-6100 unqualify entity name and minor improvement 2012-03-06 23:04:32 +08:00
Strong Liu ae5d030ae1 HHH-6100 Bug fix related to CriteriaQuery (JPA) when using XML mappings 2012-03-06 23:04:31 +08:00
Steve Ebersole 7a9cdb5379 HHH-7147 - ServiceRegistry is starting services twice 2012-03-05 15:06:25 -06:00
Steve Ebersole 3d3ac538d8 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-05 15:06:10 -06:00
Steve Ebersole 36c135ab66 HHH-4417 - Add annotation support for UserCollectionType 2012-03-05 10:24:47 -06:00
Steve Ebersole 497f700c16 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-03 16:51:58 -06:00
Steve Ebersole ba6ad4d072 HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly 2012-03-02 17:09:43 -06:00
Laird Nelson a3b02e404d Fixed bug https://hibernate.onjira.com/browse/HHH-6883. 2012-03-02 14:06:51 -06:00
Steve Ebersole d7d9f0dfb2 HHH-4417 - Add annotation support for UserCollectionType 2012-03-02 13:17:14 -06:00
Steve Ebersole 0732db14b8 HHH-7097 - Entity load event doesn't result in naturalId->pk caching 2012-03-02 12:47:01 -06:00
Steve Ebersole a889b6cca1 HHH-7097 - Entity load event doesn't result in naturalId->pk caching 2012-03-01 13:22:09 -06:00
Steve Ebersole 7678917313 Merge branch 'HHH-7097' of https://github.com/edalquist/hibernate-core 2012-03-01 10:45:15 -06:00
Steve Ebersole 9bbcf5a6d0 HHH-7095 - Handle RegionFactory.buildNaturalIdRegion throwing UnsupportedOperationException 2012-03-01 10:40:59 -06:00
Steve Ebersole 93b0955641 Merge branch 'HHH-7095' of https://github.com/edalquist/hibernate-core 2012-03-01 10:34:38 -06:00
Steve Ebersole 9768dacb6f Merge branch 'HHH-7094' of https://github.com/edalquist/hibernate-core 2012-03-01 10:30:10 -06:00
Steve Ebersole 9f4fd48603 HHH-7085 - Entities marked as @Immutable that have a @NaturalId fail to be inserted with NPE 2012-03-01 10:01:23 -06:00
Eric Dalquist f1a54aeadf HHH-7085 Use the in-flight state for naturalId caching
Pass the current state Object[] from the event into the SPC to use
for naturalId caching
2012-03-01 10:01:22 -06:00
Eric Dalquist b5ba7bef42 HHH-7085 Add delete to immutable test 2012-03-01 10:01:22 -06:00
Eric Dalquist 571266aa3d HHH-7085 Add unit test that demonstrates error
Add unit test for @Immutable entity that has an @NaturalId
2012-03-01 10:01:21 -06:00
Steve Ebersole d66d335f29 HHH-7023 - Deprecate HQL-specific (JDBC-style) positional parameters 2012-02-29 18:00:15 -06:00
Steve Ebersole 982aad716f HHH-7129 - Throw exception when metadata attempts to spread @NaturalId across an entity hierarchy 2012-02-29 15:32:54 -06:00
Strong Liu 1278d12000 minor change and reformat partial code 2012-02-26 23:37:33 +08:00
Lukasz Antoniak 4e2d7d123d HHH-7117 - Fix and test 2012-02-24 21:35:17 +01:00
Strong Liu 84f3821c03 HHH-7102 Misleading error message is shown when no RegionFactory is manually set 2012-02-23 16:55:02 +08:00
Eric Dalquist c0b66d5298 HHH-7097 Cache naturalId mapping on load event 2012-02-21 11:15:21 -06:00
Eric Dalquist e18cba8761 HHH-7095 Handle UnsupportedOperationException from RegionFactory.buildNaturalIdRegion
Disable 2L naturalId caching if an UnsupportedOperationException is thrown
2012-02-21 10:49:11 -06:00
Eric Dalquist ec86bf9d1f HHH-7094 Call autoFlushIfRequired before naturalId query execution 2012-02-21 10:40:59 -06:00
Steve Ebersole 2107411faf HHH-7046 - Polymorphic query by natural ID broken 2012-02-15 17:18:41 -06:00
Steve Ebersole 7861fdee44 HHH-7067 - Update build to work with Gradle m8 2012-02-15 16:33:45 -06:00
Sanne Grinovero 40146b2920 avoid declaring unthrown exception 2012-02-15 15:17:45 +00:00
Sanne Grinovero ebd78e9bb1 Convert grammars to use StringBuilder as well 2012-02-15 15:17:45 +00:00
Sanne Grinovero 37dafa2a5a Replace many StringBuffer occurrences with StringBuilder 2012-02-15 15:17:45 +00:00
Sanne Grinovero a8dee131e4 Incorrect buffer size estimate for string concatenation in InterbaseDialect 2012-02-15 15:17:45 +00:00
Sanne Grinovero b3bb6d6dd6 remove dead code from boolean operand 2012-02-15 15:17:45 +00:00
Sanne Grinovero 10df95bbcd SimpleProjection should reuse commonly generated Strings 2012-02-15 15:17:45 +00:00
Sanne Grinovero f9ab0eb6ae HHH-7066 More code taking advantage from the Clob extraction 2012-02-15 15:17:45 +00:00
Sanne Grinovero 98082feb11 HHH-7066 use a larger buffer by default 2012-02-15 15:17:45 +00:00
Sanne Grinovero 818dd5959d HHH-7066 Extract a constant for the suggested default read buffer size 2012-02-15 15:17:45 +00:00
Sanne Grinovero 2710576f45 HHH-7066 optimize for a special but not unlikely case 2012-02-15 15:17:45 +00:00
Sanne Grinovero 18185e58f0 HHH-7066 make sure buffer size is at least 1 2012-02-15 15:17:44 +00:00
Sanne Grinovero f51779d2f7 HHH-7066 byte arrays to String conversion benefits from initial buffer size 2012-02-15 15:17:44 +00:00
Sanne Grinovero 98d0b8398d HHH-7066 Use known length from Clob to allocate StringBuffer 2012-02-15 15:17:44 +00:00
Sanne Grinovero 6497ff6a52 HHH-7066 Allocate smaller buffer if possible 2012-02-15 15:17:44 +00:00
Sanne Grinovero 939d7fc4c9 Remove defenses against non-JDBC4 class existance 2012-02-15 15:17:44 +00:00
Sanne Grinovero b7d80b8e6d whitespace and formatting fixes 2012-02-15 15:17:44 +00:00
Strong Liu c83b540218 HHH-3718 rolling back changes 2012-02-14 18:53:28 +08:00
nrodrigues e6df116a49 HHH-6946 - Add support for the AS400 (iSeries) system to
StandardDialectResolver
2012-02-14 16:50:59 +08:00
Michael Rudolf 22a6283e6d HHH-3718 - Do not initialize proxy upon call to ID getter when using
AccessType.FIELD
2012-02-14 16:37:42 +08:00
Adam Bryzak 506f61fa66 Fixed boolean literals in Derby versions 10.7+ 2012-02-14 08:53:03 +10:00
Steve Ebersole 209abeafa8 HHH-7047 - Fix problems created by HHH-7044 2012-02-09 09:44:19 -06:00
George Gastaldi e1a78dfd4a HHH-7041: Fixed error in Pattern regexp and removed static from protected methods 2012-02-08 23:07:10 -06:00
George Gastaldi 0ada357889 HHH-7041: Fix for messing up DISTINCT clause 2012-02-08 18:21:21 -06:00
Gail Badner edda5ec7f4 HHH-7034 : java.sql.SQLTimeoutException should be mapped to org.hibernate.QueryTimeoutException 2012-02-08 11:24:34 -06:00
Steve Ebersole 199d08210d HHH-6974 - Add caching to new "load access" api for natural id loading 2012-02-08 09:08:31 -06:00
Eric Dalquist 368c4cc2bc HHH-6974 Redirect naturalId criteria queries to new API
Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statisticsHHH-6974 Redirect naturalId criteria queries to new API

Add a check in SessionImpl for critera queries that use the NaturalIdentifier criterion and
redirect the call to NaturalIdLoadAccess

Add NaturalId query execution tracking into the statistics
2012-02-08 09:08:31 -06:00
Steve Ebersole 79774a0453 HHH-7030 - EventListenerRegistry interface generic declaration is not extensible to subclasses 2012-02-08 07:37:23 -06:00
Gail Badner 4595df2395 HHH-7032 : Deprecate Dialect.buildSQLExceptionConverter() 2012-02-07 23:59:54 -06:00
Gail Badner b8acbc85e6 HHH-6944 : Remove OracleSQLExceptionConversionDelegate 2012-02-07 23:15:51 -06:00
Gail Badner 5081861dd8 HHH-6944 : Update Dialects to return SQLExceptionConversionDelegate 2012-02-07 23:15:51 -06:00
Steve Ebersole ae872ed898 HHH-6974 - Add caching to new "load access" api for natural id loading 2012-02-07 09:25:50 -06:00
Eric Dalquist 1569e6194b HHH-6974 Complete second level caching of natural id resolution 2012-02-07 08:34:23 -06:00
Eric Dalquist ef22e31068 HHH-6974 Adding hooks into NaturalIdRegionAccessStrategy
Created NaturalIdCacheKey to encapsulate the key for caching a naturalid
Adding hooks into NaturalIdRegionAccessStrategy from StatefulPersistenceContext
for load/insert/update/delete events on entities
2012-02-07 08:34:23 -06:00
Eric Dalquist c473520585 HHH-6974 Class level naturalId cache and stats
Add class level @NaturalIdCache annotation to denote if second level natualId caching should be done
Flush out stats model for naturalId cache related stats
Add ehcache support classes for naturalId region
2012-02-07 08:34:23 -06:00
Eric Dalquist 72fe79a3f2 HHH-6974 Addition of NaturalIdRegion SPI
Adds NaturalIdRegion to RegionFactory
Adds creation of NaturalIdRegions to SessionFactoryImpl setup
Basic copy of collection cache region behavior for first pass at naturalId region support in ehcache
2012-02-07 08:34:23 -06:00
Eric Dalquist 780305d861 HHH-7009 HHH-7014 : Reorg dialiect class names per Jira feedback and deprecate PostgreSQLDialect
Primary dialects are now versioned with the non-versioned
dialect class remaining but deprecated for compatibility
2012-02-06 10:18:05 -06:00
Eric Dalquist b72923070e HHH-7009 Create new PostgreSQL 8.2 Dialect
Create dialect for Postgres 8.2 and later which supports "if exists"
in drop statements. Update resolver to return the correct dialect
version.
2012-02-06 09:57:21 -06:00
Strong Liu a512ede38b code format and simple improvement 2012-02-03 05:34:39 +08:00
Steve Ebersole 8bead4f084 HHH-7011 - Document multi-tenancy 2012-01-31 19:59:37 -06:00
Steve Ebersole 89911003e3 HHH-6336 - Add TenantIdentifierResolver 2012-01-31 12:40:19 -06:00
Gail Badner 230cff7d00 HHH-3218 : ManyToOne Persisting Cascade in Embeddable as part of ElementCollection 2012-01-30 13:37:57 -08:00
Steve Ebersole bfb7fc8596 HHH-6998 - Expand CustomEntityDirtinessStrategy to define findDirty 2012-01-28 09:44:49 -06:00
Steve Ebersole 91847d7027 HHH-6998 - Expand CustomEntityDirtinessStrategy to define findDirty 2012-01-27 14:51:01 -06:00
Gail Badner ebee6b731e HHH-6957 : Throw TransientPropertyValueException if there are unresolved entity insert actions after persist/save/merge listeners execute 2012-01-27 00:15:38 -08:00
Gail Badner bb4738b1e4 HHH-5299 : Multi-Level cascading of unsaved instances with bidirectional associations fails with TransientObjectException 2012-01-26 19:33:37 -08:00
Steve Ebersole 253cb0a9d3 HHH-6580 - Discriminator value used as ID when inserting entity to PosgtreSQL 2012-01-26 14:37:00 -06:00
Steve Ebersole fa6a2f6159 HHH-6580 - Discriminator value used as ID when inserting entity to PosgtreSQL 2012-01-25 22:07:50 -06:00
Steve Ebersole 917eef5ad1 HHH-6580 - Discriminator value used as ID when inserting entity to PosgtreSQL 2012-01-25 15:56:25 -06:00
Paweł Stawicki f69813fad0 HHH-6580 Discriminator value used as ID when inserting entity to PostgreSQL 2012-01-25 15:56:25 -06:00
Steve Ebersole 72e382b045 HHH-3910 - custom dirty flag tracking 2012-01-25 12:38:57 -06:00
Steve Ebersole 23a62802c8 HHH-4358 - Having to use @ForceDiscriminator kind of breaks JPA compatibility 2012-01-24 13:42:57 -06:00
Steve Ebersole 6258df4752 HHH-3910 - custom dirty flag tracking 2012-01-23 22:50:35 -06:00
Scott Marlow aef0e25405 HHH-6984 only increment statistics if statistics are enabled 2012-01-23 17:34:21 -05:00
Steve Ebersole 537481adbd HHH-6923 - Remove org.hibernate.service.instrumentation.spi.InstrumentationService 2012-01-23 14:49:23 -06:00
Steve Ebersole d50a66bc20 HHH-6970 - Expand notion of "natural id mutability" to ternary value 2012-01-23 12:11:46 -06:00
Steve Ebersole b0ba04d09b HHH-6974 - Add caching to new "load access" api for natural id loading 2012-01-21 08:39:37 -06:00
Steve Ebersole bbac2fd220 HHH-6974 - Add caching to new "load access" api for natural id loading 2012-01-20 21:25:38 -06:00
Steve Ebersole 33d399f186 HHH-6974 - Add caching to new "load access" api for natural id loading 2012-01-20 21:16:59 -06:00
Steve Ebersole 622d9b37b9 HHH-6994 - Have EntityEntry fire notification to PersistenceContext on loadedState being updated 2012-01-20 20:45:17 -06:00
Steve Ebersole e0a09dbd79 HHH-6970 - Expand notion of "natural id mutability" to ternary value 2012-01-20 10:51:17 -06:00
Steve Ebersole 73dec965a0 HHH-6970 - Expand notion of "natural id mutability" to ternary value 2012-01-20 10:51:17 -06:00
Steve Ebersole 57e9b48587 HHH-6970 - Expand notion of "natural id mutability" to ternary value 2012-01-20 10:51:17 -06:00
Gail Badner 0c80b409a1 HHH-5472 : test fixes for dialects that don't support identities 2012-01-19 15:49:11 -08:00
Steve Ebersole 9ff70a8acf HHH-6985 - Change up tests for PostgreSQL LockMode issues 2012-01-19 10:42:20 -06:00
Gail Badner 66a9f21e89 HHH-5472 : Delay saving an entity if it does not cascade the save to non-nullable transient entities 2012-01-18 18:10:47 -08:00
Gail Badner ea7afb2683 HHH-5472 : Added tests for delaying entity save due to non-nullable transient entities 2012-01-18 18:10:47 -08:00
Gail Badner e11e9631c7 HHH-5472 : Delay saving an entity if it does not cascade the save to non-nullable transient entities 2012-01-18 18:10:47 -08:00
Steve Ebersole e52d184b51 HHH-2879 - add an actual api for loading an entity by natural candidate key (mapped natural-id) 2012-01-16 10:33:05 -06:00
Steve Ebersole 3071fa892f HHH-2879 - create a SimpleNaturalIdLoadAccess for easier access for simple (single attribute) natural ids 2012-01-13 15:23:02 -06:00
Steve Ebersole e75b8a77b1 HHH-6967 - HHH-6906 - Clean up javadoc warnings 2012-01-13 11:17:34 -06:00
Steve Ebersole fb3566b467 HHH-2879 - initial clean implementation with no caching 2012-01-12 16:15:49 -06:00
edalquist e01ea2ecf8 HHH-2879 Apply hibernate code templates and formatting 2012-01-12 16:15:35 -06:00
edalquist f74c5a7fa5 HHH-2879 Apply hibernate code templates and formatting 2012-01-12 16:15:19 -06:00
edalquist 8de0f76df1 HHH-2879 Cache naturalId -> entityId sql on init 2012-01-12 16:15:03 -06:00
edalquist eecee618c6 HHH-2879 Add ResolveNaturalId event, listener and entity persister api
HHH-2879 Adds ResolveNaturalIdEvent with listener and default impl
HHH-2879 Adds API to EntityPersister to get an entity's ID based on its natural-id
HHH-2879 Add unit test for initial verification of loading an entity by natural-id
2012-01-12 16:14:28 -06:00
edalquist 8796fe5ed6 HHH-2879 Remove use of generics due to proxy issues 2012-01-12 16:13:45 -06:00
edalquist 2d03ca322d HHH-2879 Make IdentifierLoadAccess the primary API
HHH-2879 Update all load and get APIs to use byId and IdentifierLoadAccess
2012-01-12 16:13:22 -06:00
edalquist 60b6c7f5eb HHH-2879 Add LoadAccess interfaces to Session API
HHH-2879 Add naive implementation of IdentifierLoadAccess
HHH-2879 Add placeholder implementation of NaturalIdLoadAccess
2012-01-12 16:11:50 -06:00
Strong Liu bd552fe909 code format and correct javadoc 2012-01-11 17:46:18 +08:00
Steve Ebersole a41efe37d5 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-09 17:53:24 -06:00
Steve Ebersole e69104cd23 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-09 17:06:22 -06:00
Steve Ebersole 8d6a07f611 HHH-6887 - Improve SQLStateConverter to take sql state type from the database metadata into account 2012-01-06 16:50:43 -06:00
Steve Ebersole 86f3f3c347 HHH-6940 - Ability (easier) to run bits of code in a timeout protected way 2012-01-05 16:38:19 -06:00
Steve Ebersole f8b5190a19 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-05 16:03:11 -06:00
Steve Ebersole 343269b00d HHH-5124 - Removing an entity and persisting it again fails 2012-01-05 16:03:11 -06:00
Steve Ebersole 76ac264c6a HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-03 20:43:50 -06:00
Steve Ebersole ab94a18c33 HHH-6931 - Provide local database hook 2012-01-03 20:43:15 -06:00
Steve Ebersole ccc087b975 HHH-5275 - Criteria.setLockMode does not work correctly 2012-01-01 18:52:17 -06:00
Steve Ebersole 69f0d092a8 HHH-6854 - testSubsequentPooledLoOptimizerUsage doesn't actually test the PooledLo optimizer 2011-12-30 21:37:50 -06:00
Steve Ebersole d60c168944 HHH-6840 - Add to_char function to HSQLDialect 2011-12-30 21:25:02 -06:00
Steve Ebersole b2f24c6987 HHH-6855 - SequenceStyleGenerator should force use of TableStructure when the optimizer is PooledLo 2011-12-30 21:05:03 -06:00
Steve Ebersole 5071a82458 HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-30 18:48:33 -06:00
Steve Ebersole 2eac7c33ec HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-30 18:47:44 -06:00
Steve Ebersole 8d9f772a90 HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-29 11:03:38 -06:00
Steve Ebersole 00d7baedfa HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-29 10:01:41 -06:00
Steve Ebersole 244623cce9 HHH-6822 - Split notions of (1) "naming" a SessionFactory and (2) specifying a JNDI name to which to bind it 2011-12-29 10:01:41 -06:00
Steve Ebersole 2ddaeedd1e HHH-5275 - Criteria.setLockMode does not work correctly 2011-12-28 12:04:31 -06:00
Steve Ebersole 1e591f09ac HHH-6920 - HQL insert queries and identifier handling 2011-12-27 23:19:04 -06:00
Strong Liu d4e8e9973f HHH-6921 com.fasterxml:classmate dependency should not be exported to published pom 2011-12-28 13:11:18 +08:00
Steve Ebersole d327449d54 HHH-2763 - Allow initialization during flush 2011-12-27 13:53:50 -06:00
Scott Marlow e18d087592 HHH-6897 serialization of the EntityManager should be possible 2011-12-20 12:23:07 -05:00
Steve Ebersole e5f4585521 HHH-5937 - @Enumerated(EnumType.STRING) not taken into account in an @Embeddable included in another @Embeddable 2011-12-14 13:13:33 -06:00
Gail Badner af3767b82a HHH-6872 : Test failures with hibernate.jdbc.batch_versioned_data=true 2011-12-02 02:19:58 -08:00
Hardy Ferentschik 0af7d0645d HHH-6866 Reverting to the char(1) mapping for Types.CHAR 2011-12-01 15:01:27 +01:00
Hardy Ferentschik b0573072e6 HHH-6866 Changing the column type definitions for Types.CHAR and Types.BINARY to align with the DB2 type specs 2011-12-01 15:01:27 +01:00
Hardy Ferentschik c4b4eddeda HHH-6866 Javadoc changes 2011-12-01 15:01:27 +01:00
Hardy Ferentschik 65b3e768fa HHH-6866 Removing commented out code and formatting. No functional changes. 2011-12-01 15:01:27 +01:00
Strong Liu 2e0e130cbe HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 19:45:15 +08:00
Strong Liu 3c3a74e010 HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 17:34:42 +08:00
Strong Liu f9e947035e HHH-6867 test data overflow causes org.hibernate.test.cut.CompositeUserTypeTest.testCustomColumnReadAndWrite fails on DB2 2011-12-01 17:05:07 +08:00
Strong Liu 7fca6f7567 HHH-6870 sysdate function in oracle dialect is a non argu and no parentheses function 2011-12-01 15:48:24 +08:00
Sanne Grinovero 588a9d69e8 HHH-6868 Lazily initialize HashMap in LockOptions 2011-11-30 22:01:22 +00:00
Sanne Grinovero eb23512fc5 HHH-6862 More iteration improvements 2011-11-30 22:01:22 +00:00
Sanne Grinovero a6b761e209 HHH-6862 Some additional small performance improvements 2011-11-30 22:01:04 +00:00
Steve Ebersole eb59e81bb9 HHH-6865 - PessimisticLockException should be thrown when pessimistic read and write locking strategies fail 2011-11-30 12:20:11 -06:00
Strong Liu 3577cbde08 HHH-6856 - RowValueConstructorSyntax with In syntax is not working 2011-12-01 01:03:51 +08:00
Strong Liu a522f049e0 HHH-6780 HHH-6068 2011-11-30 14:57:55 +08:00
Strong Liu 221d5f9ef6 HHH-6862 reduce the reference to IdentityMap 2011-11-30 14:26:38 +08:00
Sanne Grinovero a947a2fc8d HHH-6863 make access to serviceBindingList threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero d158047287 HHH-6863 make serviceBindingMap threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero 7781cb0aa9 HHH-6862 final polish 2011-11-30 11:39:55 +08:00
Sanne Grinovero d12396ee37 HHH-6862 Reuse cached entryArray of IdentityMap in StatefulPersistenceContext as much as possible 2011-11-30 11:39:54 +08:00
Sanne Grinovero ad3afa4b7d HHH-6862 Switch to use Iterable from Iterator in IdentityMap helpers 2011-11-30 11:39:54 +08:00
Sanne Grinovero aa4954be8b HHH-6862 Improve API of IdentityMap helpers to match actual use cases 2011-11-30 11:39:54 +08:00
Sanne Grinovero 67d1c70335 HHH-6862 Use generic Maps for more StatefulPersistenceContext fields 2011-11-30 11:39:54 +08:00
Sanne Grinovero f98e15e15f HHH-6862 Use generic Map for StatefulPersistenceContext.entityEntries 2011-11-30 11:39:54 +08:00
Sanne Grinovero ddb3a8cd18 HHH-6858 reuse reference to PersistenceContext 2011-11-30 11:39:54 +08:00
Sanne Grinovero fb0255a87a HHH-6858 non-intrusive performance improvements 2011-11-30 11:39:53 +08:00
Strong Liu 9e45ec3baf HHH-6852 DB2 doesn't support exists in select 2011-11-30 11:00:04 +08:00