[hibernate-commits] [hibernate/hibernate-orm] 6a2208: HHH-7206 upgrade to infinispan 5.1.1.FINAL

GitHub noreply at github.com
Thu Jun 7 17:13:56 EDT 2012


  Branch: refs/heads/metamodel
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 6a22085e5b34ffbc08dbe405a0abe0fb06d71cf1
      https://github.com/hibernate/hibernate-orm/commit/6a22085e5b34ffbc08dbe405a0abe0fb06d71cf1
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle

  Log Message:
  -----------
  HHH-7206 upgrade to infinispan 5.1.1.FINAL


  Commit: 9b304942ccde9e1b6805a77960162141a40d19dd
      https://github.com/hibernate/hibernate-orm/commit/9b304942ccde9e1b6805a77960162141a40d19dd
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Database_Access.xml
    M documentation/src/main/docbook/devguide/en-US/Transactions.xml
    M documentation/src/main/docbook/devguide/en-US/extras/hibernate.cfg.xml

  Log Message:
  -----------
  HHH-6082 - Integrate EntityManager documentation into dev guide


  Commit: 955f21eca93bc70bd41853cc8d91bda556107caa
      https://github.com/hibernate/hibernate-orm/commit/955f21eca93bc70bd41853cc8d91bda556107caa
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Transactions.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 3cf41ee3dc749518de88270e450b405830c7466e
      https://github.com/hibernate/hibernate-orm/commit/3cf41ee3dc749518de88270e450b405830c7466e
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    R documentation/src/main/docbook/devguide/en-US/Persistence_Context.xml
    R documentation/src/main/docbook/devguide/en-US/Transactions.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/events/Events.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/AuditInterceptor.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/JpaCallbacksExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/LoadListenerExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/SessionFactoryScopedExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/SessionScopedExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/jacc-event-reg-example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/Persistence_Context.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithHibernate.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithJPA.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithJPA2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ContainsWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ContainsWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/DeletingWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/DeletingWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/GetReferenceWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/GetReferenceWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/LoadWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/LoadWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MakingPersistentWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MakingPersistentWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ManagedUpdateWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ManagedUpdateWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MergeWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MergeWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ReattachingWithSession1.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ReattachingWithSession2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/RefreshWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/RefreshWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/UnwrapWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/VisualizingMerge.java
    M documentation/src/main/docbook/devguide/en-US/chapters/services/Services.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/Transactions.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/extras/database-identity.java
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/extras/jvm-identity.java
    R documentation/src/main/docbook/devguide/en-US/extras/database-identity.java
    R documentation/src/main/docbook/devguide/en-US/extras/jvm-identity.java
    M hibernate-entitymanager/src/main/docbook/en/master.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/architecture.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/listeners.xml
    A hibernate-entitymanager/src/main/docbook/en/modules/migrated/listeners.xml
    A hibernate-entitymanager/src/main/docbook/en/modules/non-migrated/architecture.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 0e3cfbde5512cb152aac7514dca9eabe5442118c
      https://github.com/hibernate/hibernate-orm/commit/0e3cfbde5512cb152aac7514dca9eabe5442118c
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    R documentation/src/main/docbook/devguide/en-US/HQL_JPAQL.xml
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/HQL_JPQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/delete_statement_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_bnf.txt

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: c6fa7d3f236847157614650ba836801122c86901
      https://github.com/hibernate/hibernate-orm/commit/c6fa7d3f236847157614650ba836801122c86901
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/hql/HQL_JPQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/agg_func_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/arithmetic_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/between_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/collection_expression_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/collection_reference_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/comparison_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/comparison_using_all_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/concat_op_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/ctor_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/empty_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/entity_type_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/explicit_inner_join_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/explicit_outer_join_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/fetch_join_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/implicit_join_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/index_operator_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/insert_statement_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/insert_statement_named_id.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/jpql_positional_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/like_exp_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/like_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/list_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/locate_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/map_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/member_of_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/multiple_root_entity_ref_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/multiple_root_entity_ref_example2.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/named_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/null_check_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/nullif_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/numeric_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/qualified_path_expressions_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/reused_implicit_join_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/root_entity_ref_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/searched_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/searched_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/select_statement_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simple_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simple_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simplest_query.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simplest_query2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/string_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/substring_bnf.txt
    M documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_hql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_jpql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/versioned_update_statement_hql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/with_join_example.txt

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: c4b7538ae3c84381140893f3d1e53a7818ec2436
      https://github.com/hibernate/hibernate-orm/commit/c4b7538ae3c84381140893f3d1e53a7818ec2436
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/hql/HQL_JPQL.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/between_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/comparison_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/comparison_using_all_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/delete_statement_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/explicit_inner_join_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/explicit_outer_join_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/fetch_join_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/implicit_join_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/insert_statement_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/insert_statement_named_id.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_explicit_inner.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_explicit_outer.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_fetch.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_implicit.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_implicit_reused.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_with.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/like_exp_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/like_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/null_check_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_between_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_comparison_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_comparison_example_using_all.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_in_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_in_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_like_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_like_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_nullness_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/reused_implicit_join_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/select_statement_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_delete_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_insert_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_insert_example_named_id.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_select_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_hql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_hql_versioned.java
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_jpql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_hql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/update_statement_jpql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/versioned_update_statement_hql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/with_join_example.txt

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 8352ab39fb15874229b448f57b6909de933a91b1
      https://github.com/hibernate/hibernate-orm/commit/8352ab39fb15874229b448f57b6909de933a91b1
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/hql/HQL_JPQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/group_by_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/having_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/order_by_example.txt
    M hibernate-entitymanager/src/main/docbook/en/master.xml
    A hibernate-entitymanager/src/main/docbook/en/modules/migrated/query_ejbql.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_ejbql.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 102c31497b46d1bbad8384d8fd6689f7a4bceb02
      https://github.com/hibernate/hibernate-orm/commit/102c31497b46d1bbad8384d8fd6689f7a4bceb02
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    R documentation/src/main/docbook/devguide/en-US/Criteria.xml
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    R documentation/src/main/docbook/devguide/en-US/Native_SQL.xml
    R documentation/src/main/docbook/devguide/en-US/Revision_History.xml
    A documentation/src/main/docbook/devguide/en-US/appendices/legacy_criteria/Legacy_Criteria.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/Criteria.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/CriteriaBuilder_query_creation_snippet.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_fetch_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_fetch_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_join_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_join_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_example_multiple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_methods.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/parameter_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_attribute_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_multiple_values_array.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_multiple_values_array2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_root_entity_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_tuple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_wrapper.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/Multi_Tenancy.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/tenant-identifier-from-SessionFactory.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/Multi_Tenancy.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/tenant-identifier-from-SessionFactory.java
    A documentation/src/main/docbook/devguide/en-US/chapters/native-sql/Native_SQL.xml
    M hibernate-entitymanager/src/main/docbook/en/master.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/metamodel.xml
    A hibernate-entitymanager/src/main/docbook/en/modules/migrated/query_criteria.xml
    A hibernate-entitymanager/src/main/docbook/en/modules/non-migrated/metamodel.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_criteria.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 591364409ed570de7954307a570442c7457c2783
      https://github.com/hibernate/hibernate-orm/commit/591364409ed570de7954307a570442c7457c2783
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/native-sql/Native_SQL.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 30deb20ff11449b7afe26e2bca7c46943de6f84b
      https://github.com/hibernate/hibernate-orm/commit/30deb20ff11449b7afe26e2bca7c46943de6f84b
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/Criteria.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/CriteriaBuilder_query_creation_snippet.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_fetch_example_embedded_and_many2one.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_fetch_example_plural.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_join_example_embedded_and_many2one.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_join_example_plural.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_example.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_example_multiple.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/from_root_methods.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/parameter_example.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_attribute_example.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_multiple_values_array.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_multiple_values_array2.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_root_entity_example.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_tuple.java
    R documentation/src/main/docbook/devguide/en-US/chapters/criteria/extras/select_wrapper.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/HQL_JPQL.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/agg_func_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/arithmetic_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/collection_expression_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/collection_reference_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/concat_op_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/ctor_dynamic_instantiation_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/empty_collection_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/entity_type_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/group_by_illustration.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/having_illustration.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/index_operator_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_explicit_inner.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_explicit_outer.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_fetch.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_implicit.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_implicit_reused.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/join_example_with.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/jpql_positional_parameter_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/list_dynamic_instantiation_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/locate_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/map_dynamic_instantiation_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/member_of_collection_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/multiple_root_entity_ref_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/multiple_root_entity_ref_example2.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/named_parameter_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/nullif_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/numeric_literals_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/order_by_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_between_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_comparison_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_comparison_example_using_all.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_in_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_in_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_like_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_like_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/predicate_nullness_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/qualified_path_expressions_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/root_entity_ref_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/searched_case_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/searched_case_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simple_case_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simple_case_exp_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simplest_query.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/simplest_query2.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_delete_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_insert_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_insert_example_named_id.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_select_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_hql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_hql_versioned.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/statement_update_example_jpql.java
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/string_literals_example.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/hql/extras/substring_bnf.txt
    R documentation/src/main/docbook/devguide/en-US/chapters/native-sql/Native_SQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/Criteria.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/CriteriaBuilder_query_creation_snippet.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_fetch_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_fetch_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_join_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_join_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_example_multiple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_methods.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/parameter_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_attribute_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_multiple_values_array.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_multiple_values_array2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_root_entity_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_tuple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_wrapper.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_native/Native_SQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/HQL_JPQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/agg_func_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/arithmetic_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/collection_expression_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/collection_reference_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/concat_op_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/ctor_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/empty_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/entity_type_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/group_by_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/having_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/index_operator_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_explicit_inner.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_explicit_outer.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_fetch.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_implicit.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_implicit_reused.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_with.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/jpql_positional_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/list_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/locate_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/map_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/member_of_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/multiple_root_entity_ref_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/multiple_root_entity_ref_example2.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/named_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/nullif_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/numeric_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/order_by_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_between_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_comparison_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_comparison_example_using_all.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_in_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_in_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_like_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_like_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_nullness_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/qualified_path_expressions_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/root_entity_ref_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/searched_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/searched_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simple_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simple_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simplest_query.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simplest_query2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_delete_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_insert_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_insert_example_named_id.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_select_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_hql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_hql_versioned.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_jpql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/string_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/substring_bnf.txt
    R hibernate-entitymanager/src/main/docbook/en/master.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/batch.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/configuration.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/entitymanagerapi.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/listeners.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/query_criteria.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/query_ejbql.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/transactions.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/non-migrated/architecture.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/non-migrated/metamodel.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_native.xml

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 40dc88e6c1261e9f5a4d462533020a8a6ccf8a52
      https://github.com/hibernate/hibernate-orm/commit/40dc88e6c1261e9f5a4d462533020a8a6ccf8a52
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_database.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_database.svg
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_discriminator.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_discriminator.svg
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_schema.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_schema.svg
    R documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/Multi_Tenancy.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi_tenancy/extras/tenant-identifier-from-SessionFactory.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/Multi_Tenancy.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/tenant-identifier-from-SessionFactory.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_database.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_database.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_discriminator.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_discriminator.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_schema.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_schema.svg

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 80ae4d5724e1407ce0b2e8f0bc7effdf1ff530ad
      https://github.com/hibernate/hibernate-orm/commit/80ae4d5724e1407ce0b2e8f0bc7effdf1ff530ad
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-06 (Mon, 06 Feb 2012)

  Changed paths:
    M release/release.gradle

  Log Message:
  -----------
  HHH-6082 - Incorporate EntityManager documentation into main dev guide


  Commit: 6702688c1f211dd870f3a9715707f0c2c0176f6f
      https://github.com/hibernate/hibernate-orm/commit/6702688c1f211dd870f3a9715707f0c2c0176f6f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/Multi_Tenancy.xml

  Log Message:
  -----------
  HHH-7011 - Document multi-tenancy


  Commit: 72fe79a3f2af28150016fc521e65bf9983ba2d94
      https://github.com/hibernate/hibernate-orm/commit/72fe79a3f2af28150016fc521e65bf9983ba2d94
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/CacheDataDescriptionImpl.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/NoCachingRegionFactory.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/RegionFactory.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/AbstractEhcacheRegionFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAccessStrategyFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactoryImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/ClusterAwareRegionFactory.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/CachingRegionFactory.java

  Log Message:
  -----------
  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


  Commit: c47352058541e14e0b80d38f94c65d939d5394f5
      https://github.com/hibernate/hibernate-orm/commit/c47352058541e14e0b80d38f94c65d939d5394f5
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
    A hibernate-core/src/main/java/org/hibernate/annotations/NaturalIdCache.java
    A hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdRegion.java
    A hibernate-core/src/main/java/org/hibernate/cache/spi/access/NaturalIdRegionAccessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java
    M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Subclass.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
    A hibernate-core/src/main/java/org/hibernate/stat/NaturalIdCacheStatistics.java
    M hibernate-core/src/main/java/org/hibernate/stat/Statistics.java
    A hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentNaturalIdCacheStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/spi/StatisticsImplementor.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheNaturalIdRegion.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/NaturalIdRegionImpl.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/TransactionalNaturalIdRegionAccessStrategy.java

  Log Message:
  -----------
  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


  Commit: ef22e310689cb5eeafc47eaa0e58e3ed60edc6ad
      https://github.com/hibernate/hibernate-orm/commit/ef22e310689cb5eeafc47eaa0e58e3ed60edc6ad
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/access/NaturalIdRegionAccessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/spi/PersisterFactory.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/EntityPersister.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java

  Log Message:
  -----------
  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


  Commit: 1569e6194b45038a210984d73d25079dd1482b3f
      https://github.com/hibernate/hibernate-orm/commit/1569e6194b45038a210984d73d25079dd1482b3f
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/Cache.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryImpl.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseNaturalIdRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteNaturalIdRegionAccessStrategy.java

  Log Message:
  -----------
  HHH-6974 Complete second level caching of natural id resolution


  Commit: ae872ed898df8975ed43c04745d77e9d09a0792f
      https://github.com/hibernate/hibernate-orm/commit/ae872ed898df8975ed43c04745d77e9d09a0792f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/Cache.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdRegion.java
    M hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java

  Log Message:
  -----------
  HHH-6974 - Add caching to new "load access" api for natural id loading


  Commit: 5081861dd8ab14ab013e25c10d1a0d859f7e8220
      https://github.com/hibernate/hibernate-orm/commit/5081861dd8ab14ab013e25c10d1a0d859f7e8220
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle10gDialect.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
    A hibernate-core/src/main/java/org/hibernate/exception/internal/CacheSQLExceptionConversionDelegate.java
    R hibernate-core/src/main/java/org/hibernate/exception/internal/CacheSQLStateConverter.java
    A hibernate-core/src/main/java/org/hibernate/exception/internal/OracleSQLExceptionConversionDelegate.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/StandardSQLExceptionConverter.java

  Log Message:
  -----------
  HHH-6944 : Update Dialects to return SQLExceptionConversionDelegate


  Commit: b8acbc85e6140a8eb1d6a81f6e0a50edacc5aa16
      https://github.com/hibernate/hibernate-orm/commit/b8acbc85e6140a8eb1d6a81f6e0a50edacc5aa16
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle10gDialect.java
    R hibernate-core/src/main/java/org/hibernate/exception/internal/OracleSQLExceptionConversionDelegate.java

  Log Message:
  -----------
  HHH-6944 : Remove OracleSQLExceptionConversionDelegate


  Commit: 4595df23957e0d24d37d5896dc5846fc9a63ddbd
      https://github.com/hibernate/hibernate-orm/commit/4595df23957e0d24d37d5896dc5846fc9a63ddbd
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-02-07 (Tue, 07 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java

  Log Message:
  -----------
  HHH-7032 : Deprecate Dialect.buildSQLExceptionConverter()


  Commit: 79774a045318ff6c837f18c9714232925becddb2
      https://github.com/hibernate/hibernate-orm/commit/79774a045318ff6c837f18c9714232925becddb2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
    M hibernate-core/src/main/java/org/hibernate/event/service/spi/EventListenerRegistry.java

  Log Message:
  -----------
  HHH-7030 - EventListenerRegistry interface generic declaration is not extensible to subclasses


  Commit: 368c4cc2bc47d1432609fcb9387cc2f73f54e8ac
      https://github.com/hibernate/hibernate-orm/commit/368c4cc2bc47d1432609fcb9387cc2f73f54e8ac
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java
    M hibernate-core/src/main/java/org/hibernate/stat/NaturalIdCacheStatistics.java
    M hibernate-core/src/main/java/org/hibernate/stat/Statistics.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentNaturalIdCacheStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/spi/StatisticsImplementor.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java

  Log Message:
  -----------
  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


  Commit: 199d08210d0fa82cd44f286ac64bcc5447cb2c45
      https://github.com/hibernate/hibernate-orm/commit/199d08210d0fa82cd44f286ac64bcc5447cb2c45
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/Conjunction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Disjunction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Junction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  HHH-6974 - Add caching to new "load access" api for natural id loading


  Commit: edda5ec7f498ad784076bd2368e28bbc70b1e96c
      https://github.com/hibernate/hibernate-orm/commit/edda5ec7f498ad784076bd2368e28bbc70b1e96c
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/exception/internal/SQLExceptionTypeDelegate.java

  Log Message:
  -----------
  HHH-7034 : java.sql.SQLTimeoutException should be mapped to org.hibernate.QueryTimeoutException


  Commit: 608c2fadc8563695de7949df2f2b2c99ead2c21a
      https://github.com/hibernate/hibernate-orm/commit/608c2fadc8563695de7949df2f2b2c99ead2c21a
  Author: Scott Marlow <smarlow at redhat.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerFactoryRegistry.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/BaseEntityManagerFunctionalTestCase.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerFactorySerializationTest.java

  Log Message:
  -----------
  HHH-7018 EntityManagerFactory should be serializable even if it references nonserializable objects and also changed the HHH-6897 fix to use a UUID for emf name


  Commit: 0ada3578897496acbfb2fe59ad2b1b6e55b0ca96
      https://github.com/hibernate/hibernate-orm/commit/0ada3578897496acbfb2fe59ad2b1b6e55b0ca96
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  HHH-7041: Fix for messing up DISTINCT clause


  Commit: 081b2c5a1413ac97c95e5a4cdf8983e6cd4c5cb9
      https://github.com/hibernate/hibernate-orm/commit/081b2c5a1413ac97c95e5a4cdf8983e6cd4c5cb9
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M build.gradle
    M changelog.txt

  Log Message:
  -----------
  4.1 release


  Commit: e1a78dfd4a56a5169a36bad84a2211deb0dd2ea0
      https://github.com/hibernate/hibernate-orm/commit/e1a78dfd4a56a5169a36bad84a2211deb0dd2ea0
  Author: George Gastaldi <gegastaldi at gmail.com>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  HHH-7041: Fixed error in Pattern regexp and removed static from protected methods


  Commit: da6005a7b6aba1bbf0769a23e1733286e7308381
      https://github.com/hibernate/hibernate-orm/commit/da6005a7b6aba1bbf0769a23e1733286e7308381
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M changelog.txt

  Log Message:
  -----------
  4.1 release


  Commit: b2f447c0b9172d58201dabbd81692f30742965bc
      https://github.com/hibernate/hibernate-orm/commit/b2f447c0b9172d58201dabbd81692f30742965bc
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M changelog.txt

  Log Message:
  -----------
  4.1 release


  Commit: 10a12295e38f58d95eee0ffd25e7856cfe804ed8
      https://github.com/hibernate/hibernate-orm/commit/10a12295e38f58d95eee0ffd25e7856cfe804ed8
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-08 (Wed, 08 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  4.1 release


  Commit: 209abeafa8a47ae6f30b98b0f4102a7ba01778b2
      https://github.com/hibernate/hibernate-orm/commit/209abeafa8a47ae6f30b98b0f4102a7ba01778b2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-09 (Thu, 09 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  HHH-7047 - Fix problems created by HHH-7044


  Commit: 506f61fa66512362ebcaed7b7e75ee4dd7e4b380
      https://github.com/hibernate/hibernate-orm/commit/506f61fa66512362ebcaed7b7e75ee4dd7e4b380
  Author: Adam Bryzak <adam.github at bryzak.net>
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/DerbyTenSevenDialect.java

  Log Message:
  -----------
  Fixed boolean literals in Derby versions 10.7+


  Commit: 8f223d199bc8e24aec51235ca6da06cdfa885838
      https://github.com/hibernate/hibernate-orm/commit/8f223d199bc8e24aec51235ca6da06cdfa885838
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-13 (Mon, 13 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  HHH-7062 upgrade to jboss-logging 3.1.0.GA


  Commit: 22a6283e6d8cfd1b0eb310edea4640edefb216a0
      https://github.com/hibernate/hibernate-orm/commit/22a6283e6d8cfd1b0eb310edea4640edefb216a0
  Author: Michael Rudolf <michael.rudolf01 at sap.com>
  Date:   2012-02-14 (Tue, 14 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/property/DirectPropertyAccessor.java
    A hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java
    A hibernate-core/src/test/java/org/hibernate/property/Item.java
    A hibernate-core/src/test/java/org/hibernate/property/Order.java

  Log Message:
  -----------
  HHH-3718 - Do not initialize proxy upon call to ID getter when using
AccessType.FIELD


  Commit: e6df116a49f0e4ef43a690ae71f9544731260736
      https://github.com/hibernate/hibernate-orm/commit/e6df116a49f0e4ef43a690ae71f9544731260736
  Author: nrodrigues <nelson at nelsonjrodrigues.com>
  Date:   2012-02-14 (Tue, 14 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/StandardDialectResolver.java
    M hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectFactoryTest.java

  Log Message:
  -----------
  HHH-6946 - Add support for the AS400 (iSeries) system to
StandardDialectResolver


  Commit: c83b540218cbf1619f93d66379609aaa1a5729e9
      https://github.com/hibernate/hibernate-orm/commit/c83b540218cbf1619f93d66379609aaa1a5729e9
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-14 (Tue, 14 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/property/DirectPropertyAccessor.java
    M hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java

  Log Message:
  -----------
  HHH-3718 rolling back changes


  Commit: b7d80b8e6d952e842d23590bbcd836fb281fa241
      https://github.com/hibernate/hibernate-orm/commit/b7d80b8e6d952e842d23590bbcd836fb281fa241
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  whitespace and formatting fixes


  Commit: 939d7fc4c96ac49078d44b99dcf0b2555e40fc11
      https://github.com/hibernate/hibernate-orm/commit/939d7fc4c96ac49078d44b99dcf0b2555e40fc11
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  Remove defenses against non-JDBC4 class existance


  Commit: 6497ff6a5263dea0d5527c817acf349a0b5f1688
      https://github.com/hibernate/hibernate-orm/commit/6497ff6a5263dea0d5527c817acf349a0b5f1688
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  HHH-7066 Allocate smaller buffer if possible


  Commit: 98d0b8398d48fef2e9d9c14efe10e39e0cd55d73
      https://github.com/hibernate/hibernate-orm/commit/98d0b8398d48fef2e9d9c14efe10e39e0cd55d73
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/StringTypeDescriptor.java

  Log Message:
  -----------
  HHH-7066 Use known length from Clob to allocate StringBuffer


  Commit: f51779d2f7d4869dd8441de91fc4e876dc4e1b97
      https://github.com/hibernate/hibernate-orm/commit/f51779d2f7d4869dd8441de91fc4e876dc4e1b97
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveByteArrayTypeDescriptor.java

  Log Message:
  -----------
  HHH-7066 byte arrays to String conversion benefits from initial buffer size


  Commit: 18185e58f0dee5d364870c9f16acc0124dc7a78a
      https://github.com/hibernate/hibernate-orm/commit/18185e58f0dee5d364870c9f16acc0124dc7a78a
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  HHH-7066 make sure buffer size is at least 1


  Commit: 2710576f45aa25e11386f1f12ea3c2c2e934dc15
      https://github.com/hibernate/hibernate-orm/commit/2710576f45aa25e11386f1f12ea3c2c2e934dc15
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  HHH-7066 optimize for a special but not unlikely case


  Commit: 818dd5959da7e7d2099da98a9d4a128106bee177
      https://github.com/hibernate/hibernate-orm/commit/818dd5959da7e7d2099da98a9d4a128106bee177
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  HHH-7066 Extract a constant for the suggested default read buffer size


  Commit: 98082feb11f2450b746181b998ef5d57b0ffae81
      https://github.com/hibernate/hibernate-orm/commit/98082feb11f2450b746181b998ef5d57b0ffae81
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java

  Log Message:
  -----------
  HHH-7066 use a larger buffer by default


  Commit: f9ab0eb6ae7d0ffd90ab4bef81c425cf914d9060
      https://github.com/hibernate/hibernate-orm/commit/f9ab0eb6ae7d0ffd90ab4bef81c425cf914d9060
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CharacterArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveCharacterArrayTypeDescriptor.java

  Log Message:
  -----------
  HHH-7066 More code taking advantage from the Clob extraction


  Commit: 10df95bbcd52cb392ae63103a7f7a51c5ff796a0
      https://github.com/hibernate/hibernate-orm/commit/10df95bbcd52cb392ae63103a7f7a51c5ff796a0
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleProjection.java

  Log Message:
  -----------
  SimpleProjection should reuse commonly generated Strings


  Commit: b3bb6d6dd61ae7f167ea1f803e367844d5b73e54
      https://github.com/hibernate/hibernate-orm/commit/b3bb6d6dd61ae7f167ea1f803e367844d5b73e54
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/StringTypeDescriptor.java

  Log Message:
  -----------
  remove dead code from boolean operand


  Commit: a8dee131e4eafb8a9a5c34c5a3cc0100f94aa17e
      https://github.com/hibernate/hibernate-orm/commit/a8dee131e4eafb8a9a5c34c5a3cc0100f94aa17e
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/InterbaseDialect.java

  Log Message:
  -----------
  Incorrect buffer size estimate for string concatenation in InterbaseDialect


  Commit: 37dafa2a5ab6d40a83505fa0176762105b5601df
      https://github.com/hibernate/hibernate-orm/commit/37dafa2a5ab6d40a83505fa0176762105b5601df
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/PropertyValueException.java
    M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Example.java
    M hibernate-core/src/main/java/org/hibernate/criterion/IdentifierProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Order.java
    M hibernate-core/src/main/java/org/hibernate/criterion/ProjectionList.java
    M hibernate-core/src/main/java/org/hibernate/criterion/PropertyProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SubqueryExpression.java
    M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/CUBRIDDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2390Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2400Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Ingres9Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/IngresDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SAPDBDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/TimesTenDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/AnsiTrimFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/CharIndexFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/ConditionalParenthesisFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/DerbyConcatFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/PositionSubstringFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/VarArgsSQLFunction.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/JoinSequence.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BasicFormatterImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/DDLFormatterImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/QueryParameters.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionSubqueryFactory.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/NameGenerator.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ErrorCounter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractStatement.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ComponentJoin.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IntoClause.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ParameterNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ResultVariableRefNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTPrinter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTUtil.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PathExpressionParser.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PreprocessingParser.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/WhereParser.java
    M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/UUIDHexGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
    M hibernate-core/src/main/java/org/hibernate/id/uuid/Helper.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractQueryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/BytesHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/ArrayHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java
    M hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaQueryTranslator.java
    M hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/entity/EntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java
    M hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Index.java
    M hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java
    M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
    M hibernate-core/src/main/java/org/hibernate/mapping/UniqueKey.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Index.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/relational/PrimaryKey.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/relational/UniqueKey.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/pretty/MessageHelper.java
    M hibernate-core/src/main/java/org/hibernate/sql/ANSICaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/ANSIJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/ConditionFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/DecodeCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Delete.java
    M hibernate-core/src/main/java/org/hibernate/sql/DerbyCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/DisjunctionFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/ForUpdateFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/HSQLCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Insert.java
    M hibernate-core/src/main/java/org/hibernate/sql/InsertSelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/JoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/MckoiCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/OracleJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/QueryJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/QuerySelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Select.java
    M hibernate-core/src/main/java/org/hibernate/sql/SelectFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Sybase11JoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Template.java
    M hibernate-core/src/main/java/org/hibernate/sql/Update.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/SessionStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractBynaryType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractLongStringType.java
    M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ByteArrayTypeDescriptor.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/any/ComplexPropertyValue.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Node.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Route.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Transport.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Vehicle.java
    M hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java

  Log Message:
  -----------
  Replace many StringBuffer occurrences with StringBuilder


  Commit: ebd78e9bb1ddb246d7d85ff99ce660503f29eb4e
      https://github.com/hibernate/hibernate-orm/commit/ebd78e9bb1ddb246d7d85ff99ce660503f29eb4e
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/antlr/hql-sql.g
    M hibernate-core/src/main/antlr/order-by-render.g
    M hibernate-core/src/main/antlr/order-by.g
    M hibernate-core/src/main/antlr/sql-gen.g
    M hibernate-core/src/main/antlr/sql-stmt.g
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java

  Log Message:
  -----------
  Convert grammars to use StringBuilder as well


  Commit: 40146b2920ab847bff3b669b19213ba058d65969
      https://github.com/hibernate/hibernate-orm/commit/40146b2920ab847bff3b669b19213ba058d65969
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/AliasedProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleProjection.java

  Log Message:
  -----------
  avoid declaring unthrown exception


  Commit: 7861fdee4430781c6ee6c22572309139c87ccdf7
      https://github.com/hibernate/hibernate-orm/commit/7861fdee4430781c6ee6c22572309139c87ccdf7
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M build.gradle
    M buildSrc/build.gradle
    M documentation/documentation.gradle
    M documentation/src/main/docbook/devguide/en-US/Author_Group.xml
    M documentation/src/main/docbook/devguide/en-US/Batch_Processing.xml
    R documentation/src/main/docbook/devguide/en-US/Book_Info.xml
    M documentation/src/main/docbook/devguide/en-US/Caching.xml
    M documentation/src/main/docbook/devguide/en-US/Data_Categorizations.xml
    M documentation/src/main/docbook/devguide/en-US/Database_Access.xml
    M documentation/src/main/docbook/devguide/en-US/Envers.xml
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    M documentation/src/main/docbook/devguide/en-US/JMX.xml
    M documentation/src/main/docbook/devguide/en-US/Locking.xml
    M documentation/src/main/docbook/devguide/en-US/Mapping_Association.xml
    M documentation/src/main/docbook/devguide/en-US/Mapping_Entities.xml
    M documentation/src/main/docbook/devguide/en-US/Preface.xml
    M documentation/src/main/docbook/devguide/en-US/appendices/legacy_criteria/Legacy_Criteria.xml
    M documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml
    M documentation/src/main/docbook/devguide/en-US/appendix-Troubleshooting.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/events/Events.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/Multi_Tenancy.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/pc/Persistence_Context.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/Criteria.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/query_native/Native_SQL.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/query_ql/HQL_JPQL.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/services/Services.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/transactions/Transactions.xml
    R documentation/src/main/docbook/manual/en-US/Book_Info.xml
    M documentation/src/main/docbook/manual/en-US/HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml
    M documentation/src/main/docbook/manual/en-US/content/additionalmodules.xml
    M documentation/src/main/docbook/manual/en-US/content/architecture.xml
    M documentation/src/main/docbook/manual/en-US/content/association_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/batch.xml
    M documentation/src/main/docbook/manual/en-US/content/best_practices.xml
    M documentation/src/main/docbook/manual/en-US/content/bibliography.xml
    M documentation/src/main/docbook/manual/en-US/content/collection_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/component_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/configuration.xml
    M documentation/src/main/docbook/manual/en-US/content/events.xml
    M documentation/src/main/docbook/manual/en-US/content/example_mappings.xml
    M documentation/src/main/docbook/manual/en-US/content/example_parentchild.xml
    M documentation/src/main/docbook/manual/en-US/content/example_weblog.xml
    M documentation/src/main/docbook/manual/en-US/content/filters.xml
    M documentation/src/main/docbook/manual/en-US/content/inheritance_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/performance.xml
    M documentation/src/main/docbook/manual/en-US/content/persistent_classes.xml
    M documentation/src/main/docbook/manual/en-US/content/portability.xml
    M documentation/src/main/docbook/manual/en-US/content/preface.xml
    M documentation/src/main/docbook/manual/en-US/content/query_criteria.xml
    M documentation/src/main/docbook/manual/en-US/content/query_hql.xml
    M documentation/src/main/docbook/manual/en-US/content/query_sql.xml
    M documentation/src/main/docbook/manual/en-US/content/readonly.xml
    M documentation/src/main/docbook/manual/en-US/content/session_api.xml
    M documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
    M documentation/src/main/docbook/manual/en-US/content/transactions.xml
    M documentation/src/main/docbook/manual/en-US/content/tutorial.xml
    M documentation/src/main/docbook/manual/en-US/content/type.xml
    M documentation/src/main/docbook/manual/en-US/content/xml.xml
    M documentation/src/main/docbook/quickstart/en-US/Author_Group.xml
    R documentation/src/main/docbook/quickstart/en-US/Book_Info.xml
    M documentation/src/main/docbook/quickstart/en-US/Hibernate_Getting_Started_Guide.xml
    M documentation/src/main/docbook/quickstart/en-US/content/obtaining.xml
    M documentation/src/main/docbook/quickstart/en-US/content/preface.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_envers.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_jpa.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_native.xml
    A documentation/src/main/style/css/css/hibernate-eclipse.css
    A documentation/src/main/style/css/css/hibernate-single.css
    A documentation/src/main/style/css/css/hibernate.css
    A documentation/src/main/style/images/images/org/hibernate/bkg_gradient.png
    A documentation/src/main/style/images/images/org/hibernate/community_doc.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/1.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/1.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/10.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/10.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/11.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/11.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/12.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/12.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/13.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/13.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/14.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/14.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/15.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/15.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/2.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/2.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/3.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/3.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/4.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/4.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/5.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/5.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/6.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/6.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/7.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/7.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/8.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/8.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/9.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/9.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/caution.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/caution.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/home.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/important.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/important.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/next.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/note.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/note.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/prev.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/tip.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/tip.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/up.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/warning.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/warning.svg
    A documentation/src/main/style/images/images/org/hibernate/dot.png
    A documentation/src/main/style/images/images/org/hibernate/dot2.png
    A documentation/src/main/style/images/images/org/hibernate/hibernatelogo.png
    A documentation/src/main/style/images/images/org/hibernate/title_hdr.png
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/eclipse.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/fop1.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/pdf.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml-common.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
    M hibernate-core/hibernate-core.gradle
    M hibernate-entitymanager/hibernate-entitymanager.gradle
    M hibernate-envers/hibernate-envers.gradle
    M release/release.gradle

  Log Message:
  -----------
  HHH-7067 - Update build to work with Gradle m8


  Commit: a21ba713ab5288d85d9e14f9ee687b07831626d1
      https://github.com/hibernate/hibernate-orm/commit/a21ba713ab5288d85d9e14f9ee687b07831626d1
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  HHH-7067 - Update build to work with Gradle m8


  Commit: 2107411faf75efcf1ca22611245b9da065a15f99
      https://github.com/hibernate/hibernate-orm/commit/2107411faf75efcf1ca22611245b9da065a15f99
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-02-15 (Wed, 15 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/User.java

  Log Message:
  -----------
  HHH-7046 - Polymorphic query by natural ID broken


  Commit: ad4b4fc9903acba8d26ace60c02c10393193d8d3
      https://github.com/hibernate/hibernate-orm/commit/ad4b4fc9903acba8d26ace60c02c10393193d8d3
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-16 (Thu, 16 Feb 2012)

  Changed paths:
    M gradle/wrapper/gradle-wrapper.properties

  Log Message:
  -----------
  HHH-7067 update wrapper properties


  Commit: 4843d357dfa1db61002b2062793e073d5124f008
      https://github.com/hibernate/hibernate-orm/commit/4843d357dfa1db61002b2062793e073d5124f008
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-16 (Thu, 16 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  HHH-7067 fix idea config issue and format


  Commit: 975141f27e2e61f1feab188b2d147b3b24f9460b
      https://github.com/hibernate/hibernate-orm/commit/975141f27e2e61f1feab188b2d147b3b24f9460b
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-20 (Mon, 20 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  better idea support


  Commit: 13f4c830e17797611af08e223eb036ea2f190156
      https://github.com/hibernate/hibernate-orm/commit/13f4c830e17797611af08e223eb036ea2f190156
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-20 (Mon, 20 Feb 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  change to use gradle-upload-auth-plugin v1.1.1 since v1.1.0 is not available in the jboss nexus


  Commit: ec86bf9d1f80bd662986cb7d22c0ac8c2726cb5e
      https://github.com/hibernate/hibernate-orm/commit/ec86bf9d1f80bd662986cb7d22c0ac8c2726cb5e
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  HHH-7094 Call autoFlushIfRequired before naturalId query execution


  Commit: e18cba876137c3bd8ebd7225b4154fc373ceeed9
      https://github.com/hibernate/hibernate-orm/commit/e18cba876137c3bd8ebd7225b4154fc373ceeed9
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java

  Log Message:
  -----------
  HHH-7095 Handle UnsupportedOperationException from RegionFactory.buildNaturalIdRegion

Disable 2L naturalId caching if an UnsupportedOperationException is thrown


  Commit: a6ae52b7326c89347ede0e311b0f3212e99df951
      https://github.com/hibernate/hibernate-orm/commit/a6ae52b7326c89347ede0e311b0f3212e99df951
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/SingletonEhCacheRegionFactory.java

  Log Message:
  -----------
  HHH-7096 Populate Settings field in SingletonEhCacheRegionFactory


  Commit: c0b66d5298469bbbc28baeca0a9f9175f50b4c91
      https://github.com/hibernate/hibernate-orm/commit/c0b66d5298469bbbc28baeca0a9f9175f50b4c91
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-02-21 (Tue, 21 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-7097 Cache naturalId mapping on load event


  Commit: 84f3821c03c45664dada024efaee76c7c7f475c3
      https://github.com/hibernate/hibernate-orm/commit/84f3821c03c45664dada024efaee76c7c7f475c3
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-23 (Thu, 23 Feb 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/cache/NoCacheRegionFactoryAvailableException.java
    R hibernate-core/src/main/java/org/hibernate/cache/NoCachingEnabledException.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/NoCachingRegionFactory.java

  Log Message:
  -----------
  HHH-7102 Misleading error message is shown when no RegionFactory is manually set


  Commit: 34611877c8615f1c2b08824338efbe2af800f05e
      https://github.com/hibernate/hibernate-orm/commit/34611877c8615f1c2b08824338efbe2af800f05e
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-02-24 (Fri, 24 Feb 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Person.java

  Log Message:
  -----------
  HHH-7073 - Fix and test


  Commit: 4e2d7d123da13ef2d81a96b8d6d94be6a5348460
      https://github.com/hibernate/hibernate-orm/commit/4e2d7d123da13ef2d81a96b8d6d94be6a5348460
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-02-24 (Fri, 24 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/antlr/sql-stmt.g
    M hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements.sql

  Log Message:
  -----------
  HHH-7117 - Fix and test


  Commit: 1278d120008743e2cd42b54ea03aa55b929f6210
      https://github.com/hibernate/hibernate-orm/commit/1278d120008743e2cd42b54ea03aa55b929f6210
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java

  Log Message:
  -----------
  minor change and reformat partial code


  Commit: a12f50c87018f88bdf1d59f9eaa03f85457ded36
      https://github.com/hibernate/hibernate-orm/commit/a12f50c87018f88bdf1d59f9eaa03f85457ded36
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-02-28 (Tue, 28 Feb 2012)

  Changed paths:
    M build.gradle
    M gradle/wrapper/gradle-wrapper.properties

  Log Message:
  -----------
  upgrade to use gradle 1.0 M8a


  Commit: 34497524934f32d2216c7e745c56672dda3a3ca5
      https://github.com/hibernate/hibernate-orm/commit/34497524934f32d2216c7e745c56672dda3a3ca5
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-02-29 (Wed, 29 Feb 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampsRegionImpl.java

  Log Message:
  -----------
  HHH-7127 Fix query cache evictAll in single node


  Commit: 8fccb62a6bc845f0093c59f15c33f54b97b0e87e
      https://github.com/hibernate/hibernate-orm/commit/8fccb62a6bc845f0093c59f15c33f54b97b0e87e
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-02-29 (Wed, 29 Feb 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle

  Log Message:
  -----------
  HHH-7128 Upgrade to Infinispan 5.1.2.CR1


  Commit: 982aad716f2f06d9c0390768610075b1dc6af08a
      https://github.com/hibernate/hibernate-orm/commit/982aad716f2f06d9c0390768610075b1dc6af08a
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-02-29 (Wed, 29 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/User.java

  Log Message:
  -----------
  HHH-7129 - Throw exception when metadata attempts to spread @NaturalId across an entity hierarchy


  Commit: d66d335f299cc21b12fa37c7141ee2f59a883d48
      https://github.com/hibernate/hibernate-orm/commit/d66d335f299cc21b12fa37c7141ee2f59a883d48
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-02-29 (Wed, 29 Feb 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java

  Log Message:
  -----------
  HHH-7023 - Deprecate HQL-specific (JDBC-style) positional parameters


  Commit: bc643ddb7cc28db05a7168673746dbf3edee6cf7
      https://github.com/hibernate/hibernate-orm/commit/bc643ddb7cc28db05a7168673746dbf3edee6cf7
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java

  Log Message:
  -----------
  Increase concurrent write test timeout


  Commit: 571266aa3d20115231982372da767cb726c69853
      https://github.com/hibernate/hibernate-orm/commit/571266aa3d20115231982372da767cb726c69853
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Building.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableEntityNaturalIdTest.java

  Log Message:
  -----------
  HHH-7085 Add unit test that demonstrates error

Add unit test for @Immutable entity that has an @NaturalId


  Commit: b5ba7bef42591b6222756708eedc60d623dcdc32
      https://github.com/hibernate/hibernate-orm/commit/b5ba7bef42591b6222756708eedc60d623dcdc32
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableEntityNaturalIdTest.java

  Log Message:
  -----------
  HHH-7085 Add delete to immutable test


  Commit: f1a54aeadf295e3694c83843547a80da5859749d
      https://github.com/hibernate/hibernate-orm/commit/f1a54aeadf295e3694c83843547a80da5859749d
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java

  Log Message:
  -----------
  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


  Commit: 9f4fd486036eff5cc24740fb387d3df93663642c
      https://github.com/hibernate/hibernate-orm/commit/9f4fd486036eff5cc24740fb387d3df93663642c
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/CachedNaturalIdValueSource.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/Building.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java

  Log Message:
  -----------
  HHH-7085 - Entities marked as @Immutable that have a @NaturalId fail to be inserted with NPE


  Commit: fd6b3b4db4ed6944621a320930e25a1db6571049
      https://github.com/hibernate/hibernate-orm/commit/fd6b3b4db4ed6944621a320930e25a1db6571049
  Author: Eric Dalquist <eric.dalquist at gmail.com>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/AbstractEhcacheRegionFactory.java

  Log Message:
  -----------
  HHH-7089 Return naturalId cache region instead of null


  Commit: 9768dacb6f9de5f10966efda79df0dd0a668c02e
      https://github.com/hibernate/hibernate-orm/commit/9768dacb6f9de5f10966efda79df0dd0a668c02e
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  Merge branch 'HHH-7094' of https://github.com/edalquist/hibernate-core


  Commit: 93b09556411613e7785c1267dce750cfb537fb7e
      https://github.com/hibernate/hibernate-orm/commit/93b09556411613e7785c1267dce750cfb537fb7e
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java

  Log Message:
  -----------
  Merge branch 'HHH-7095' of https://github.com/edalquist/hibernate-core


  Commit: 9bbcf5a6d042efc8e5fd07d3f8db11659847ede1
      https://github.com/hibernate/hibernate-orm/commit/9bbcf5a6d042efc8e5fd07d3f8db11659847ede1
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java

  Log Message:
  -----------
  HHH-7095 - Handle RegionFactory.buildNaturalIdRegion throwing UnsupportedOperationException


  Commit: 7678917313b12c84aad8464466b2485b018e486f
      https://github.com/hibernate/hibernate-orm/commit/7678917313b12c84aad8464466b2485b018e486f
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  Merge branch 'HHH-7097' of https://github.com/edalquist/hibernate-core


  Commit: a889b6cca125f87efd6cf7c85507e6356a02c818
      https://github.com/hibernate/hibernate-orm/commit/a889b6cca125f87efd6cf7c85507e6356a02c818
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-7097 - Entity load event doesn't result in naturalId->pk caching


  Commit: 2f280b0c5ae71e0014998788ae501ace4a1661c4
      https://github.com/hibernate/hibernate-orm/commit/2f280b0c5ae71e0014998788ae501ace4a1661c4
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/SingletonEhCacheRegionFactory.java

  Log Message:
  -----------
  Merge branch 'HHH-7096' of https://github.com/edalquist/hibernate-core


  Commit: f4c9b284a1e7ace644ff629d53460987cef3d987
      https://github.com/hibernate/hibernate-orm/commit/f4c9b284a1e7ace644ff629d53460987cef3d987
  Author: mam <minas.manthos at kyberna.com>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetadataContext.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java

  Log Message:
  -----------
  HHH-6589 - Skip non-JPA features populating JPA "static metamodel"


  Commit: f26435dfecacf0c28e180458d3e758be7bcda21a
      https://github.com/hibernate/hibernate-orm/commit/f26435dfecacf0c28e180458d3e758be7bcda21a
  Author: Steve Ebersole <steve at apollo.(none)>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/MetadataTest.java

  Log Message:
  -----------
  HHH-6589 - Skip non-JPA features populating JPA "static metamodel"


  Commit: 0732db14b85334f799223071a7f5664952e62ab7
      https://github.com/hibernate/hibernate-orm/commit/0732db14b85334f799223071a7f5664952e62ab7
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java

  Log Message:
  -----------
  HHH-7097 - Entity load event doesn't result in naturalId->pk caching


  Commit: d7d9f0dfb207cb8238ea2962fee81708942fa368
      https://github.com/hibernate/hibernate-orm/commit/d7d9f0dfb207cb8238ea2962fee81708942fa368
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java

  Log Message:
  -----------
  HHH-4417 - Add annotation support for UserCollectionType


  Commit: a3b02e404d0667675d8b6ddbf5db14d82ac16884
      https://github.com/hibernate/hibernate-orm/commit/a3b02e404d0667675d8b6ddbf5db14d82ac16884
  Author: Laird Nelson <ljnelson at gmail.com>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java

  Log Message:
  -----------
  Fixed bug https://hibernate.onjira.com/browse/HHH-6883.


  Commit: ba6ad4d07294b6238d4c62d06335d50f4abf9853
      https://github.com/hibernate/hibernate-orm/commit/ba6ad4d07294b6238d4c62d06335d50f4abf9853
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-02 (Fri, 02 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/Customer.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/Order.java

  Log Message:
  -----------
  HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly


  Commit: 7c60f01f2d5e5dd40d4f2edb0ef3339c803a7560
      https://github.com/hibernate/hibernate-orm/commit/7c60f01f2d5e5dd40d4f2edb0ef3339c803a7560
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Envers.xml
    A hibernate-envers/src/main/java/org/hibernate/tool/EnversSchemaGenerator.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java

  Log Message:
  -----------
  HHH-7106 - Fix, test and documentation


  Commit: 497f700c164cb0c22ade852be86a75b8f59b0305
      https://github.com/hibernate/hibernate-orm/commit/497f700c164cb0c22ade852be86a75b8f59b0305
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java

  Log Message:
  -----------
  HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly


  Commit: 36c135ab6619cc56af293060c0216e924e16b187
      https://github.com/hibernate/hibernate-orm/commit/36c135ab6619cc56af293060c0216e924e16b187
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/Email.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/IMyList.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyList.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyListType.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/IMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/PersistentMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/ParameterizedUserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/PersistentDefaultableList.java

  Log Message:
  -----------
  HHH-4417 - Add annotation support for UserCollectionType


  Commit: 3d3ac538d89759c6f5654e6add8c4d66f6919531
      https://github.com/hibernate/hibernate-orm/commit/3d3ac538d89759c6f5654e6add8c4d66f6919531
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java

  Log Message:
  -----------
  HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly


  Commit: 7a9cdb5379923e8ea977772c052315e0eeb5b726
      https://github.com/hibernate/hibernate-orm/commit/7a9cdb5379923e8ea977772c052315e0eeb5b726
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-05 (Mon, 05 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java

  Log Message:
  -----------
  HHH-7147 - ServiceRegistry is starting services twice


  Commit: ae5d030ae13100b1b80ff305441cb6696f49ede5
      https://github.com/hibernate/hibernate-orm/commit/ae5d030ae13100b1b80ff305441cb6696f49ede5
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
    A hibernate-entitymanager/src/test/resources/org/hibernate/ejb/test/xml/Qualifier.hbm.xml

  Log Message:
  -----------
  HHH-6100 Bug fix related to CriteriaQuery (JPA) when using XML mappings


  Commit: b0f2658ecf63779f6a458bfbce2404a8c6f11086
      https://github.com/hibernate/hibernate-orm/commit/b0f2658ecf63779f6a458bfbce2404a8c6f11086
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/JpaEntityNameTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/Qualifier.java

  Log Message:
  -----------
  HHH-6100 Bug fix related to CriteriaQuery (JPA) when using XML mappings


  Commit: 01fe115adf06007446781fcb5ee9bb519871a56a
      https://github.com/hibernate/hibernate-orm/commit/01fe115adf06007446781fcb5ee9bb519871a56a
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
    M hibernate-core/src/main/java/org/hibernate/sql/Alias.java

  Log Message:
  -----------
  HHH-6100 unqualify entity name and minor improvement


  Commit: b4659173a88abbbc44d414af9e70e36abdc754ca
      https://github.com/hibernate/hibernate-orm/commit/b4659173a88abbbc44d414af9e70e36abdc754ca
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M build.gradle
    M hibernate-core/hibernate-core.gradle
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/hql/spi/QueryTranslator.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    A hibernate-core/src/main/java/org/hibernate/internal/util/collections/BoundedConcurrentHashMap.java
    A hibernate-core/src/main/java/org/hibernate/internal/util/collections/ConcurrentReferenceHashMap.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/LRUMap.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/SimpleMRUCache.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/SoftLimitMRUCache.java
    R hibernate-envers/src/main/java/org/hibernate/envers/tools/ConcurrentReferenceHashMap.java
    M hibernate-envers/src/main/java/org/hibernate/envers/tools/reflection/ReflectionTools.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java

  Log Message:
  -----------
  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


  Commit: 94e79944b812e3443052a33741c773c9272639e0
      https://github.com/hibernate/hibernate-orm/commit/94e79944b812e3443052a33741c773c9272639e0
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-06 (Tue, 06 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/BoundedConcurrentHashMap.java

  Log Message:
  -----------
  HHH-5927 remove logging guard and correct javadoc


  Commit: 05c36793730fb1b4e3d08c731998c7649c9b34ef
      https://github.com/hibernate/hibernate-orm/commit/05c36793730fb1b4e3d08c731998c7649c9b34ef
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
    M hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java

  Log Message:
  -----------
  HHH-7138 - Hibernate implements JPA @OneToMany collection versioning incorrectly


  Commit: 0e88fdd90991570262528182dc7eb29453c17d25
      https://github.com/hibernate/hibernate-orm/commit/0e88fdd90991570262528182dc7eb29453c17d25
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M documentation/documentation.gradle
    M documentation/src/main/docbook/devguide/en-US/Batch_Processing.xml
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    M documentation/src/main/docbook/manual/en-US/HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml
    M documentation/src/main/docbook/quickstart/en-US/Hibernate_Getting_Started_Guide.xml
    M documentation/src/main/style/css/css/hibernate.css
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common-base.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common-xhtml.xsl
    R documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common.xsl
    R documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/eclipse.xsl
    M documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/fop1.xsl
    M documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/pdf.xsl
    R documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml-common.xsl
    M documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
    M documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl

  Log Message:
  -----------
  HHH-7153 - Update to newest jDocBook tool chain versions


  Commit: 8563fb8a8bde6c65fe9f4cb61a86c66c5f811280
      https://github.com/hibernate/hibernate-orm/commit/8563fb8a8bde6c65fe9f4cb61a86c66c5f811280
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M build.gradle
    M changelog.txt

  Log Message:
  -----------
  release 4.1.1


  Commit: ab80780cf1ad3929e990f2051454be9766ea3d53
      https://github.com/hibernate/hibernate-orm/commit/ab80780cf1ad3929e990f2051454be9766ea3d53
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-07 (Wed, 07 Mar 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  release 4.1.1


  Commit: 3e99b2c440f7ab752465cc40d2e85b655f31b931
      https://github.com/hibernate/hibernate-orm/commit/3e99b2c440f7ab752465cc40d2e85b655f31b931
  Author: Zbyněk Roubalík <zroubali at redhat.com>
  Date:   2012-03-08 (Thu, 08 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java

  Log Message:
  -----------
  HHH-7159 Database keywords causes failure of some tests in org.hibernate.test.collection.custom


  Commit: dceda48ff1bc7272287bdec29dd74f3e5d8baabe
      https://github.com/hibernate/hibernate-orm/commit/dceda48ff1bc7272287bdec29dd74f3e5d8baabe
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-09 (Fri, 09 Mar 2012)

  Changed paths:
    M hibernate-c3p0/hibernate-c3p0.gradle
    M hibernate-core/hibernate-core.gradle
    M hibernate-ehcache/hibernate-ehcache.gradle
    M hibernate-infinispan/hibernate-infinispan.gradle
    M hibernate-proxool/hibernate-proxool.gradle
    M hibernate-testing/hibernate-testing.gradle

  Log Message:
  -----------
  HHH-7162 - Use concise artifact syntax in build scripts


  Commit: 3a5bb1f5718f398cb8231a927833452f4b1db143
      https://github.com/hibernate/hibernate-orm/commit/3a5bb1f5718f398cb8231a927833452f4b1db143
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  upgrade to junit 4.10
exclude xml-api which is part of JDK 6/7
change jboss-logging to make it JDK7 compatibile


  Commit: b51b2ff4cbee68653b0dd983c7d0ec44624e65b8
      https://github.com/hibernate/hibernate-orm/commit/b51b2ff4cbee68653b0dd983c7d0ec44624e65b8
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M buildSrc/build.gradle
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/util/JavaVersion.java
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/util/Jdk.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/FakeDataSource.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java

  Log Message:
  -----------
  HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6)


  Commit: c943285bbd15855086f50969e605f377b68d9cb7
      https://github.com/hibernate/hibernate-orm/commit/c943285bbd15855086f50969e605f377b68d9cb7
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java

  Log Message:
  -----------
  HHH-7156 Make Hibernate ORM compile and run tests using JDK 7 (and JDK 6)


  Commit: 41dd7079e0adb81bd8a9facdedbbfa56d59e9a19
      https://github.com/hibernate/hibernate-orm/commit/41dd7079e0adb81bd8a9facdedbbfa56d59e9a19
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java

  Log Message:
  -----------
  HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts


  Commit: c3fc7f321476659546ae21b444e33395f801213a
      https://github.com/hibernate/hibernate-orm/commit/c3fc7f321476659546ae21b444e33395f801213a
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/antlr/hql-sql.g
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ComponentJoin.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java

  Log Message:
  -----------
  HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts


  Commit: 87941b89aa6809599f052fc6420b55a77ba8907c
      https://github.com/hibernate/hibernate-orm/commit/87941b89aa6809599f052fc6420b55a77ba8907c
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java

  Log Message:
  -----------
  HHH-7169 - Use ClassLoaderService to load JDBC driver classes


  Commit: 90d02e669bacfa9ed046b9f35ed832fe78ccb007
      https://github.com/hibernate/hibernate-orm/commit/90d02e669bacfa9ed046b9f35ed832fe78ccb007
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-13 (Tue, 13 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java

  Log Message:
  -----------
  HHH-7169 - fix failling tests


  Commit: 2c85cbefa352282426aed699a1e30c45735dc059
      https://github.com/hibernate/hibernate-orm/commit/2c85cbefa352282426aed699a1e30c45735dc059
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M documentation/documentation.gradle

  Log Message:
  -----------
  change org.jboss.pressgang:pressgang-jdocbook-style version to 3.0.1-SNAPSHOT, since there is no 3.0.0-SNAPSHOT available


  Commit: e532dc5e7d382ac97a10b2df49fe17ed39b7e4fc
      https://github.com/hibernate/hibernate-orm/commit/e532dc5e7d382ac97a10b2df49fe17ed39b7e4fc
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java
    A hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Name.java
    A hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Person.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/ComponentJoinsTest.java

  Log Message:
  -----------
  HHH-7165 - count() query on classes using EmbeddedId should not use id column tuple on Dialects which dont support non-distinct tuple counts


  Commit: c7afef512ef811b0ed51e02e337065dea213b5d6
      https://github.com/hibernate/hibernate-orm/commit/c7afef512ef811b0ed51e02e337065dea213b5d6
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/C.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7158 - Regression: null values on NaturalId's at persist-time are causing subsequent NPE's and wrong behaviour


  Commit: 77393f77f94b086e1b54e296312d3d7c18f27d09
      https://github.com/hibernate/hibernate-orm/commit/77393f77f94b086e1b54e296312d3d7c18f27d09
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java

  Log Message:
  -----------
  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


  Commit: 8ffdc614d769c3f3df64ca6f05aba0ed5792182f
      https://github.com/hibernate/hibernate-orm/commit/8ffdc614d769c3f3df64ca6f05aba0ed5792182f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.java

  Log Message:
  -----------
  HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's


  Commit: ef41cdd6ddd9ebdcad51afa2f3db73ec283933cf
      https://github.com/hibernate/hibernate-orm/commit/ef41cdd6ddd9ebdcad51afa2f3db73ec283933cf
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-14 (Wed, 14 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java

  Log Message:
  -----------
  HHH-7133 - NaturalIdLoadAccess not correctly working on mutable NaturalId's


  Commit: b145388625ec7f0ea2867f0a0fe34f1aa74ed5a2
      https://github.com/hibernate/hibernate-orm/commit/b145388625ec7f0ea2867f0a0fe34f1aa74ed5a2
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java

  Log Message:
  -----------
  HHH-7174 org.hibernate.test.tm.CMTTest.testConcurrentCachedQueries fails due to test cases interdependent


  Commit: e049fd62966a18d3d0c991c4bdbf0fd1e3375a29
      https://github.com/hibernate/hibernate-orm/commit/e049fd62966a18d3d0c991c4bdbf0fd1e3375a29
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java

  Log Message:
  -----------
  uid is a oracle keyword


  Commit: 25487f240182d13851e8576ff895e23e8b2962d4
      https://github.com/hibernate/hibernate-orm/commit/25487f240182d13851e8576ff895e23e8b2962d4
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java

  Log Message:
  -----------
  HHH-7166 Support multiple custom command factories


  Commit: 41b9f2558f5475777810c768de992e1df4de9d54
      https://github.com/hibernate/hibernate-orm/commit/41b9f2558f5475777810c768de992e1df4de9d54
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle

  Log Message:
  -----------
  HHH-7176 Upgrade to Infinispan 5.1.2.FINAL


  Commit: 476fd2fca74ec8d08eff74345402eabc36fdc7fa
      https://github.com/hibernate/hibernate-orm/commit/476fd2fca74ec8d08eff74345402eabc36fdc7fa
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M documentation/documentation.gradle

  Log Message:
  -----------
  rollback org.jboss.pressgang: to 3.0.0


  Commit: ee9b3585c525273a1ff7a85c0ca5ee093f5a1e3f
      https://github.com/hibernate/hibernate-orm/commit/ee9b3585c525273a1ff7a85c0ca5ee093f5a1e3f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcResourceRegistryImpl.java
    A hibernate-core/src/test/java/org/hibernate/IrrelevantEntity.java
    A hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  HHH-7020 - Connection leak with nested sessions


  Commit: 71db4095c65be4cc648a420569eb0087649c30f8
      https://github.com/hibernate/hibernate-orm/commit/71db4095c65be4cc648a420569eb0087649c30f8
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java

  Log Message:
  -----------
  HHH-6661 - Test case


  Commit: ecd8ad54467814c2d37c02dc7015e21eda89c08d
      https://github.com/hibernate/hibernate-orm/commit/ecd8ad54467814c2d37c02dc7015e21eda89c08d
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-18 (Sun, 18 Mar 2012)

  Changed paths:
    M hibernate-envers/hibernate-envers.gradle

  Log Message:
  -----------
  HHH-7184 - Envers revision entity JPA2 metadata


  Commit: 5822404c6dd0abea57c303b8b735be04b163bd88
      https://github.com/hibernate/hibernate-orm/commit/5822404c6dd0abea57c303b8b735be04b163bd88
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    M hibernate-envers/src/matrix/resources/hibernate.properties

  Log Message:
  -----------
  HHH-7185 - run envers tests on db matrix


  Commit: 199fae5feee6186d8a4ad7bf68b28e5c6ae1b8fd
      https://github.com/hibernate/hibernate-orm/commit/199fae5feee6186d8a4ad7bf68b28e5c6ae1b8fd
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/CollectionMetadataGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessionImplementor.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversEventListener.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostCollectionRecreateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostDeleteEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostInsertEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostUpdateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPreCollectionRemoveEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPreCollectionUpdateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQueryCreator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/AbstractAuditQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesAtRevisionQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/RevisionsOfEntityQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java

  Log Message:
  -----------
  correct encoding error


  Commit: 99be673a3247345a401b29ce66d0bfa0f26d9966
      https://github.com/hibernate/hibernate-orm/commit/99be673a3247345a401b29ce66d0bfa0f26d9966
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java

  Log Message:
  -----------
  HHH-6271 Formatting and adding consistent licence header. Removing $Id which is a legacy from svn.

No functional changes


  Commit: 9272a905a0c4b0740ad2c026d9e215275f3a8891
      https://github.com/hibernate/hibernate-orm/commit/9272a905a0c4b0740ad2c026d9e215275f3a8891
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java
    A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java
    R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java

  Log Message:
  -----------
  HHH-6271 Fixing a typo in class name


  Commit: ddcd060441bf2e6c01e3d7efddbe1021e6637bc6
      https://github.com/hibernate/hibernate-orm/commit/ddcd060441bf2e6c01e3d7efddbe1021e6637bc6
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    M hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml

  Log Message:
  -----------
  HHH-6271 Adding explicit test showing that orm version 1 works


  Commit: 8373871c305060dcaf17d4d9c5c82e4c8ec814d4
      https://github.com/hibernate/hibernate-orm/commit/8373871c305060dcaf17d4d9c5c82e4c8ec814d4
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java

  Log Message:
  -----------
  HHH-6271 Javadocs and some generics fixes


  Commit: 6c0ebd40a57b6f789269210242d9c1c1dc9f0688
      https://github.com/hibernate/hibernate-orm/commit/6c0ebd40a57b6f789269210242d9c1c1dc9f0688
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm5.xml

  Log Message:
  -----------
  HHH-6271 Adding some more tests


  Commit: fa1183f3f9a93385f77edeeee3b9e33e276fd5dd
      https://github.com/hibernate/hibernate-orm/commit/fa1183f3f9a93385f77edeeee3b9e33e276fd5dd
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverriddenAnnotationReaderTest.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java

  Log Message:
  -----------
  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.


  Commit: 60c1b23c7b72cca921cb10be98375e67ac12e99f
      https://github.com/hibernate/hibernate-orm/commit/60c1b23c7b72cca921cb10be98375e67ac12e99f
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M build.gradle
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    M hibernate-testing/hibernate-testing.gradle
    A hibernate-testing/src/main/java/org/hibernate/testing/byteman/BytemanHelper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-6271 Introducing Byteman in order to really test that a certain log message gets never called.


  Commit: 5a1d523b4d922f2998ed5a717af802ba7b576dd0
      https://github.com/hibernate/hibernate-orm/commit/5a1d523b4d922f2998ed5a717af802ba7b576dd0
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  HHH-7090 - Temporary session closing affects original session


  Commit: 5d6d9b87c11c56bdfa51b3d35eaafa57d3f784fb
      https://github.com/hibernate/hibernate-orm/commit/5d6d9b87c11c56bdfa51b3d35eaafa57d3f784fb
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcResourceRegistryImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcResourceRegistry.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  HHH-7020 - Connection leak with nested sessions


  Commit: 749f7c1eb5206ab456db08bb901befa39ac5c11e
      https://github.com/hibernate/hibernate-orm/commit/749f7c1eb5206ab456db08bb901befa39ac5c11e
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  HHH-6271 fixes build error when tools.jar is not on classpath (linux)


  Commit: 38c4f02cea776395cf883ead1bd61cf67ad547a1
      https://github.com/hibernate/hibernate-orm/commit/38c4f02cea776395cf883ead1bd61cf67ad547a1
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-19 (Mon, 19 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java

  Log Message:
  -----------
  HHH-7107 org.hibernate.test.locking.LockModeTest hangs on Sybase 15.5 and DB2-97


  Commit: 1877315ee394769f5b150a40d99cc76f4bf75c76
      https://github.com/hibernate/hibernate-orm/commit/1877315ee394769f5b150a40d99cc76f4bf75c76
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/Silly.hbm.xml

  Log Message:
  -----------
  HHH-7090 - Temporary session closing affects original session


  Commit: 6e85abcf7a1311f628a6ece690830be51be6a9b4
      https://github.com/hibernate/hibernate-orm/commit/6e85abcf7a1311f628a6ece690830be51be6a9b4
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java

  Log Message:
  -----------
  HHH-7017 - Fix and test


  Commit: fb0b90bd2d9e437937d2476f1d8e454dc28b146b
      https://github.com/hibernate/hibernate-orm/commit/fb0b90bd2d9e437937d2476f1d8e454dc28b146b
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalIdCache.java

  Log Message:
  -----------
  HHH-7191 - NaturalIdCache improperly declared


  Commit: 4f64b56a88df61a439f98d584d354ba0190d374e
      https://github.com/hibernate/hibernate-orm/commit/4f64b56a88df61a439f98d584d354ba0190d374e
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/action/internal/BulkOperationCleanupAction.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/access/EntityRegionAccessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/access/NaturalIdRegionAccessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7160 - NaturalIdXrefDelegate#cache() needs to remove obsolete entries in shared cache when NaturalId values changed


  Commit: 8f7b8e10d06a4d116c5371aa2d8da0cf716125ef
      https://github.com/hibernate/hibernate-orm/commit/8f7b8e10d06a4d116c5371aa2d8da0cf716125ef
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java

  Log Message:
  -----------
  HHH-7192 - NullPointerException in QueryTranslatorImpl on erroneously typed delete query


  Commit: 23f49f19b5cd5962f27a427c5e4bef864fa7fd63
      https://github.com/hibernate/hibernate-orm/commit/23f49f19b5cd5962f27a427c5e4bef864fa7fd63
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-20 (Tue, 20 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
    A hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    A hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Person.java

  Log Message:
  -----------
  HHH-1657 - hql update generate wrong sql with joined subclass hierarcy


  Commit: 624855c43816c1e9e11c4601405f31840d25aab5
      https://github.com/hibernate/hibernate-orm/commit/624855c43816c1e9e11c4601405f31840d25aab5
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-21 (Wed, 21 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java

  Log Message:
  -----------
  HHH-5732 - @OrderColumn not updated if @OneToMany has mappedby defined


  Commit: e24451637db9998e23b3a427c489658b3f223e53
      https://github.com/hibernate/hibernate-orm/commit/e24451637db9998e23b3a427c489658b3f223e53
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-22 (Thu, 22 Mar 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/JdbcProxyException.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ProxyBuilder.java

  Log Message:
  -----------
  HHH-7190 - Cache JDBC proxy class defintions


  Commit: 5a2b019e6654dc5bb3b7b0169c125e42187fe14b
      https://github.com/hibernate/hibernate-orm/commit/5a2b019e6654dc5bb3b7b0169c125e42187fe14b
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-22 (Thu, 22 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java

  Log Message:
  -----------
  HHH-7187 - Shorten table names


  Commit: d2852e3c4d45bf03200626f4b8710a5dbe09b5ce
      https://github.com/hibernate/hibernate-orm/commit/d2852e3c4d45bf03200626f4b8710a5dbe09b5ce
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-23 (Fri, 23 Mar 2012)

  Changed paths:
    M build.gradle
    M hibernate-core/hibernate-core.gradle
    M hibernate-envers/hibernate-envers.gradle

  Log Message:
  -----------
  a little improvment on the build script


  Commit: 6aed8651a6bec4075d1ea6065c0d55200f0076d1
      https://github.com/hibernate/hibernate-orm/commit/6aed8651a6bec4075d1ea6065c0d55200f0076d1
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

  Log Message:
  -----------
  HHH-7187 - Fix tests against MySQL


  Commit: 78ae6abad132700c9b497d4d45e8c710d048ea3f
      https://github.com/hibernate/hibernate-orm/commit/78ae6abad132700c9b497d4d45e8c710d048ea3f
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M build.gradle
    M hibernate-core/hibernate-core.gradle
    M hibernate-envers/hibernate-envers.gradle

  Log Message:
  -----------
  Merge remote-tracking branch 'upstream/master'


  Commit: e835881f3743dbc18cdc7a0ee8efc6f0b39a11d6
      https://github.com/hibernate/hibernate-orm/commit/e835881f3743dbc18cdc7a0ee8efc6f0b39a11d6
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-03-24 (Sat, 24 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

  Log Message:
  -----------
  HHH-7187 - Fix tests against MSSQL


  Commit: 24f2db04fc4f0604bcc1752e36bab4819e231f89
      https://github.com/hibernate/hibernate-orm/commit/24f2db04fc4f0604bcc1752e36bab4819e231f89
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-25 (Sun, 25 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java

  Log Message:
  -----------
  HHH-7187 - skip Lob test on sybase


  Commit: 37aecde9652c13242692f155d4a7927a8c8a8862
      https://github.com/hibernate/hibernate-orm/commit/37aecde9652c13242692f155d4a7927a8c8a8862
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-25 (Sun, 25 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java

  Log Message:
  -----------
  HHH-7187 - tests fail on sybase


  Commit: 96e23180d737ff265446b9f66dd681ed82f0add4
      https://github.com/hibernate/hibernate-orm/commit/96e23180d737ff265446b9f66dd681ed82f0add4
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-25 (Sun, 25 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java

  Log Message:
  -----------
  HHH-7187 - tests fail on sybase


  Commit: e4a82a0b6b912ac3f8c9aeb0e5e5da25208fad56
      https://github.com/hibernate/hibernate-orm/commit/e4a82a0b6b912ac3f8c9aeb0e5e5da25208fad56
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M build.gradle
    M buildSrc/build.gradle
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/JdbcDirectoryProfile.groovy
    R buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/JdbcDirectoryProfile.java
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/matrix/MatrixTestingPlugin.groovy
    M documentation/src/main/docbook/manual/en-US/content/additionalmodules.xml
    M documentation/src/main/docbook/manual/en-US/content/architecture.xml
    M documentation/src/main/docbook/manual/en-US/content/association_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/batch.xml
    M documentation/src/main/docbook/manual/en-US/content/best_practices.xml
    M documentation/src/main/docbook/manual/en-US/content/bibliography.xml
    M documentation/src/main/docbook/manual/en-US/content/collection_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/component_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/configuration.xml
    M documentation/src/main/docbook/manual/en-US/content/events.xml
    M documentation/src/main/docbook/manual/en-US/content/example_mappings.xml
    M documentation/src/main/docbook/manual/en-US/content/example_parentchild.xml
    M documentation/src/main/docbook/manual/en-US/content/example_weblog.xml
    M documentation/src/main/docbook/manual/en-US/content/filters.xml
    M documentation/src/main/docbook/manual/en-US/content/inheritance_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/performance.xml
    M documentation/src/main/docbook/manual/en-US/content/persistent_classes.xml
    M documentation/src/main/docbook/manual/en-US/content/portability.xml
    M documentation/src/main/docbook/manual/en-US/content/preface.xml
    M documentation/src/main/docbook/manual/en-US/content/query_criteria.xml
    M documentation/src/main/docbook/manual/en-US/content/query_hql.xml
    M documentation/src/main/docbook/manual/en-US/content/query_sql.xml
    M documentation/src/main/docbook/manual/en-US/content/readonly.xml
    M documentation/src/main/docbook/manual/en-US/content/session_api.xml
    M documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
    M documentation/src/main/docbook/manual/en-US/content/transactions.xml
    M documentation/src/main/docbook/manual/en-US/content/tutorial.xml
    M documentation/src/main/docbook/manual/en-US/content/type.xml
    M documentation/src/main/docbook/manual/en-US/content/xml.xml
    M documentation/src/main/docbook/manual/en-US/legal_notice.xml
    M hibernate-entitymanager/hibernate-entitymanager.gradle
    M hibernate-envers/hibernate-envers.gradle
    M release/release.gradle

  Log Message:
  -----------
  HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace


  Commit: d3b640cb755e20db84d5d528b03e1ae474bb68e7
      https://github.com/hibernate/hibernate-orm/commit/d3b640cb755e20db84d5d528b03e1ae474bb68e7
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/AbstractDatabaseProfileImpl.java
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/util/Jdk.java
    M documentation/src/main/docbook/devguide/en-US/chapters/events/extras/AuditInterceptor.java
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0MessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/Hibernate.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/LockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadSelectLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteSelectLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/SQLExceptionTypeDelegate.java
    M hibernate-core/src/main/java/org/hibernate/exception/spi/AbstractSQLExceptionConversionDelegate.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/BoundedConcurrentHashMap.java
    M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractDataSourceBasedMultiTenantConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/DataSourceBasedMultiTenantConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/StandardDialectResolver.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/spi/StatisticsImplementor.java
    M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CharacterArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveCharacterArrayTypeDescriptor.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Parent.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Person.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/PersonPair.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    M hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Name.java
    M hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Person.java
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/mixed/DocumentInterceptor.java
    M hibernate-core/src/matrix/java/org/hibernate/test/mixed/MixedTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ondelete/OnDeleteTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetomany/OneToManyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/CreateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/DeleteTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/GetLoadTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleOpsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/optlock/OptimisticLockTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ordered/OrderByTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/OrphanTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/PropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/pagination/DistinctSelectTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/proxy/ProxyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdType.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sorted/SortTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Group.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Membership.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/User.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/stats/SessionStatsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/stats/StatsTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/ternary/TernaryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/timestamp/TimestampTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/unidir/BackrefTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/version/VersionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/version/db/DbVersionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/where/WhereTest.java
    M hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectFactoryTest.java
    M hibernate-core/src/test/java/org/hibernate/jpa/version/Customer.java
    M hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java
    M hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java
    M hibernate-core/src/test/java/org/hibernate/property/Order.java
    M hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/Customer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/Investment.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/MonetaryAmount.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/NestedEmbeddableMetadataTest.java
    M hibernate-core/src/test/java/org/hibernate/test/dirtiness/CustomDirtinessStrategyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/dirtiness/Thing.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheMessageLogger.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTimestampsRegion.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactoryImpl.java
    M hibernate-ehcache/src/test/java/org/hibernate/cache/ehcache/internal/strategy/ItemValueExtractor.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/EhcacheStatsImplTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/HibernateCacheTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionFactoryImpl.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheTest.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractQueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManager.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerImplementor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/TransactionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/connection/InjectedDataSourceConnectionProvider.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaBuilderImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryCompiler.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaSubqueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/QueryStructure.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/AbstractTupleElement.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/BinaryArithmeticOperation.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CoalesceExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CompoundSelectionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ConcatExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/EntityTypeExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ExpressionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ListIndexExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/LiteralExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/MapEntryExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullLiteralExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullifExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ParameterExpressionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/PathTypeExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SearchedCaseExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SelectionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SimpleCaseExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SizeOfCollectionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SubqueryComparisonModifierExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/UnaryArithmeticOperation.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AbsFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AggregationFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/BasicFunctionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CastFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentDateFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimeFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimestampFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LengthFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LocateFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LowerFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/ParameterizedFunctionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SqrtFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SubstringFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/TrimFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/UpperFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractFromImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractJoinImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/CollectionAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/ListAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapKeyHelpers.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributeJoinSupport.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributePath.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/RootImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SetAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributePath.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractPredicateImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractSimplePredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BetweenPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanAssertionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanExpressionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanStaticAssertionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ComparisonPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/CompoundPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExistsPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExplicitTruthValueCheck.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ImplicitNumericExpressionTypeDeterminer.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/InPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/IsEmptyPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/LikePredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/MemberOfPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/NullnessPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/CallbackResolver.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3AutoFlushEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3DeleteEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3MergeEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3PersistEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveOrUpdateEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EntityCallbackHandler.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/JpaIntegrator.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerFactoryRegistry.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerMessageLogger.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractAttribute.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractManagedType.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/EmbeddableTypeImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetadataContext.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/PluralAttributeImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/AbstractJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/ExplodedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/FileZippedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/InputStreamZippedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarProtocolVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarVisitorFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/NativeScanner.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/PersistenceXmlLoader.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/XmlHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/CacheModeHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/ConfigurationHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/LockModeTypeHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/PersistenceUtilHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/engine/spi/EJB3CascadingAction.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/ParameterTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Helper.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Tool.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Widget.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/AssociationTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Student.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Teacher.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/MergeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RefreshTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RemoveTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/BlobTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/FindTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/PersistTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/CastTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/components/ComponentCriteriaTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/EmbeddedTypeTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/ThingWithQuantity.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/BaseEntityManagerFunctionalTestCase.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/Cat.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CountEntityWithCompositeIdTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityManagerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cacheable/cachemodes/SharedCacheModesTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/DataSourceInjectionTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/PersistenceUnitInfoImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ConfigurationObjectSettingTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerFactorySerializationTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerSerializationTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ExceptionInterceptor.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/LocalExceptionInterceptor.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersistenceUnitInfoAdapter.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/IdentifierGeneratorStrategyProviderTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/hibernateFilters/EntityManagerWithFilteredSessionTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InstrumentedClassLoader.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InterceptFieldClassFileTransformerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/jee/OrmVersionTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/mapping/QuotingTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/MetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/SecondMetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/StaticMetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/attribute/MappedSuperclassWithAttributesTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embedded/MappedSuperclassWithEmbeddedTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/AbstractProduct.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/MappedSuperclassWithEmbeddedIdTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/ProductId.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/AbstractAttribute.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/AbstractAttributeId.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/MappedSuperclassWithEntityWithIdClassTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/ProductAttribute.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/CustomScanner.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/JarVisitorTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagedEntityManagerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagingTestCase.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/ScannerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/JpaEntityNameTest.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractOneToOneMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractToOneMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOnePrimaryKeyJoinColumnMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneAuditEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/ThreeEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityOneAuditedQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/AbstractAuditQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesAtRevisionQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/DefaultAuditStrategy.java
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java
    M hibernate-envers/src/main/java/org/hibernate/tool/EnversSchemaGenerator.java
    M hibernate-envers/src/matrix/java/ee/estonia/entities/Child.java
    M hibernate-envers/src/matrix/java/ee/estonia/entities/Parent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/JndiInfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/TypeOverrides.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/TransactionalAccessDelegate.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/CollectionRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/ReadOnlyAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/EntityRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseGeneralDataRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseTransactionalDataRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/ClassLoaderAwareCache.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampTypeOverrides.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/tm/HibernateTransactionManagerLookup.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/AddressAdapterImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheAdapter.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheAdapterImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheCommandFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheHelper.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/EvictAllCommand.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/FlagAdapter.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractEntityCollectionRegionTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractGeneralDataRegionTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractNonFunctionalTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/InfinispanRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/JndiInfinispanRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/access/PutFromLoadValidatorUnitTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/AbstractCollectionRegionAccessStrategyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/CollectionRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/ReadOnlyExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/TransactionalExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractEntityRegionAccessStrategyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractReadOnlyAccessTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractTransactionalAccessTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/TransactionalExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicReadOnlyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/JndiRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/SingleNodeTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/bulk/BulkOperationsTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/ClassLoaderTestDAO.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedCacheTestSetup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedClassLoaderTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/ClusterAwareRegionFactory.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeConnectionProviderImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaPlatformImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionManagerImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTransactionManagerLookup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/EntityCollectionInvalidationTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/SessionRefreshTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/query/QueryRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/timestamp/TimestampsRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JBossStandaloneJtaExampleTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JtaPlatformImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaConnectionProvider.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaTransactionImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeJtaPlatform.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeTransactionManagerLookup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/CacheTestUtil.java
    M hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProvider.java
    M hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolMessageLogger.java
    M hibernate-proxool/src/test/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProviderTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/RequiresDialect.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseEntityRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseGeneralDataRegion.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/NaturalIdRegionImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteEntityRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/TransactionalCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/FailureExpectedHandler.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/Helper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/TestClassMetadata.java

  Log Message:
  -----------
  HHH-7197 reimport imports


  Commit: d732cfa7d985162053d87e4df728e0fb390f0c5d
      https://github.com/hibernate/hibernate-orm/commit/d732cfa7d985162053d87e4df728e0fb390f0c5d
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java

  Log Message:
  -----------
  HHH-7187 failed tests


  Commit: caf0f70b6266b6fa89c9bc23e54173b9e798ef60
      https://github.com/hibernate/hibernate-orm/commit/caf0f70b6266b6fa89c9bc23e54173b9e798ef60
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java

  Log Message:
  -----------
  HHH-7187 failed tests


  Commit: 38a6c426ff1dc7a70f3eaec8ec90e744d02e1ae3
      https://github.com/hibernate/hibernate-orm/commit/38a6c426ff1dc7a70f3eaec8ec90e744d02e1ae3
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/JdbcDirectoryProfile.groovy

  Log Message:
  -----------
  HHH-7197 rollback change of JdbcDirectoryProfile, seems that is a m9 feature


  Commit: cf181b41b59f1595ffefdf2e51f35a0d41553d56
      https://github.com/hibernate/hibernate-orm/commit/cf181b41b59f1595ffefdf2e51f35a0d41553d56
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java

  Log Message:
  -----------
  HHH-7199 - proper JTA and auto-commit interaction for envers testsuite


  Commit: ff394e4a6a13a11bb1f4d6844433c2309d6bc083
      https://github.com/hibernate/hibernate-orm/commit/ff394e4a6a13a11bb1f4d6844433c2309d6bc083
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
    A hibernate-core/src/test/java/org/hibernate/test/criterion/CriterionTest.java

  Log Message:
  -----------
  HHH-6915 - Restrictions.ilike(String propertyValue, Object value) does not correctly initialize LikeExpresison


  Commit: b2c458592147c06cba7b020f7e43d67426f2adef
      https://github.com/hibernate/hibernate-orm/commit/b2c458592147c06cba7b020f7e43d67426f2adef
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-03-26 (Mon, 26 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaQueryTranslator.java
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java

  Log Message:
  -----------
  HHH-7194

Fixed NullPointerException when using nested Subqueries in the CriteriaAPI when trying to determine the entity name and test that demonstrates the issue.


  Commit: 74e5c3150d0af1465a918039b7b139b5e28e5b5e
      https://github.com/hibernate/hibernate-orm/commit/74e5c3150d0af1465a918039b7b139b5e28e5b5e
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java

  Log Message:
  -----------
  HHH-7187 configurations should be defined in addConfigurationProperties method, instead configure


  Commit: d159dcef6f2eaa11138ebc644c73f4130b3229b2
      https://github.com/hibernate/hibernate-orm/commit/d159dcef6f2eaa11138ebc644c73f4130b3229b2
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2012-03-27 (Tue, 27 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryObserverChain.java

  Log Message:
  -----------
  HHH-7200 SessionFactoryObservers should be notified of the close event in reverse order of the create event


  Commit: 9c55dde59528a3cb52ce438a4f816f6a9f81b7e6
      https://github.com/hibernate/hibernate-orm/commit/9c55dde59528a3cb52ce438a4f816f6a9f81b7e6
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-03-28 (Wed, 28 Mar 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheCommandFactory.java

  Log Message:
  -----------
  HHH-7204 Clear only regions created by the given region factory

Upgraded to Infinispan 5.1.3.FINAL too.


  Commit: 2f62c21cdd22e643d1babbc89004a98c73bc6679
      https://github.com/hibernate/hibernate-orm/commit/2f62c21cdd22e643d1babbc89004a98c73bc6679
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  HHH-7208 - Fix Gradle links in README.md


  Commit: b09e2729c0e63491d794544a738ae4133dceeaf4
      https://github.com/hibernate/hibernate-orm/commit/b09e2729c0e63491d794544a738ae4133dceeaf4
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
    M hibernate-c3p0/hibernate-c3p0.gradle
    A hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/IrrelevantEntity.java
    A hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/StatementCacheTest.java
    M hibernate-c3p0/src/test/resources/hibernate.properties
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java

  Log Message:
  -----------
  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.


  Commit: fd9d168d192688b6ac22130d30fbc10b4d69d9f5
      https://github.com/hibernate/hibernate-orm/commit/fd9d168d192688b6ac22130d30fbc10b4d69d9f5
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java

  Log Message:
  -----------
  HHH-7193 - Transaction Rollback not clearing statement batch on Prepared Statement causes issues with statement caching


  Commit: ce4e2eda87919ebd113d3effcadb1cfe26cbcff6
      https://github.com/hibernate/hibernate-orm/commit/ce4e2eda87919ebd113d3effcadb1cfe26cbcff6
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-29 (Thu, 29 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java

  Log Message:
  -----------
  HHH-7209 - Add varargs versions of Restrictions.and/or


  Commit: 9c207b11281bfeb1bdba585e05eb25755201a9bf
      https://github.com/hibernate/hibernate-orm/commit/9c207b11281bfeb1bdba585e05eb25755201a9bf
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-03-30 (Fri, 30 Mar 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseNaturalIdRegionAccessStrategy.java

  Log Message:
  -----------
  HHH-7210 - Natural-id cache put stats not being correctly updated on insert for "asynch" cache providers


  Commit: 2afa747ef9a0a1af6e03b86d7abd770446ed01de
      https://github.com/hibernate/hibernate-orm/commit/2afa747ef9a0a1af6e03b86d7abd770446ed01de
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/NaturalIdRegionImpl.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/ReadOnlyAccess.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/TransactionalAccess.java

  Log Message:
  -----------
  HHH-7179 impl natural id region in hibernate-infinispan


  Commit: 5fa28e87eaaeba0d178733c72fc090756b1db5a9
      https://github.com/hibernate/hibernate-orm/commit/5fa28e87eaaeba0d178733c72fc090756b1db5a9
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-04-02 (Mon, 02 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/TransactionalAccessDelegate.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/NaturalIdRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/InfinispanRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/Citizen.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/NaturalIdOnManyToOne.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/SingleNodeTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/State.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/NaturalIdInvalidationTestCase.java

  Log Message:
  -----------
  HHH-7179 Complete support for Natural Id caching for Infinispan


  Commit: 52d5d374e54452d4e18d022bbcc879666e1b1ce3
      https://github.com/hibernate/hibernate-orm/commit/52d5d374e54452d4e18d022bbcc879666e1b1ce3
  Author: Scott Marlow <smarlow at redhat.com>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java

  Log Message:
  -----------
  HHH-7179 QueryResultsRegionImpl needs the @Listener annotation (otherwise org.jboss.as.test.integration.jpa.secondlevelcache.JPA2LCTestCase will fail)


  Commit: 3800a0e6959d8f8ee18635ceb0b75c37ad8e0152
      https://github.com/hibernate/hibernate-orm/commit/3800a0e6959d8f8ee18635ceb0b75c37ad8e0152
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/NaturalIdLoadAccess.java
    M hibernate-core/src/main/java/org/hibernate/SimpleNaturalIdLoadAccess.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/AbstractEntityInsertAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityDeleteAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7206 - Manage natural-id synchronization without flushing


  Commit: 13252afcff3fe7efdc8161bba4a3b31a804da31f
      https://github.com/hibernate/hibernate-orm/commit/13252afcff3fe7efdc8161bba4a3b31a804da31f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java

  Log Message:
  -----------
  HHH-6915 - Restrictions.ilike(String propertyValue, Object value) does not correctly initialize LikeExpresison


  Commit: 09538ec20dc4664e1b4dca559f87318678fbc3d2
      https://github.com/hibernate/hibernate-orm/commit/09538ec20dc4664e1b4dca559f87318678fbc3d2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-03 (Tue, 03 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/pc/Persistence_Context.xml
    M documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/GetReferenceWithSession.java
    M documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/LoadWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/NaturalIdLoading.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/SimpleNaturalIdLoading.java

  Log Message:
  -----------
  HHH-7221 - Document natural-id improvements as well as load-access APIs


  Commit: 6193c731916c01afd0caf81d39995de9a671a61f
      https://github.com/hibernate/hibernate-orm/commit/6193c731916c01afd0caf81d39995de9a671a61f
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-04 (Wed, 04 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml

  Log Message:
  -----------
  HHH-7221 - Document natural-id improvements as well as load-access APIs


  Commit: a5b8203bc0c0b33164fda900b7edb68ca26e475a
      https://github.com/hibernate/hibernate-orm/commit/a5b8203bc0c0b33164fda900b7edb68ca26e475a
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-04 (Wed, 04 Apr 2012)

  Changed paths:
    M build.gradle
    M changelog.txt

  Log Message:
  -----------
  release 4.1.2


  Commit: a30a1adc3d52dd79f6ee36c634d0454d499fe58c
      https://github.com/hibernate/hibernate-orm/commit/a30a1adc3d52dd79f6ee36c634d0454d499fe58c
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-04 (Wed, 04 Apr 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  release 4.1.2


  Commit: 2c9949fe5db9393cb34e24da931834c055b67bbe
      https://github.com/hibernate/hibernate-orm/commit/2c9949fe5db9393cb34e24da931834c055b67bbe
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  re-release 4.1.2 with 'Final' qualifier


  Commit: e46d799bbe2884395a09324874505f31e7739fce
      https://github.com/hibernate/hibernate-orm/commit/e46d799bbe2884395a09324874505f31e7739fce
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-05 (Thu, 05 Apr 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  re-release 4.1.2 with 'Final' qualifier


  Commit: ef78e5c3853b6c8d452dfd54120d2c8d9680e1ee
      https://github.com/hibernate/hibernate-orm/commit/ef78e5c3853b6c8d452dfd54120d2c8d9680e1ee
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2012-04-07 (Sat, 07 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cache/NoCacheRegionFactoryAvailableException.java

  Log Message:
  -----------
  Fixing typos in exception message


  Commit: 280751e1181e0db45e5a4dae7d7602cd672df0dd
      https://github.com/hibernate/hibernate-orm/commit/280751e1181e0db45e5a4dae7d7602cd672df0dd
  Author: Baptiste Mathus <batmat at batmat.net>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/fr-FR/content/performance.po

  Log Message:
  -----------
  transactionel -> transactionnel


  Commit: 4270b4777fc7e2de77fb3e66e8eaa8d351f22225
      https://github.com/hibernate/hibernate-orm/commit/4270b4777fc7e2de77fb3e66e8eaa8d351f22225
  Author: nrodrigues <nelson at nelsonjrodrigues.com>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/Loader.java

  Log Message:
  -----------
  HHH-7068 - Fix for "Cursor state not valid" error from AS400 on queries
with setFirstResult.


  Commit: 3f6e6339d9645293d332b9b068f1dec0a7125054
      https://github.com/hibernate/hibernate-orm/commit/3f6e6339d9645293d332b9b068f1dec0a7125054
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/Loader.java

  Log Message:
  -----------
  HHH-7068 - Cursor state not valid error from AS400


  Commit: 5068b8e808bccf170293b5b9b9ebefc9d6821c74
      https://github.com/hibernate/hibernate-orm/commit/5068b8e808bccf170293b5b9b9ebefc9d6821c74
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java

  Log Message:
  -----------
  HHH-7195 Table does not handle quoted catalog


  Commit: 2e5d707307ca6ee989fd47da88020ff5acae6ae3
      https://github.com/hibernate/hibernate-orm/commit/2e5d707307ca6ee989fd47da88020ff5acae6ae3
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-09 (Mon, 09 Apr 2012)

  Changed paths:
    M databases/postgresql84/matrix.gradle
    M databases/postgresql84/resources/hibernate.properties

  Log Message:
  -----------
  update postgresql testing profile


  Commit: 9e53118c4ef6e68d7236ab85b80381ae92bcc54e
      https://github.com/hibernate/hibernate-orm/commit/9e53118c4ef6e68d7236ab85b80381ae92bcc54e
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterParser.java
    M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java

  Log Message:
  -----------
  HHH-2697 - Can't use := for variable assignment within a SQL-Statement


  Commit: 7ed63c282ab123248397ce82bcbd9a7d75d8fe5a
      https://github.com/hibernate/hibernate-orm/commit/7ed63c282ab123248397ce82bcbd9a7d75d8fe5a
  Author: Andre Azevedo <andre.azevedo at gmail.com>
  Date:   2012-04-10 (Tue, 10 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/pt-BR/content/performance.po

  Log Message:
  -----------
  Translating and correcting wrong white-spaces at the end of the string.


  Commit: 5714a59e5e807c6597d3d506bcc162b7745662a4
      https://github.com/hibernate/hibernate-orm/commit/5714a59e5e807c6597d3d506bcc162b7745662a4
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-11 (Wed, 11 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/en-US/content/tutorial.xml

  Log Message:
  -----------
  doc typo


  Commit: a334b9f0afb3ac518211a315ec6aefa023d94de6
      https://github.com/hibernate/hibernate-orm/commit/a334b9f0afb3ac518211a315ec6aefa023d94de6
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/CollectionRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/EntityRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampsRegionImpl.java

  Log Message:
  -----------
  HHH-7238 Remove unneeded cache listeners


  Commit: 5671de517dd634369bed03264c50df19a0736801
      https://github.com/hibernate/hibernate-orm/commit/5671de517dd634369bed03264c50df19a0736801
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-13 (Fri, 13 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java

  Log Message:
  -----------
  HHH-5043 Incorrect handling of hibernate.default_schema in SchemaUpdate


  Commit: a67c1afe103aa309d96ed7e782b0fc51d7ecb3c4
      https://github.com/hibernate/hibernate-orm/commit/a67c1afe103aa309d96ed7e782b0fc51d7ecb3c4
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-16 (Mon, 16 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java

  Log Message:
  -----------
  HHH-7253 NPE thrown by NaturalIdResolutionCache


  Commit: 55de90ec42c9711be59f99ac2b0eb4dbcd4318f5
      https://github.com/hibernate/hibernate-orm/commit/55de90ec42c9711be59f99ac2b0eb4dbcd4318f5
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-04-17 (Tue, 17 Apr 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/TransactionalAccessDelegate.java

  Log Message:
  -----------
  HHH-7256 Use minimalPuts in Infinispan

putFromLoad now checks for minimalPuts to verify whether the entry
is already present in the cache. By doing this, Hibernate stats
appear more precise since putForExternalReads that are no-op because
the cache already contains the entry are not counted as puts. This
avoids confusion amongst users. This should be reverted to checking
PFER's return value when https://issues.jboss.org/browse/ISPN-1986
has been implemented.


  Commit: 88e231f50b982c57da3558d39bd5586270b42958
      https://github.com/hibernate/hibernate-orm/commit/88e231f50b982c57da3558d39bd5586270b42958
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-04-17 (Tue, 17 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java

  Log Message:
  -----------
  Sanity check (to return NONE) prevents null pointer exception on the switch() statment.


  Commit: 7abdf80ebe436bda0605f7a40161d296f9cba7fc
      https://github.com/hibernate/hibernate-orm/commit/7abdf80ebe436bda0605f7a40161d296f9cba7fc
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-04-17 (Tue, 17 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java

  Log Message:
  -----------
  Natural-id : NullPointerException after persisting null String value, if using @NaturalIdCache


  Commit: 75d684149dc73bc6eec176bef4936b80a88c486a
      https://github.com/hibernate/hibernate-orm/commit/75d684149dc73bc6eec176bef4936b80a88c486a
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cache/internal/Timestamper.java

  Log Message:
  -----------
  Fix style and add credit where it is due


  Commit: 775b6da1db4a86582f2b9daa8cffe1164ec49746
      https://github.com/hibernate/hibernate-orm/commit/775b6da1db4a86582f2b9daa8cffe1164ec49746
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/AbstractOracleRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/OracleRevisionEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AbstractOracleTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleExtendedRevisionEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleExtendedRevisionListener.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    M hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
    M hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    M hibernate-envers/src/matrix/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml

  Log Message:
  -----------
  HHH-7187 - Fixing tests on Oracle


  Commit: c4822556c19a6ea2d7be93b505548e834c83d955
      https://github.com/hibernate/hibernate-orm/commit/c4822556c19a6ea2d7be93b505548e834c83d955
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/DefaultRevisionEntity.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/DefaultTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/AbstractOracleRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/OracleRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AbstractOracleTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleExtendedRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleExtendedRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/OracleTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java

  Log Message:
  -----------
  HHH-7187 - Enhanced default revision entity


  Commit: 68dda2c2426d2a61163e5ca1ed0e670f79114ac7
      https://github.com/hibernate/hibernate-orm/commit/68dda2c2426d2a61163e5ca1ed0e670f79114ac7
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java

  Log Message:
  -----------
  HHH-7187 - H2 manual flush tests fix


  Commit: b8e356f96670772adf289a4558a78a7d2a30b329
      https://github.com/hibernate/hibernate-orm/commit/b8e356f96670772adf289a4558a78a7d2a30b329
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

  Log Message:
  -----------
  HHH-7187 - Fixing tests on PostgreSQL


  Commit: c76810ac47bbeb7444355deed909f8069eb0955e
      https://github.com/hibernate/hibernate-orm/commit/c76810ac47bbeb7444355deed909f8069eb0955e
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java

  Log Message:
  -----------
  HHH-7187 - Manual flush mode and @PrimaryKeyJoinColumn tests


  Commit: 7e6815c80c1266173e7a130cd45ceedfd46a9633
      https://github.com/hibernate/hibernate-orm/commit/7e6815c80c1266173e7a130cd45ceedfd46a9633
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java

  Log Message:
  -----------
  HHH-7187 - Enable USE_NEW_ID_GENERATOR_MAPPINGS


  Commit: c7aa99d0d3c1759cbbd596a237c78347310bb3e6
      https://github.com/hibernate/hibernate-orm/commit/c7aa99d0d3c1759cbbd596a237c78347310bb3e6
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/WorkUnitMergeDispatcher.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-7187 - New Envers base test classes


  Commit: c41fee2a07b86951916ba3d41080501b82bf9ea1
      https://github.com/hibernate/hibernate-orm/commit/c41fee2a07b86951916ba3d41080501b82bf9ea1
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java

  Log Message:
  -----------
  HHH-7187 - Moving AbstractEntityTest


  Commit: 95ec3457af961c4116015509180dcca04967604f
      https://github.com/hibernate/hibernate-orm/commit/95ec3457af961c4116015509180dcca04967604f
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-19 (Thu, 19 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/Envers.xml
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
    R hibernate-envers/src/main/java/org/hibernate/envers/enhanced/DefaultRevisionEntity.java
    R hibernate-envers/src/main/java/org/hibernate/envers/enhanced/DefaultTrackingModifiedEntitiesRevisionEntity.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdRevisionEntity.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java

  Log Message:
  -----------
  HHH-7187 - Renaming and documenting enhanced revision entity


  Commit: 9a709fdfa092edba9b8f8721e3a97691e39cd29d
      https://github.com/hibernate/hibernate-orm/commit/9a709fdfa092edba9b8f8721e3a97691e39cd29d
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M README.md
    A hibernate-core/src/test/resources/spy.properties

  Log Message:
  -----------
  Some updates of text and links


  Commit: 1335924dda52a4e7da90b380b4b13cac09a49ac5
      https://github.com/hibernate/hibernate-orm/commit/1335924dda52a4e7da90b380b4b13cac09a49ac5
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Adding Quickstart to readme


  Commit: f08cbec42b80725e7840ae3d05f790f6fa9daa8e
      https://github.com/hibernate/hibernate-orm/commit/f08cbec42b80725e7840ae3d05f790f6fa9daa8e
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fixing typo 'grad;ew' instead of 'gradle'


  Commit: 6cd7857daa753a0f3ad17e3f48ab494a35fec0e7
      https://github.com/hibernate/hibernate-orm/commit/6cd7857daa753a0f3ad17e3f48ab494a35fec0e7
  Author: Hardy Ferentschik <hardy at hibernate.org>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fixing typo


  Commit: 70847a2331d13fd2b34edc4bb895f8de88a47f43
      https://github.com/hibernate/hibernate-orm/commit/70847a2331d13fd2b34edc4bb895f8de88a47f43
  Author: Steve Ebersole <steve at t510.(none)>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
    A hibernate-testing/src/main/java/org/hibernate/testing/jta/JtaAwareConnectionProviderImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java
    A hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaPlatformImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java

  Log Message:
  -----------
  HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing


  Commit: 3cd58b6e7917695c7ad8fb9acc5fa9a2fa95c303
      https://github.com/hibernate/hibernate-orm/commit/3cd58b6e7917695c7ad8fb9acc5fa9a2fa95c303
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/JtaAwareConnectionProviderImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaPlatformImpl.java

  Log Message:
  -----------
  HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing


  Commit: fc068be040f045f90e2722d5643616168f7659ef
      https://github.com/hibernate/hibernate-orm/commit/fc068be040f045f90e2722d5643616168f7659ef
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java

  Log Message:
  -----------
  HHH-7265 : Test case to repro ConcurrentModificationException


  Commit: cfa729d8b3979ef7c8f1c7ea0b0710429540a183
      https://github.com/hibernate/hibernate-orm/commit/cfa729d8b3979ef7c8f1c7ea0b0710429540a183
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-21 (Sat, 21 Apr 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml
    M hibernate-core/src/main/java/org/hibernate/id/IdentifierGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStyleGenerator.java
    M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml

  Log Message:
  -----------
  HHH-6790 - Sequence per entity for enhanced SequenceStyleGenerator


  Commit: 6a7b70d4ccf96b8582127bf15d67c50d2e3557df
      https://github.com/hibernate/hibernate-orm/commit/6a7b70d4ccf96b8582127bf15d67c50d2e3557df
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-22 (Sun, 22 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

  Log Message:
  -----------
  HHH-7187 - Fixing tests on Sybase


  Commit: b78fb983f874d52d65bf674721c88abe3b51c0b1
      https://github.com/hibernate/hibernate-orm/commit/b78fb983f874d52d65bf674721c88abe3b51c0b1
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-testing/hibernate-testing.gradle
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/ExtendedFrameworkMethod.java

  Log Message:
  -----------
  use junit defined in libraries


  Commit: ed0a9fbc00e34683a64b5df9d6228801a71f4cfc
      https://github.com/hibernate/hibernate-orm/commit/ed0a9fbc00e34683a64b5df9d6228801a71f4cfc
  Author: David Mansfield <david at gandalf.cobite.com>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudyAbroad.java

  Log Message:
  -----------
  HHH-6405 test case for setFetchMode ignored using criteria queries


  Commit: f12f2324c65c52dd8bbfe7f3a905a4046469e497
      https://github.com/hibernate/hibernate-orm/commit/f12f2324c65c52dd8bbfe7f3a905a4046469e497
  Author: David Mansfield <david at gandalf.cobite.com>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaJoinWalker.java

  Log Message:
  -----------
  HHH-6405 setFetchMode ignored for some association types when using criteria queries

Re-unifie the two methods getJoinType in the CriteriaJoinWalker, using if/else to delegate to the correct super.getJoinType(...) method as appropriate.  This allows the proper handling for setFetchMode specified in the criteria translator to be applied correctly.


  Commit: 60e92614be0bacfacfcf9cc8d8155957cc8d2802
      https://github.com/hibernate/hibernate-orm/commit/60e92614be0bacfacfcf9cc8d8155957cc8d2802
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaJoinWalker.java

  Log Message:
  -----------
  HHH-6405 - setFetchMode ignored in certain cases when using criteria queries


  Commit: 37b645999c46cf2ece3ed6b7051352ce6dba7919
      https://github.com/hibernate/hibernate-orm/commit/37b645999c46cf2ece3ed6b7051352ce6dba7919
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/A.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/B.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7225 - NullPointerException after persisting null entity value as natural-Id


  Commit: d1a7495218f843665c33c267fd257aec79abe789
      https://github.com/hibernate/hibernate-orm/commit/d1a7495218f843665c33c267fd257aec79abe789
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/D.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7235 - Support null NaturalId values in loadEntityIdByNaturalId query


  Commit: 572e78dce466132391042eab5cdcb0c55b6677c7
      https://github.com/hibernate/hibernate-orm/commit/572e78dce466132391042eab5cdcb0c55b6677c7
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7237 - Inline natural-id synchronization doesn't consider reattached objects


  Commit: 76504f128faa084cd3ad7417743b11a215538f27
      https://github.com/hibernate/hibernate-orm/commit/76504f128faa084cd3ad7417743b11a215538f27
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-04-23 (Mon, 23 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java

  Log Message:
  -----------
  HHH-7237 - Inline natural-id synchronization doesn't consider reattached objects


  Commit: 946f0297bb038d700b0ed32f131a1adfb2fa0335
      https://github.com/hibernate/hibernate-orm/commit/946f0297bb038d700b0ed32f131a1adfb2fa0335
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java

  Log Message:
  -----------
  HHH-7237 - Inline natural-id synchronization doesn't consider reattached objects


  Commit: 98306dd4c1ce0148d404183b216461a45a06ceca
      https://github.com/hibernate/hibernate-orm/commit/98306dd4c1ce0148d404183b216461a45a06ceca
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
    A hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java

  Log Message:
  -----------
  HHH-7272 - Have ClassLoaderServiceImpl use Class.forName rather than ClassLoader.loadClass


  Commit: 279f5457409d0520d67f3f38056ef146c98ba13e
      https://github.com/hibernate/hibernate-orm/commit/279f5457409d0520d67f3f38056ef146c98ba13e
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/classloading/internal/ClassLoaderServiceImpl.java

  Log Message:
  -----------
  HHH-7272 - Have ClassLoaderServiceImpl use Class.forName rather than ClassLoader.loadClass


  Commit: e3e4968960466dbc15b07294b08b98fe90d97272
      https://github.com/hibernate/hibernate-orm/commit/e3e4968960466dbc15b07294b08b98fe90d97272
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java

  Log Message:
  -----------
  HHH-7250 - Bug in SharedCache handling of Natural-id


  Commit: 7fa7a51016616a2adb493a73215df2191a538039
      https://github.com/hibernate/hibernate-orm/commit/7fa7a51016616a2adb493a73215df2191a538039
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  HHH-7239

Adding unit tests for the transaction coordinator when using shared transaction context.
One test to show that Sessions are leaked to the transaction observer, one to show that afterTransactionCompletion is not called on any session other than the main and finally one to show that the original session cannot be reused if child sessions were autoclose or flushBeforeCompletion.


  Commit: f7708a9c6c8523fb65cc37616394ddc21f9d913f
      https://github.com/hibernate/hibernate-orm/commit/f7708a9c6c8523fb65cc37616394ddc21f9d913f
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-24 (Tue, 24 Apr 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java

  Log Message:
  -----------
  HHH-7246 - Fix and test


  Commit: cedd3122d2f0276902f911fe3ffdc0bcdeb364e8
      https://github.com/hibernate/hibernate-orm/commit/cedd3122d2f0276902f911fe3ffdc0bcdeb364e8
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-25 (Wed, 25 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java

  Log Message:
  -----------
  HHH-7276 - Regression allows entity to be looked up by previous natural id


  Commit: ae36824c93ac304685466b8dbe6fcadcc676d0d4
      https://github.com/hibernate/hibernate-orm/commit/ae36824c93ac304685466b8dbe6fcadcc676d0d4
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-25 (Wed, 25 Apr 2012)

  Changed paths:
    M buildSrc/src/main/groovy/org/hibernate/build/qalab/DatabaseAllocator.groovy

  Log Message:
  -----------
  add sybase 15.7


  Commit: 6417ffa1a48ddcc97df401ab0de50f591a3dfe79
      https://github.com/hibernate/hibernate-orm/commit/6417ffa1a48ddcc97df401ab0de50f591a3dfe79
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-04-26 (Thu, 26 Apr 2012)

  Changed paths:
    M hibernate-infinispan/hibernate-infinispan.gradle

  Log Message:
  -----------
  HHH-7280 Upgrade to Infinispan 5.1.4.FINAL


  Commit: bfc8e6ec81e537e595132ec2ba2dcb2f398fa578
      https://github.com/hibernate/hibernate-orm/commit/bfc8e6ec81e537e595132ec2ba2dcb2f398fa578
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-26 (Thu, 26 Apr 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java

  Log Message:
  -----------
  HHH-1512 - Problem to lock a row in a DB2 database with LockMode UPGRADE


  Commit: 016ce8649e60f604289d40d87c0f1c10c61e2a81
      https://github.com/hibernate/hibernate-orm/commit/016ce8649e60f604289d40d87c0f1c10c61e2a81
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java

  Log Message:
  -----------
  HHH-7281 Tests fail on Postgresql due to failure in typecasting


  Commit: 01621d3bb565464e7eb037d2ca90450fa4b77bce
      https://github.com/hibernate/hibernate-orm/commit/01621d3bb565464e7eb037d2ca90450fa4b77bce
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java

  Log Message:
  -----------
  HHH-7283 hibernate is not compilable on JDK7


  Commit: ebe578931c6cbcad0b4e24e1d13818d4527f5ca7
      https://github.com/hibernate/hibernate-orm/commit/ebe578931c6cbcad0b4e24e1d13818d4527f5ca7
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml

  Log Message:
  -----------
  HHH-6405 - setFetchMode ignored in certain cases when using criteria queries


  Commit: a2bbe3cb5351da9ee5656582ec319e62af8a77d9
      https://github.com/hibernate/hibernate-orm/commit/a2bbe3cb5351da9ee5656582ec319e62af8a77d9
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-04-27 (Fri, 27 Apr 2012)

  Changed paths:
    R hibernate-core/src/main/java/org/hibernate/cache/internal/Timestamper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegion.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/CachingRegionFactory.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/Timestamper.java

  Log Message:
  -----------
  HHH-7282 - Move org.hibernate.cache.internal.Timestamper to hibernate-testing module


  Commit: 779e70df4d3346a398ec6e806cf5bd50415ce3e1
      https://github.com/hibernate/hibernate-orm/commit/779e70df4d3346a398ec6e806cf5bd50415ce3e1
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java

  Log Message:
  -----------
  HHH-7187 - Fix ValidityAuditStrategyRevEnd tests


  Commit: 287c0eba8839a713030b151ce13ce07f072a114c
      https://github.com/hibernate/hibernate-orm/commit/287c0eba8839a713030b151ce13ce07f072a114c
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-05-01 (Tue, 01 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java

  Log Message:
  -----------
  Temporary fix until the SPIs can be reworked.  Remove the transaction observer on Session close and added some checks to ensure the session is still open when the listeners fire.


  Commit: a4954798167b6bfe6b8c0a21730b39d097211b16
      https://github.com/hibernate/hibernate-orm/commit/a4954798167b6bfe6b8c0a21730b39d097211b16
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java

  Log Message:
  -----------
  HHH-7239 - have session remove itself from list of transaction observers on close


  Commit: 3a5b2311871cd073715c1d100cdb52a385febc8e
      https://github.com/hibernate/hibernate-orm/commit/3a5b2311871cd073715c1d100cdb52a385febc8e
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java

  Log Message:
  -----------
  HHH-7265 : ConcurrentModificationException in SynchronizationRegistryImpl.notifySynchronizationsAfterTransactionCompletion


  Commit: 48665213ff1efba8127e9a451372fdfb7aa425e8
      https://github.com/hibernate/hibernate-orm/commit/48665213ff1efba8127e9a451372fdfb7aa425e8
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    A hibernate-core/src/main/java/org/hibernate/SessionOwner.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/SessionBuilderImplementor.java

  Log Message:
  -----------
  HHH-7265 : added SessionOwner and SessionBuilderImplementor


  Commit: 23aa8875d804f5caeb2faa55b8cfd52eee3534ab
      https://github.com/hibernate/hibernate-orm/commit/23aa8875d804f5caeb2faa55b8cfd52eee3534ab
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/SessionBuilder.java
    R hibernate-core/src/main/java/org/hibernate/SessionOwner.java
    M hibernate-core/src/main/java/org/hibernate/SharedSessionBuilder.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionBuilderImplementor.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/SessionOwner.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerImpl.java

  Log Message:
  -----------
  HHH-7265 - ConcurrentModificationException in SynchronizationRegistryImpl.notifySynchronizationsAfterTransactionCompletion due to SynchronizationRegistryImpl.clearSynchronizations clearing SynchronizationRegistryImpl.synchronizations


  Commit: bd5e97c201465ce418a863d0faa65414df3caad6
      https://github.com/hibernate/hibernate-orm/commit/bd5e97c201465ce418a863d0faa65414df3caad6
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java

  Log Message:
  -----------
  HHH-7278


  Commit: 94341fdc44733f8c5312d89691b4752ec041b6c7
      https://github.com/hibernate/hibernate-orm/commit/94341fdc44733f8c5312d89691b4752ec041b6c7
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7278 testcases


  Commit: f5e6a44f7e8eb8f75092230f566a29c4c4e78da6
      https://github.com/hibernate/hibernate-orm/commit/f5e6a44f7e8eb8f75092230f566a29c4c4e78da6
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java

  Log Message:
  -----------
  HHH-7279


  Commit: 94cb6b82b5314184ecde67ae3f819a1ee932edf9
      https://github.com/hibernate/hibernate-orm/commit/94cb6b82b5314184ecde67ae3f819a1ee932edf9
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java

  Log Message:
  -----------
  HHH-7245


  Commit: 0bca4ab9d9e9ccf915c0a45ffcd56e90b59dabb8
      https://github.com/hibernate/hibernate-orm/commit/0bca4ab9d9e9ccf915c0a45ffcd56e90b59dabb8
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    M hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java

  Log Message:
  -----------
  testcase for HHH-7245 (Inline natural-id synchronization doesn't
consider objects loaded from shared cache)


  Commit: eb66fed9769cf7c70b0ab4eb7478543f53c43fd1
      https://github.com/hibernate/hibernate-orm/commit/eb66fed9769cf7c70b0ab4eb7478543f53c43fd1
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java

  Log Message:
  -----------
  HHH-7251 PostgreSQL dialects now convert proper HibernateExceptions for Deadlock / lock timeout (not available with NOWAIT query).


  Commit: 089a36a260ab0be0805c0d1f1b5500f7e1460755
      https://github.com/hibernate/hibernate-orm/commit/089a36a260ab0be0805c0d1f1b5500f7e1460755
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java

  Log Message:
  -----------
  HHH-7252

The code was a bit non-obvious (assignment in a method call argument) where it was being done, and the local variable (lockOptions) assignment was missing in the find() method implementation.
I changed all instances of lockOptions assignment to assign before the method call where it's required as an argument, ensuring proper scope for exception mapping.


  Commit: d28cb4c39f7d4b17043dbd6ac07f91bdb3eefaa5
      https://github.com/hibernate/hibernate-orm/commit/d28cb4c39f7d4b17043dbd6ac07f91bdb3eefaa5
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/dialect/PostgreSQL81DialectTestCase.java

  Log Message:
  -----------
  Added a test case for HHH-7251


  Commit: 327002ab02a72eb4fe5de175b79232273ebb2af1
      https://github.com/hibernate/hibernate-orm/commit/327002ab02a72eb4fe5de175b79232273ebb2af1
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java

  Log Message:
  -----------
  Adding a test case for HHH-7252. In this branch, the test case currently fails for PostgreSQL matrix tests, unless HHH-7251 is also applied.


  Commit: c1849d56f64e6c835a7ee901934be52fadef92d8
      https://github.com/hibernate/hibernate-orm/commit/c1849d56f64e6c835a7ee901934be52fadef92d8
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  Changing the test case to no longer fail when PersistenceException is thrown. This feels sooo wrong.

I know dialects aren't mapping lock exceptions properly, and this test case exposes that if you fail the test when PersistenceException is thrown. So what do I do now?

There are other tests in this very test class that don't fail the build when the wrong exception is thrown, even though they clearly should.


  Commit: cb1c4857748b0a7cae18610f17d0367b84475090
      https://github.com/hibernate/hibernate-orm/commit/cb1c4857748b0a7cae18610f17d0367b84475090
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  Yes, much cleaner...


  Commit: 5c0d4490827bff0cc59cc249d157a04d996e5b36
      https://github.com/hibernate/hibernate-orm/commit/5c0d4490827bff0cc59cc249d157a04d996e5b36
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  Cleaned up the dialect error conversion a little bit for PostgresSQL. I was doing more than I needed to.

Updated the LockTest to enable another nowait test for postgresql.


  Commit: 8b40d71c84c072c134e2111729a4e36283867b3a
      https://github.com/hibernate/hibernate-orm/commit/8b40d71c84c072c134e2111729a4e36283867b3a
  Author: Bryan Varner <bryan at varnernet.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  Renamed the test case to be more consistent.


  Commit: a2a55d8ab69ed75b76e003606412c6000b8430f1
      https://github.com/hibernate/hibernate-orm/commit/a2a55d8ab69ed75b76e003606412c6000b8430f1
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/transactions/Transactions.xml

  Log Message:
  -----------
  HHH-7274 - Developer Guide reverses discussion of CMTTransactionFactory and JTATransactionFactory


  Commit: 6ca09342f85865556f791166efb3e1da0e51dbdd
      https://github.com/hibernate/hibernate-orm/commit/6ca09342f85865556f791166efb3e1da0e51dbdd
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java

  Log Message:
  -----------
  HHH-7296 - NPE in JtaTransaction#markRollbackOnly


  Commit: 71a0698226861dff8e38fba6bd0b5f1fdf32ca5e
      https://github.com/hibernate/hibernate-orm/commit/71a0698226861dff8e38fba6bd0b5f1fdf32ca5e
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
    A hibernate-core/src/test/java/org/hibernate/event/internal/EventCacheTest.java

  Log Message:
  -----------
  HHH-6848 : Performance Optimization of in memory merge algorithm (Wim Ockerman)


  Commit: 62192827ccc85ea8f76723f903fce512768d7456
      https://github.com/hibernate/hibernate-orm/commit/62192827ccc85ea8f76723f903fce512768d7456
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
    M hibernate-core/src/test/java/org/hibernate/event/internal/EventCacheTest.java

  Log Message:
  -----------
  HHH-6848 : Performance Optimization of in memory merge algorithm (Wim Ockerman)


  Commit: 4e907b6e4cbcf420bbd9b7bb961df122ac48d269
      https://github.com/hibernate/hibernate-orm/commit/4e907b6e4cbcf420bbd9b7bb961df122ac48d269
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
    M hibernate-core/src/test/java/org/hibernate/event/internal/EventCacheTest.java

  Log Message:
  -----------
  HHH-6848 : Performance Optimization of in memory merge algorithm (Wim Ockerman)


  Commit: 9e1095cafa3c5093d21476d5b993597352ff6bc4
      https://github.com/hibernate/hibernate-orm/commit/9e1095cafa3c5093d21476d5b993597352ff6bc4
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M build.gradle
    M changelog.txt

  Log Message:
  -----------
  prep for 4.1.3.Final


  Commit: 606752f867066bad109ffa3192fc75b5a0b13d56
      https://github.com/hibernate/hibernate-orm/commit/606752f867066bad109ffa3192fc75b5a0b13d56
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-02 (Wed, 02 May 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  Update version to 4.1.4-SNAPSHOT


  Commit: d81f65715b235ada3127a7fc54c380927583df17
      https://github.com/hibernate/hibernate-orm/commit/d81f65715b235ada3127a7fc54c380927583df17
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  Pull-request for HHH-3961 


  Commit: ea4125b0260ca8256eeb8c211f8d3f4570eb9f54
      https://github.com/hibernate/hibernate-orm/commit/ea4125b0260ca8256eeb8c211f8d3f4570eb9f54
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/Product.java
    A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  Testcases for 
HHH-3961 SQLServerDialect, support nowait in LockMode.UPGRADE_NOWAIT 
HHH-7198 SQLServer2005Dialect.getLimitString turns tablenames to
lowercase -> SQLGrammarException


  Commit: 27f8a4bf93e775f40cc07e207e09af9aef64bf07
      https://github.com/hibernate/hibernate-orm/commit/27f8a4bf93e775f40cc07e207e09af9aef64bf07
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  HHH-7198 SQLServer2005Dialect.getLimitString turns tablenames
to lowercase


  Commit: 76ed4d44eb4b8d420f51a04f7e27b9f269b9fc06
      https://github.com/hibernate/hibernate-orm/commit/76ed4d44eb4b8d420f51a04f7e27b9f269b9fc06
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  fixed testcases


  Commit: 2f0609819b76e15ae6fd2da6e0aa197c9a79345c
      https://github.com/hibernate/hibernate-orm/commit/2f0609819b76e15ae6fd2da6e0aa197c9a79345c
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/Product.java
    A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/Product2.java
    M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  HHH-7198 HHH-3961


  Commit: 007bbe45a921f72b2792ee553ec6ca16ad0b2b3c
      https://github.com/hibernate/hibernate-orm/commit/007bbe45a921f72b2792ee553ec6ca16ad0b2b3c
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java

  Log Message:
  -----------
  HHH-7294 - Fixing test case


  Commit: 070ee532f52e2243894a39521e211470b130c1aa
      https://github.com/hibernate/hibernate-orm/commit/070ee532f52e2243894a39521e211470b130c1aa
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
    A hibernate-core/src/main/java/org/hibernate/exception/LockTimeoutException.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  HHH-7298 - regression, org.hibernate.ejb.test.lock.LockTest


  Commit: 8e454577284892c2421f10867929f967cbac04ba
      https://github.com/hibernate/hibernate-orm/commit/8e454577284892c2421f10867929f967cbac04ba
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/SQLStateConversionDelegate.java

  Log Message:
  -----------
  HHH-7298 - regression, org.hibernate.ejb.test.lock.LockTest


  Commit: 3cddb27d60c2c7f16ad8ee920202a3b8b1b927d3
      https://github.com/hibernate/hibernate-orm/commit/3cddb27d60c2c7f16ad8ee920202a3b8b1b927d3
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-04 (Fri, 04 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java

  Log Message:
  -----------
  HHH-7198 - SQLServer2005Dialect.getLimitString turns tablenames to lowercase ->  SQLGrammarException: when mapping tables with capital letters


  Commit: c533f215c5feb2aed66913f7509b8260f1114ae9
      https://github.com/hibernate/hibernate-orm/commit/c533f215c5feb2aed66913f7509b8260f1114ae9
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-10 (Thu, 10 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultAutoFlushEventListener.java
    A hibernate-core/src/matrix/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    A hibernate-core/src/matrix/java/org/hibernate/test/flush/UnrelatedEntity.java

  Log Message:
  -----------
  HHH-7316 : Collection removal actions added by DefaultAutoFlushEventListener.onAutoFlush() are not removed when flush is not needed


  Commit: ce74c6aa3a8638f7c0fccbac5aaa9b9a7d30c227
      https://github.com/hibernate/hibernate-orm/commit/ce74c6aa3a8638f7c0fccbac5aaa9b9a7d30c227
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2012-05-11 (Fri, 11 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java

  Log Message:
  -----------
  HHH-7317 : Boolean values bound to parameters in SQL predicate cause failures using DB2 with deferPrepares = true


  Commit: 16d11f84224d011924d8274a6d84c0d5361260df
      https://github.com/hibernate/hibernate-orm/commit/16d11f84224d011924d8274a6d84c0d5361260df
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentElementHolder.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIndexedElementHolder.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/JoinSequence.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
    M hibernate-core/src/main/java/org/hibernate/loader/DefaultEntityAliases.java
    M hibernate-core/src/main/java/org/hibernate/loader/GeneratedCollectionAliases.java
    M hibernate-core/src/main/java/org/hibernate/loader/OuterJoinableAssociation.java
    M hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java

  Log Message:
  -----------
  Replace CollectionHelper.EMPTY_X with java.util.Collections.EMPTY_X


  Commit: 3e9dadc6d92c58748a59539d851ed1eb12eb47e1
      https://github.com/hibernate/hibernate-orm/commit/3e9dadc6d92c58748a59539d851ed1eb12eb47e1
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java

  Log Message:
  -----------
  memory adjustment


  Commit: cf8bca62007933cc8f87d9c9bd36ac3b48b885d4
      https://github.com/hibernate/hibernate-orm/commit/cf8bca62007933cc8f87d9c9bd36ac3b48b885d4
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  fixing test case, was a typo


  Commit: bff4a0621460374f7499b8469d7dee79a7a244e9
      https://github.com/hibernate/hibernate-orm/commit/bff4a0621460374f7499b8469d7dee79a7a244e9
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java

  Log Message:
  -----------
  HHH-6310 HHH-6728 HHH-7019 HHH-6950 - SQLServer getLimitString() correction


  Commit: f938a9d10e22337e56994d529f952a8125c7d8c9
      https://github.com/hibernate/hibernate-orm/commit/f938a9d10e22337e56994d529f952a8125c7d8c9
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-13 (Sun, 13 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  Typo in a comment


  Commit: 42b2939e7c28198269b37722a5b7e20d14159399
      https://github.com/hibernate/hibernate-orm/commit/42b2939e7c28198269b37722a5b7e20d14159399
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java

  Log Message:
  -----------
  HHH-6849 - JavaDoc update


  Commit: 975877e5c718a0971684f50dd06435c0d1ffe035
      https://github.com/hibernate/hibernate-orm/commit/975877e5c718a0971684f50dd06435c0d1ffe035
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-14 (Mon, 14 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  fail test if timeout


  Commit: c341a3ba2c009c33d3c600b0dd36880fa53196b7
      https://github.com/hibernate/hibernate-orm/commit/c341a3ba2c009c33d3c600b0dd36880fa53196b7
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-17 (Thu, 17 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java

  Log Message:
  -----------
  add timeout check to avoid hangs


  Commit: 04b62e1a54e3d737d4e106dbf14e8f736f91d828
      https://github.com/hibernate/hibernate-orm/commit/04b62e1a54e3d737d4e106dbf14e8f736f91d828
  Author: Emmanuel Bernard <emmanuel at hibernate.org>
  Date:   2012-05-21 (Mon, 21 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/classloading/internal/ClassLoaderServiceImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/service/ClassLoaderServiceImplTest.java

  Log Message:
  -----------
  HHH-7084 Do not use ClassLoaderServiceImpl classloader as parent classloader for synthetic ClassLoader


  Commit: db347c9de7deec7a173d476f0d7a5d263b55840c
      https://github.com/hibernate/hibernate-orm/commit/db347c9de7deec7a173d476f0d7a5d263b55840c
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest2.java
    A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java

  Log Message:
  -----------
  HHH-7074 - the replacement annotations of @Entity are not working


  Commit: 1f467c01a4ba384942adc8c5ef47d45894080674
      https://github.com/hibernate/hibernate-orm/commit/1f467c01a4ba384942adc8c5ef47d45894080674
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  HHH-7323 this test changes the Database Collation but not changed it back, which causes some other tests fail


  Commit: d92e91bb4d32a225eec7c728cc7ce52ccc0b1b7e
      https://github.com/hibernate/hibernate-orm/commit/d92e91bb4d32a225eec7c728cc7ce52ccc0b1b7e
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M databases/postgresql84/resources/hibernate.properties
    M documentation/src/main/docbook/devguide/en-US/Database_Access.xml
    M documentation/src/main/docbook/devguide/en-US/extras/hibernate.properties
    M documentation/src/main/docbook/manual/en-US/content/configuration.xml
    M hibernate-core/src/main/java/org/hibernate/criterion/IlikeExpression.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    M hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    M hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java

  Log Message:
  -----------
  HHH-7346 Tests fail on Postgresql due to failure in typecasts


  Commit: 9b501805c6f5ca874df900562bbdca526bb09ffb
      https://github.com/hibernate/hibernate-orm/commit/9b501805c6f5ca874df900562bbdca526bb09ffb
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M .gitignore
    A databases/derby/matrix.gradle
    A databases/derby/resources/hibernate.properties
    M hibernate-core/src/test/resources/hibernate.properties

  Log Message:
  -----------
  HHH-7345 add derby to the matrix testing suite


  Commit: 7ed323a51f0c509288afaaec98679c60955cfce1
      https://github.com/hibernate/hibernate-orm/commit/7ed323a51f0c509288afaaec98679c60955cfce1
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-core/src/test/resources/hibernate.properties

  Log Message:
  -----------
  HHH-7345 rollback hibernate.properties


  Commit: 4b74517dcd607e5602fb747e529e2892ad03fa77
      https://github.com/hibernate/hibernate-orm/commit/4b74517dcd607e5602fb747e529e2892ad03fa77
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java

  Log Message:
  -----------
  HHH-7347 fail test if it runs longer than 30 minutes to prevent hangs


  Commit: e1062cfa2262104dd7b567ddf420994d6ce01dfd
      https://github.com/hibernate/hibernate-orm/commit/e1062cfa2262104dd7b567ddf420994d6ce01dfd
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractMultiTenantConnectionProvider.java

  Log Message:
  -----------
  HHH-7348 - AbstractMultiTenantConnectionProvider not closing connections


  Commit: 09d2c0d3a2934ebeef9427f1a7504023ef9cccce
      https://github.com/hibernate/hibernate-orm/commit/09d2c0d3a2934ebeef9427f1a7504023ef9cccce
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java

  Log Message:
  -----------
  HHH-7306 - Allow use of CurrentTenantIdentifierResolver in normal session opening


  Commit: 7ed87233a9b42c73494e3e782672e09a06766884
      https://github.com/hibernate/hibernate-orm/commit/7ed87233a9b42c73494e3e782672e09a06766884
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/Multi_Tenancy.xml

  Log Message:
  -----------
  HHH-7306 - Allow use of CurrentTenantIdentifierResolver in normal session opening


  Commit: af554fe59b20c8cd5ef5078c212be0fafd88a68e
      https://github.com/hibernate/hibernate-orm/commit/af554fe59b20c8cd5ef5078c212be0fafd88a68e
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-23 (Wed, 23 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java
    A hibernate-envers/src/main/java/org/hibernate/envers/tools/query/UpdateBuilder.java

  Log Message:
  -----------
  HHH-7093 - ValidityAuditStrategy behaviour depending on row value constractor feature


  Commit: 61a8416463431aef08dbc07c7b45ad22b66735dd
      https://github.com/hibernate/hibernate-orm/commit/61a8416463431aef08dbc07c7b45ad22b66735dd
  Author: Galder Zamarreño <galder at zamarreno.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/CollectionRegionImpl.java
    R hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/ReadOnlyAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/CollectionRegionImplTestCase.java
    R hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/ReadOnlyExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractReadOnlyAccessTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/ReadOnlyExtraAPITestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/AbstractFunctionalTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicReadOnlyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java

  Log Message:
  -----------
  ISPN-7350 Read only entities can be inserted and deleted


  Commit: 51aa11422486f3c5d3ba0ec95472b038bcabe99d
      https://github.com/hibernate/hibernate-orm/commit/51aa11422486f3c5d3ba0ec95472b038bcabe99d
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-25 (Fri, 25 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java

  Log Message:
  -----------
  HHH-7093 - Oracle does not support row value constructor syntax


  Commit: 32d36f6ea984a8dabf8655352244be1510e03081
      https://github.com/hibernate/hibernate-orm/commit/32d36f6ea984a8dabf8655352244be1510e03081
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UnversionedLock.java

  Log Message:
  -----------
  HHH-7356 add failure expected test


  Commit: 2036d1479f53731cef3d8d39b318d3d6c12ce505
      https://github.com/hibernate/hibernate-orm/commit/2036d1479f53731cef3d8d39b318d3d6c12ce505
  Author: Guenther Demetz <guenther.demetz at wuerth-phoenix.com>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java

  Log Message:
  -----------
  hhh-7112


  Commit: 4266cd35850e05c039dfa952952b48b4a1c389e6
      https://github.com/hibernate/hibernate-orm/commit/4266cd35850e05c039dfa952952b48b4a1c389e6
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/NamedQueryDefinition.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  HHH-7356 javax.persistence.lock.timeout hint is ignored by @NamedQuery


  Commit: ed266c593a4d203957b4364ab8d7a3d5404815ca
      https://github.com/hibernate/hibernate-orm/commit/ed266c593a4d203957b4364ab8d7a3d5404815ca
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractQueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  HHH-6256 persistence.xml-specified javax.persistence.lock.timeout is ignored
HHH-6846 Support for Query.setHint(javax.persistence.lock.timeout)


  Commit: 835f4452ebc4ee08fdf014e698994c2c31a92aeb
      https://github.com/hibernate/hibernate-orm/commit/835f4452ebc4ee08fdf014e698994c2c31a92aeb
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-29 (Tue, 29 May 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java

  Log Message:
  -----------
  HHH-7295 - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly


  Commit: 06f0a13ee367f62d6cdeed4a8ad54067189dcb5e
      https://github.com/hibernate/hibernate-orm/commit/06f0a13ee367f62d6cdeed4a8ad54067189dcb5e
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java

  Log Message:
  -----------
  HHH-7295 - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly


  Commit: 0c1569c4f4ade941398d749401f03fdf04306e35
      https://github.com/hibernate/hibernate-orm/commit/0c1569c4f4ade941398d749401f03fdf04306e35
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  HHH-6846 lock timeout is in milliseconds


  Commit: dddc959311e20e3e9bf4e09281a037cc3e9ab9e1
      https://github.com/hibernate/hibernate-orm/commit/dddc959311e20e3e9bf4e09281a037cc3e9ab9e1
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractQueryImpl.java

  Log Message:
  -----------
  HHH-6846 lock timeout is in milliseconds


  Commit: c8431ce5d9a55a2b9e76af5df4e5a1fd8d593be8
      https://github.com/hibernate/hibernate-orm/commit/c8431ce5d9a55a2b9e76af5df4e5a1fd8d593be8
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cache/spi/QueryKey.java

  Log Message:
  -----------
  HHH-5881 - Add getter for "namedParameters" to QueryKey


  Commit: 8211c97ace61499c3d7af98759bce87b3ab789c3
      https://github.com/hibernate/hibernate-orm/commit/8211c97ace61499c3d7af98759bce87b3ab789c3
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java

  Log Message:
  -----------
  HHH-7295 - Simplify ValidityAuditStrategy#perform() method


  Commit: 665798339da24e0796475e75ac0cb983b635c471
      https://github.com/hibernate/hibernate-orm/commit/665798339da24e0796475e75ac0cb983b635c471
  Author: andrigtmiller <andy.miller at jboss.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    R hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java

  Log Message:
  -----------
  HHH-7350 - removed overridden methods in ReadOnlyAccess lock/unlock an instance and/or region of the cache, since inserts and deletes are allowed with a CacheConcurrencyStrategy of READ_ONLY.


  Commit: 27df73641240659405ff6434a0465d491dd6a53f
      https://github.com/hibernate/hibernate-orm/commit/27df73641240659405ff6434a0465d491dd6a53f
  Author: andrigtmiller <andy.miller at jboss.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java

  Log Message:
  -----------
  HHH-7350 - Fixed up the unit tests, to allow the lock of the cache region for an access strategy of READ_ONLY.


  Commit: a203ea65aa686510199d93102d48b5b6b7031151
      https://github.com/hibernate/hibernate-orm/commit/a203ea65aa686510199d93102d48b5b6b7031151
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheCollectionRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheEntityRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/ReadOnlyAccess.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyEntityRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyNaturalIdRegionAccessStrategy.java

  Log Message:
  -----------
  HHH-7350 read-only entities can not be deleted from 2LC


  Commit: fe7a5d74c5611a96af8cd443202c09e5d573c49a
      https://github.com/hibernate/hibernate-orm/commit/fe7a5d74c5611a96af8cd443202c09e5d573c49a
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java

  Log Message:
  -----------
  HHH-7350 read-only entities can not be deleted from 2LC


  Commit: 29103357a9ba2306a2d7d1ab9907e4f55b81249e
      https://github.com/hibernate/hibernate-orm/commit/29103357a9ba2306a2d7d1ab9907e4f55b81249e
  Author: Shawn Clowater <Shawn.Clowater at entero.com>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/test/java/org/hibernate/test/dirtiness/Thing.java

  Log Message:
  -----------
  HHH-7292 - Changed the EntityEntry to check the CustomDirtynessStrategy first to determine if the entity needs to continue with the dirty check.  Previously if the entity had mutable properties then it would bypass the custom dirty check.
To maintain legacy functionality still checking the mutable properties before checking the instrumented dirtyFlg (if applicable)

Added a Date property to the "Thing" test entity to verify that with mutable properties that the CustomDirtynessStrategy is still called.


  Commit: 2b213dabc3077b9e38be232bf65e11472365243d
      https://github.com/hibernate/hibernate-orm/commit/2b213dabc3077b9e38be232bf65e11472365243d
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java

  Log Message:
  -----------
  HHH-7298 regression, org.hibernate.ejb.test.lock.LockTest


  Commit: 44fcd0a156c61710f4f2494e996ea5ed230e9da8
      https://github.com/hibernate/hibernate-orm/commit/44fcd0a156c61710f4f2494e996ea5ed230e9da8
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractMapComponentNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapEntryNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapKeyNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapValueNode.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java

  Log Message:
  -----------
  HHH-5396 - JPQL KEY(), ENTRY() and VALUE() does not recognize alias refs


  Commit: 1de554b68a0e6eb68b060f3672fa5c9ec03ece3a
      https://github.com/hibernate/hibernate-orm/commit/1de554b68a0e6eb68b060f3672fa5c9ec03ece3a
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java

  Log Message:
  -----------
  HHH-7298 regression, org.hibernate.ejb.test.lock.LockTest


  Commit: ba5a139bd1c84726df1f239fffb980125e87076c
      https://github.com/hibernate/hibernate-orm/commit/ba5a139bd1c84726df1f239fffb980125e87076c
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java

  Log Message:
  -----------
  HHH-5396 JPQL KEY(), ENTRY() and VALUE() does not recognize alias refs


  Commit: 66aa329b1cd8c76c42a1caa8fb631ddcf49997f3
      https://github.com/hibernate/hibernate-orm/commit/66aa329b1cd8c76c42a1caa8fb631ddcf49997f3
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M build.gradle
    M changelog.txt

  Log Message:
  -----------
  4.1.4 release


  Commit: 8509c08761141286e6f32f38fc7a5297cb4bce36
      https://github.com/hibernate/hibernate-orm/commit/8509c08761141286e6f32f38fc7a5297cb4bce36
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  4.1.4 release


  Commit: 99cd8455a11006ea1f32e172652544461d8946e9
      https://github.com/hibernate/hibernate-orm/commit/99cd8455a11006ea1f32e172652544461d8946e9
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-30 (Wed, 30 May 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml

  Log Message:
  -----------
  HHH-7350 update the docs


  Commit: bf69f8a382a4a1b36381be7b38d5b726eb6974ac
      https://github.com/hibernate/hibernate-orm/commit/bf69f8a382a4a1b36381be7b38d5b726eb6974ac
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
    M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java

  Log Message:
  -----------
  HHH-7298 regression, org.hibernate.ejb.test.lock.LockTest


  Commit: c0b4b7a577e122b683cc2f8c0f8c7dda621ed8f9
      https://github.com/hibernate/hibernate-orm/commit/c0b4b7a577e122b683cc2f8c0f8c7dda621ed8f9
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-05-31 (Thu, 31 May 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java
    M hibernate-core/src/main/java/org/hibernate/loader/AbstractEntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java

  Log Message:
  -----------
  HHH-7298 regression, org.hibernate.ejb.test.lock.LockTest


  Commit: 0996a970ab6515a28c5844f7270ee18a5e1a9114
      https://github.com/hibernate/hibernate-orm/commit/0996a970ab6515a28c5844f7270ee18a5e1a9114
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M databases/postgresql84/resources/hibernate.properties
    M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java

  Log Message:
  -----------
  HHH-7298 org.hibernate.test.dialect.functional.SQLServerDialectTest#testLockNowaitSqlServer catches wrong exception


  Commit: c02de61f242e22eb49b90cea6589ca3ef70008ff
      https://github.com/hibernate/hibernate-orm/commit/c02de61f242e22eb49b90cea6589ca3ef70008ff
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java

  Log Message:
  -----------
  HHH-7298 seems DB2 do not support set lock timeout from statement level


  Commit: e26b8be6a5a935ae00e537c01c59a6fcb24fc67d
      https://github.com/hibernate/hibernate-orm/commit/e26b8be6a5a935ae00e537c01c59a6fcb24fc67d
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-01 (Fri, 01 Jun 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
    A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Child.java
    A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Parent.java

  Log Message:
  -----------
  HHH-6707 - One-to-One mapping with foreign key in target table and foreign key being the primary key fails with Oracle


  Commit: ab8930d925d1620edf94085eb486d3559782a0b9
      https://github.com/hibernate/hibernate-orm/commit/ab8930d925d1620edf94085eb486d3559782a0b9
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2012-06-03 (Sun, 03 Jun 2012)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java

  Log Message:
  -----------
  HHH-7298 sybase ase 15.7 doesn't support lock timeout in statement level


  Commit: 95050f5d5ae58c4a6d40cf7db75bf7710fcfc6d0
      https://github.com/hibernate/hibernate-orm/commit/95050f5d5ae58c4a6d40cf7db75bf7710fcfc6d0
  Author: Martin Eisenhardt <martin.eisenhardt at mneisen.org>
  Date:   2012-06-04 (Mon, 04 Jun 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/en-US/content/collection_mapping.xml

  Log Message:
  -----------
  Fixed typo.


  Commit: 886cf9157daef66ac4ca1ecc7f8c53c0cd26e313
      https://github.com/hibernate/hibernate-orm/commit/886cf9157daef66ac4ca1ecc7f8c53c0cd26e313
  Author: Martin Eisenhardt <martin.eisenhardt at mneisen.org>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M documentation/src/main/docbook/manual/en-US/content/collection_mapping.xml

  Log Message:
  -----------
  Added missing word.


  Commit: 9b1521c29a50e5121f4e75733d20f10fd449af26
      https://github.com/hibernate/hibernate-orm/commit/9b1521c29a50e5121f4e75733d20f10fd449af26
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/EmbeddedTypeTest.java

  Log Message:
  -----------
  HHH-6896 - Metamodel.managedType(...) implemented incorrectly


  Commit: d971317e1b374ceb9c44f4927a4d8276ba63a85d
      https://github.com/hibernate/hibernate-orm/commit/d971317e1b374ceb9c44f4927a4d8276ba63a85d
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-05 (Tue, 05 Jun 2012)

  Changed paths:
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetadataContext.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/MappedSuperclassTypeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/SomeMappedSuperclass.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/SomeMappedSuperclassSubclass.java

  Log Message:
  -----------
  HHH-6896 - Metamodel.managedType(...) implemented incorrectly


  Commit: 67c5000885a6721b0b0e69164f0a48830ff1d4ce
      https://github.com/hibernate/hibernate-orm/commit/67c5000885a6721b0b0e69164f0a48830ff1d4ce
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-06 (Wed, 06 Jun 2012)

  Changed paths:
    M hibernate-core/src/main/antlr/hql-sql.g
    M hibernate-core/src/main/antlr/hql.g
    M hibernate-core/src/main/antlr/sql-gen.g
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractMapComponentNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapKeyNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapValueNode.java
    M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    M hibernate-core/src/test/resources/log4j.properties

  Log Message:
  -----------
  HHH-7374 - Support KEY, ENTRY and VALUE qualifiers in WHERE clause


  Commit: 77d83b8a10de737b3c979391b64fafd2ddce074e
      https://github.com/hibernate/hibernate-orm/commit/77d83b8a10de737b3c979391b64fafd2ddce074e
  Author: Lukasz Antoniak <lukasz.antoniak at gmail.com>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostUpdateEventListenerImpl.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java

  Log Message:
  -----------
  HHH-5411 - Fix and test


  Commit: 0196ad20f8943cab90fd8d35d2349b247aab6695
      https://github.com/hibernate/hibernate-orm/commit/0196ad20f8943cab90fd8d35d2349b247aab6695
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/matrix/MatrixTestingPlugin.groovy
    M hibernate-core/hibernate-core.gradle
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/EntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Bed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/BigBed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Chair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Closet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Furniture.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Gardenshed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Thingy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Woody.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/AnyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/CharProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/IntegerProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/LongProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/Property.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyMap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/StringProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Contest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Button.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Display.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Range.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Hammer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Mouth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/PersonPair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Tooth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/AId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Channel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ChildPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/LittleGenius.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Presenter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgram.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Boy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Bug.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Character.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Products.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Toy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/Grade.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/AddressType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/CorpType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Leg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Manager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Nationality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Summary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Swap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Father.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Mother.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Son.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CasterStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CommunityBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Drill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FirstName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Flight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FormalLastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Length.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Narrative.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Peugot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PowerDrill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Race.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Ransom.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Starred.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Topic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tree.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/WashingMachine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ZipCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Branch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Leaf.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Classes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/DNA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Dummy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Gene.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/GenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PaperType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Price.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PricedStuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/SomeGuy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/StateType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Stuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/WildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Project.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Dress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Gas.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Generation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/News.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Software.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Training.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Version.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Apple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Carrot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Fruit.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Tomato.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Death.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/DogPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Life.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysUserOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/LoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Team.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Editor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/CatPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Contractor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Friend.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Inspector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Supplier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Zone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Carz.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ForestType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Frame.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lens.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lotz.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/LotzPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/NodePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/TreeType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/UserPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Coin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Currency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Monkey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Organisation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Politician.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Soldier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Street.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Tiger.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Trainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Troop.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Addr.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Move.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialSite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Trip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Deck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/EntityPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/PersisterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/AllTables.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Area.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Captain.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/CasimirParticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Chaos.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Darkness.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dimensions.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Mark.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Night.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Twilight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Storm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/HighestBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Component.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Machine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Robot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/T800.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/LuggageImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/OwnerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Size.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/SizeImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/TargetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/Dvd.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/TypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Antenna.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Conductor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/DBTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/GeneratedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/IndexTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/VMTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Vehicule.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Government.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Z.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/AnyTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/ComplexPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/IntegerPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Properties.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/StringPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/BatchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/CacheableItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/InsertedDataTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/RefreshTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Route.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Tour.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Transport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseDetail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/BagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/IMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/ListOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/PersistentMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/CollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/OptionalComponent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Definition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Value.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/AbstractFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Bar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CityState.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Code.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Foo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/GreatFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ListActionRole.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StringExpression.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/VersionedRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MutualFund.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/types.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Note.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Suite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/Product2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/UniversityCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/CollectionListeners.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/DynamicFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Author.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Publisher.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/UnrelatedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Detail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Classification.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassificationType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/DomesticAnimal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EJBQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/IntegerVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Joiner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Lizard.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/PettingZoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Pickup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Reptile.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SUV.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/StateProvince.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/TimestampVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Versions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/WithClauseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/IdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/CustomerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/FavoriteCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItemPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/Executable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InterceptorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Log.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/IterateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Boat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/OptionalJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Comment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MySubclassEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Other.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/JPALockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetailTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/StatisticsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/BlobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableData.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/map/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/MapIndexFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/MixedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/OnDeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleOpsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/OptimisticLockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/PublicationDate.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/OrphanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DistinctSelectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Entry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Tag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/ProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerB.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/SortTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Dimension.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Organization.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Speech.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Resource.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Locality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Province.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/SessionStatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/StatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Site.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Ternary.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/TernaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/ByteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/Issue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/BackrefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Hive.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Seller.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/PersonThing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/VersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/DbVersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/WhereTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/BigBed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Chair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Closet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Thingy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/CharProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/IntegerProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/LongProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/Property.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyMap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/StringProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Contest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Button.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Display.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Range.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Hammer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Mouth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/PersonPair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/AId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Channel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ChildPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/LittleGenius.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Presenter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgram.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Bug.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Character.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Products.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/Grade.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/AddressType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Leg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Manager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Nationality.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Summary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Swap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Son.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CasterStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CommunityBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Drill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FirstName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Flight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FormalLastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Length.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Narrative.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Peugot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PowerDrill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Race.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Ransom.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Starred.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Topic.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tree.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/WashingMachine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Branch.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Leaf.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Classes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/DNA.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Dummy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Gene.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PaperType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Price.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PricedStuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/SomeGuy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/StateType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Stuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/WildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Project.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Dress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Gas.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Generation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/News.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painting.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Software.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Version.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Apple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Carrot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Fruit.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Tomato.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Death.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/DogPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Life.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysUserOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Editor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/CatPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Contractor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Friend.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Inspector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Supplier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Zone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Carz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Frame.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lens.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lotz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/LotzPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/NodePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/TreeType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/UserPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/Citizen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Coin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Currency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Monkey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Organisation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Politician.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Soldier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Street.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Tiger.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Addr.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Move.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialSite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Trip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/EntityPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Captain.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/CasimirParticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Darkness.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dimensions.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Mark.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Night.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Twilight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/HighestBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Machine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Robot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/T800.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/LuggageImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/OwnerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Size.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/SizeImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/IndexTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Government.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Z.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/any/ComplexPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/IntegerPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Properties.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/StringPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/array/A.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/array/A.java
    A hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/array/B.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest2.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/CacheableItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/InsertedDataTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/A.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/G.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/H.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Route.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Tour.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Transport.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseDetail.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/BagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/IMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/ListOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/OptionalComponent.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Definition.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Value.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/AbstractFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Bar.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CityState.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Code.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Foo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/GreatFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LikeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ListActionRole.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LongInElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StringExpression.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/VersionedRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MutualFund.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Note.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Suite.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/Product2.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/package.html
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/UniversityCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildValue.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/CollectionListeners.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/flush/Author.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Publisher.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/UnrelatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Detail.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Classification.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassificationType.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/DomesticAnimal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HqlParserTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/IntegerVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Joiner.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Lizard.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/PettingZoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Pickup.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Reptile.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SUV.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/StateProvince.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/TimestampVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Versions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.java
    A hibernate-core/src/test/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/User.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/CustomerId.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/FavoriteCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItemPK.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/User.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/Executable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Log.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/IterateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Boat.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/join/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Comment.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/AbstractJPATest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MySubclassEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Other.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/JPALockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/package.html
    A hibernate-core/src/test/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2Test.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MultiTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLLoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/StatisticsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableData.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/A.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/map/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/map/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/map/User.java
    A hibernate-core/src/test/java/org/hibernate/test/map/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/User.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/A.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/B.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/C.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/D.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/PublicationDate.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/OrphanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Entry.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Tag.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerA.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerB.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdType.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/User.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Dimension.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Organization.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Speech.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Resource.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/User.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Locality.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Province.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/SessionStatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/State.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Site.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Ternary.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/ByteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/Issue.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Hive.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Seller.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/version/PersonThing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.java
    A hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/where/File.java
    A hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java

  Log Message:
  -----------
  consolidate src/test and src/matrix


  Commit: e6234bd2bd53e3fe99e40ea193ae38badb52abbb
      https://github.com/hibernate/hibernate-orm/commit/e6234bd2bd53e3fe99e40ea193ae38badb52abbb
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/ParameterTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/Wall.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Helper.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Tool.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Widget.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/AssociationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Incident.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/IncidentStatus.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Kitchen.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Oven.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Customer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Person.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Plant.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Rythm.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Television.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Translation.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Conference.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Grandson.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Parent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Son.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Song.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Student.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Teacher.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Cat.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Colony.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competition.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competitor.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Decorate.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dog.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dress.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Empire.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Mail.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Pet.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Race.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RefreshTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RemoveTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/A.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B3.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B4.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Instrument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Musician.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Fruit.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/BlobTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/ImageReader.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lockable.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Animal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/FindTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Mammal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Node.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/NumberedNode.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/PersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Reptile.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Workload.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Sickness.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Umbrella.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Address.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Article.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Light.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
    R hibernate-entitymanager/src/matrix/resources/org/hibernate/ejb/test/xml/orm3.xml
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/ParameterTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Wall.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Helper.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Tool.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Widget.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/AssociationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Incident.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/IncidentStatus.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Kitchen.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Oven.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Customer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Person.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Plant.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Rythm.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Television.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Translation.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Conference.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Grandson.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Parent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Son.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Song.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Student.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Teacher.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Cat.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Colony.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competition.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competitor.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Decorate.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dog.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dress.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Empire.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Mail.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Pet.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Race.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RefreshTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RemoveTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/A.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B3.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B4.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Instrument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Musician.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Fruit.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/BlobTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/ImageReader.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lockable.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Animal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/FindTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Mammal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Node.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/NumberedNode.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/PersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Reptile.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Workload.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/QueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Sickness.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Umbrella.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Address.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Article.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Light.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java

  Log Message:
  -----------
  consolidate src/test and src/matrix


  Commit: b0bdda114141c799bd071a4eae6ec25f423571ec
      https://github.com/hibernate/hibernate-orm/commit/b0bdda114141c799bd071a4eae6ec25f423571ec
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Child.java
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Parent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEnversTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/Priority.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/Component.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/Country.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerObject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AllPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/HsqlTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Person.java
    R hibernate-envers/src/matrix/resources/hibernate.properties
    R hibernate-envers/src/matrix/resources/hibernate.test.session-cfg.xml
    R hibernate-envers/src/matrix/resources/log4j.properties
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/java/ee/estonia/entities/Child.java
    A hibernate-envers/src/test/java/ee/estonia/entities/Parent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEnversTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/Priority.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/Component.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/Country.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerObject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AllPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/tools/TestTools.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Person.java
    A hibernate-envers/src/test/resources/hibernate.properties
    A hibernate-envers/src/test/resources/hibernate.test.session-cfg.xml
    A hibernate-envers/src/test/resources/log4j.properties
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml

  Log Message:
  -----------
  consolidate src/test and src/matrix


  Commit: 986b66eb18b768e523a4de83834159d10ffd80b8
      https://github.com/hibernate/hibernate-orm/commit/986b66eb18b768e523a4de83834159d10ffd80b8
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M .gitignore
    M README.md
    M build.gradle
    M buildSrc/build.gradle
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/AbstractDatabaseProfileImpl.java
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/JdbcDirectoryProfile.groovy
    R buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/database/JdbcDirectoryProfile.java
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/matrix/MatrixTestingPlugin.groovy
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/util/JavaVersion.java
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/util/Jdk.java
    M buildSrc/src/main/groovy/org/hibernate/build/qalab/DatabaseAllocator.groovy
    M changelog.txt
    A databases/derby/matrix.gradle
    A databases/derby/resources/hibernate.properties
    M databases/postgresql84/matrix.gradle
    M databases/postgresql84/resources/hibernate.properties
    M documentation/documentation.gradle
    M documentation/src/main/docbook/devguide/en-US/Author_Group.xml
    M documentation/src/main/docbook/devguide/en-US/Batch_Processing.xml
    R documentation/src/main/docbook/devguide/en-US/Book_Info.xml
    M documentation/src/main/docbook/devguide/en-US/Caching.xml
    R documentation/src/main/docbook/devguide/en-US/Criteria.xml
    M documentation/src/main/docbook/devguide/en-US/Data_Categorizations.xml
    M documentation/src/main/docbook/devguide/en-US/Database_Access.xml
    M documentation/src/main/docbook/devguide/en-US/Envers.xml
    R documentation/src/main/docbook/devguide/en-US/HQL_JPAQL.xml
    M documentation/src/main/docbook/devguide/en-US/Hibernate_Development_Guide.xml
    M documentation/src/main/docbook/devguide/en-US/JMX.xml
    M documentation/src/main/docbook/devguide/en-US/Locking.xml
    M documentation/src/main/docbook/devguide/en-US/Mapping_Association.xml
    M documentation/src/main/docbook/devguide/en-US/Mapping_Entities.xml
    R documentation/src/main/docbook/devguide/en-US/Native_SQL.xml
    R documentation/src/main/docbook/devguide/en-US/Persistence_Context.xml
    M documentation/src/main/docbook/devguide/en-US/Preface.xml
    R documentation/src/main/docbook/devguide/en-US/Revision_History.xml
    R documentation/src/main/docbook/devguide/en-US/Transactions.xml
    A documentation/src/main/docbook/devguide/en-US/appendices/legacy_criteria/Legacy_Criteria.xml
    M documentation/src/main/docbook/devguide/en-US/appendix-Configuration_Properties.xml
    M documentation/src/main/docbook/devguide/en-US/appendix-Troubleshooting.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/events/Events.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/AuditInterceptor.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/JpaCallbacksExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/LoadListenerExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/SessionFactoryScopedExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/SessionScopedExample.java
    A documentation/src/main/docbook/devguide/en-US/chapters/events/extras/jacc-event-reg-example.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/Multi_Tenancy.xml
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/extras/tenant-identifier-from-SessionFactory.java
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_database.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_database.svg
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_discriminator.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_discriminator.svg
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_schema.png
    R documentation/src/main/docbook/devguide/en-US/chapters/multi-tenancy/images/multitenacy_schema.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/Multi_Tenancy.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/MultiTenantConnectionProviderImpl-multi-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/MultiTenantConnectionProviderImpl-single-cp.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/extras/tenant-identifier-from-SessionFactory.java
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_database.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_database.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_discriminator.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_discriminator.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_schema.png
    A documentation/src/main/docbook/devguide/en-US/chapters/multitenancy/images/multitenacy_schema.svg
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/Persistence_Context.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithHibernate.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithJPA.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/CheckingLazinessWithJPA2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ContainsWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ContainsWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/DeletingWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/DeletingWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/GetReferenceWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/GetReferenceWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/LoadWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/LoadWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MakingPersistentWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MakingPersistentWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ManagedUpdateWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ManagedUpdateWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MergeWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/MergeWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/NaturalIdLoading.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ReattachingWithSession1.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/ReattachingWithSession2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/RefreshWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/RefreshWithSession.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/SimpleNaturalIdLoading.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/UnwrapWithEM.java
    A documentation/src/main/docbook/devguide/en-US/chapters/pc/extras/VisualizingMerge.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/Criteria.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/CriteriaBuilder_query_creation_snippet.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_fetch_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_fetch_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_join_example_embedded_and_many2one.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_join_example_plural.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_example_multiple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/from_root_methods.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/parameter_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_attribute_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_multiple_values_array.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_multiple_values_array2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_root_entity_example.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_tuple.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_criteria/extras/select_wrapper.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_native/Native_SQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/HQL_JPQL.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/agg_func_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/arithmetic_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/collection_expression_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/collection_reference_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/concat_op_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/ctor_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/empty_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/entity_type_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/group_by_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/having_illustration.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/index_operator_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_explicit_inner.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_explicit_outer.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_fetch.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_implicit.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_implicit_reused.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/join_example_with.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/jpql_positional_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/list_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/locate_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/map_dynamic_instantiation_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/member_of_collection_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/multiple_root_entity_ref_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/multiple_root_entity_ref_example2.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/named_parameter_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/nullif_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/numeric_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/order_by_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_between_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_comparison_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_comparison_example_using_all.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_in_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_in_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_like_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_like_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/predicate_nullness_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/qualified_path_expressions_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/root_entity_ref_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/searched_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/searched_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simple_case_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simple_case_exp_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simplest_query.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/simplest_query2.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_delete_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_insert_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_insert_example_named_id.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_select_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_bnf.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_hql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_hql_versioned.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/statement_update_example_jpql.java
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/string_literals_example.txt
    A documentation/src/main/docbook/devguide/en-US/chapters/query_ql/extras/substring_bnf.txt
    M documentation/src/main/docbook/devguide/en-US/chapters/services/Services.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/Transactions.xml
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/extras/database-identity.java
    A documentation/src/main/docbook/devguide/en-US/chapters/transactions/extras/jvm-identity.java
    R documentation/src/main/docbook/devguide/en-US/extras/database-identity.java
    M documentation/src/main/docbook/devguide/en-US/extras/hibernate.cfg.xml
    M documentation/src/main/docbook/devguide/en-US/extras/hibernate.properties
    R documentation/src/main/docbook/devguide/en-US/extras/jvm-identity.java
    R documentation/src/main/docbook/manual/en-US/Book_Info.xml
    M documentation/src/main/docbook/manual/en-US/HIBERNATE_-_Relational_Persistence_for_Idiomatic_Java.xml
    M documentation/src/main/docbook/manual/en-US/content/additionalmodules.xml
    M documentation/src/main/docbook/manual/en-US/content/architecture.xml
    M documentation/src/main/docbook/manual/en-US/content/association_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/basic_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/batch.xml
    M documentation/src/main/docbook/manual/en-US/content/best_practices.xml
    M documentation/src/main/docbook/manual/en-US/content/bibliography.xml
    M documentation/src/main/docbook/manual/en-US/content/collection_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/component_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/configuration.xml
    M documentation/src/main/docbook/manual/en-US/content/events.xml
    M documentation/src/main/docbook/manual/en-US/content/example_mappings.xml
    M documentation/src/main/docbook/manual/en-US/content/example_parentchild.xml
    M documentation/src/main/docbook/manual/en-US/content/example_weblog.xml
    M documentation/src/main/docbook/manual/en-US/content/filters.xml
    M documentation/src/main/docbook/manual/en-US/content/inheritance_mapping.xml
    M documentation/src/main/docbook/manual/en-US/content/performance.xml
    M documentation/src/main/docbook/manual/en-US/content/persistent_classes.xml
    M documentation/src/main/docbook/manual/en-US/content/portability.xml
    M documentation/src/main/docbook/manual/en-US/content/preface.xml
    M documentation/src/main/docbook/manual/en-US/content/query_criteria.xml
    M documentation/src/main/docbook/manual/en-US/content/query_hql.xml
    M documentation/src/main/docbook/manual/en-US/content/query_sql.xml
    M documentation/src/main/docbook/manual/en-US/content/readonly.xml
    M documentation/src/main/docbook/manual/en-US/content/session_api.xml
    M documentation/src/main/docbook/manual/en-US/content/toolset_guide.xml
    M documentation/src/main/docbook/manual/en-US/content/transactions.xml
    M documentation/src/main/docbook/manual/en-US/content/tutorial.xml
    M documentation/src/main/docbook/manual/en-US/content/type.xml
    M documentation/src/main/docbook/manual/en-US/content/xml.xml
    M documentation/src/main/docbook/manual/en-US/legal_notice.xml
    M documentation/src/main/docbook/manual/fr-FR/content/performance.po
    M documentation/src/main/docbook/manual/pt-BR/content/performance.po
    M documentation/src/main/docbook/quickstart/en-US/Author_Group.xml
    R documentation/src/main/docbook/quickstart/en-US/Book_Info.xml
    M documentation/src/main/docbook/quickstart/en-US/Hibernate_Getting_Started_Guide.xml
    M documentation/src/main/docbook/quickstart/en-US/content/obtaining.xml
    M documentation/src/main/docbook/quickstart/en-US/content/preface.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_annotations.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_envers.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_jpa.xml
    M documentation/src/main/docbook/quickstart/en-US/content/tutorial_native.xml
    A documentation/src/main/style/css/css/hibernate-eclipse.css
    A documentation/src/main/style/css/css/hibernate-single.css
    A documentation/src/main/style/css/css/hibernate.css
    A documentation/src/main/style/images/images/org/hibernate/bkg_gradient.png
    A documentation/src/main/style/images/images/org/hibernate/community_doc.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/1.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/1.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/10.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/10.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/11.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/11.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/12.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/12.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/13.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/13.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/14.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/14.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/15.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/15.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/2.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/2.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/3.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/3.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/4.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/4.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/5.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/5.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/6.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/6.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/7.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/7.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/8.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/8.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/9.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/callouts/9.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/caution.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/caution.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/home.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/important.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/important.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/next.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/note.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/note.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/prev.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/tip.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/tip.svg
    A documentation/src/main/style/images/images/org/hibernate/docbook/up.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/warning.png
    A documentation/src/main/style/images/images/org/hibernate/docbook/warning.svg
    A documentation/src/main/style/images/images/org/hibernate/dot.png
    A documentation/src/main/style/images/images/org/hibernate/dot2.png
    A documentation/src/main/style/images/images/org/hibernate/hibernatelogo.png
    A documentation/src/main/style/images/images/org/hibernate/title_hdr.png
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common-base.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/common-xhtml.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/fop1.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/pdf.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml-single.xsl
    A documentation/src/main/style/xslt/org/hibernate/jdocbook/xslt/xhtml.xsl
    M gradle/wrapper/gradle-wrapper.properties
    M hibernate-c3p0/hibernate-c3p0.gradle
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java
    M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0MessageLogger.java
    A hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/IrrelevantEntity.java
    A hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/StatementCacheTest.java
    M hibernate-c3p0/src/test/resources/hibernate.properties
    M hibernate-core/hibernate-core.gradle
    M hibernate-core/src/main/antlr/hql-sql.g
    M hibernate-core/src/main/antlr/hql.g
    M hibernate-core/src/main/antlr/order-by-render.g
    M hibernate-core/src/main/antlr/order-by.g
    M hibernate-core/src/main/antlr/sql-gen.g
    M hibernate-core/src/main/antlr/sql-stmt.g
    M hibernate-core/src/main/java/org/hibernate/Cache.java
    M hibernate-core/src/main/java/org/hibernate/Hibernate.java
    M hibernate-core/src/main/java/org/hibernate/NaturalIdLoadAccess.java
    M hibernate-core/src/main/java/org/hibernate/PropertyValueException.java
    M hibernate-core/src/main/java/org/hibernate/SessionBuilder.java
    M hibernate-core/src/main/java/org/hibernate/SharedSessionBuilder.java
    M hibernate-core/src/main/java/org/hibernate/SimpleNaturalIdLoadAccess.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/AbstractEntityInsertAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/BulkOperationCleanupAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityDeleteAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java
    M hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java
    M hibernate-core/src/main/java/org/hibernate/annotations/CacheConcurrencyStrategy.java
    A hibernate-core/src/main/java/org/hibernate/annotations/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
    A hibernate-core/src/main/java/org/hibernate/annotations/NaturalIdCache.java
    A hibernate-core/src/main/java/org/hibernate/cache/NoCacheRegionFactoryAvailableException.java
    R hibernate-core/src/main/java/org/hibernate/cache/NoCachingEnabledException.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/CacheDataDescriptionImpl.java
    M hibernate-core/src/main/java/org/hibernate/cache/internal/NoCachingRegionFactory.java
    R hibernate-core/src/main/java/org/hibernate/cache/internal/Timestamper.java
    A hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdCacheKey.java
    A hibernate-core/src/main/java/org/hibernate/cache/spi/NaturalIdRegion.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/QueryKey.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/RegionFactory.java
    M hibernate-core/src/main/java/org/hibernate/cache/spi/access/EntityRegionAccessStrategy.java
    A hibernate-core/src/main/java/org/hibernate/cache/spi/access/NaturalIdRegionAccessStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
    M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
    M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java
    M hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java
    A hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java
    R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentElementHolder.java
    M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIndexedElementHolder.java
    M hibernate-core/src/main/java/org/hibernate/criterion/AliasedProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Conjunction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Disjunction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Example.java
    M hibernate-core/src/main/java/org/hibernate/criterion/IdentifierProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/IlikeExpression.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Junction.java
    M hibernate-core/src/main/java/org/hibernate/criterion/NaturalIdentifier.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Order.java
    M hibernate-core/src/main/java/org/hibernate/criterion/ProjectionList.java
    M hibernate-core/src/main/java/org/hibernate/criterion/PropertyProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SimpleProjection.java
    M hibernate-core/src/main/java/org/hibernate/criterion/SubqueryExpression.java
    M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/CUBRIDDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2390Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2400Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/DerbyTenSevenDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Ingres9Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/IngresDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/InterbaseDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SAPDBDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/TimesTenDialect.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/AnsiTrimFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/CharIndexFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/ConditionalParenthesisFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/DerbyConcatFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/PositionSubstringFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
    M hibernate-core/src/main/java/org/hibernate/dialect/function/VarArgsSQLFunction.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/LockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadSelectLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteSelectLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/JoinSequence.java
    A hibernate-core/src/main/java/org/hibernate/engine/internal/NaturalIdXrefDelegate.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BasicFormatterImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/DDLFormatterImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcResourceRegistryImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
    A hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/JdbcProxyException.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ProxyBuilder.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcResourceRegistry.java
    M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterParser.java
    M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/CachedNaturalIdValueSource.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/NamedQueryDefinition.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/QueryParameters.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/SessionBuilderImplementor.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
    A hibernate-core/src/main/java/org/hibernate/engine/spi/SessionOwner.java
    M hibernate-core/src/main/java/org/hibernate/engine/spi/SubselectFetch.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java
    M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultAutoFlushEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultResolveNaturalIdEventListener.java
    M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
    M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
    M hibernate-core/src/main/java/org/hibernate/event/service/spi/EventListenerRegistry.java
    A hibernate-core/src/main/java/org/hibernate/exception/LockTimeoutException.java
    A hibernate-core/src/main/java/org/hibernate/exception/internal/CacheSQLExceptionConversionDelegate.java
    R hibernate-core/src/main/java/org/hibernate/exception/internal/CacheSQLStateConverter.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/SQLExceptionTypeDelegate.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/SQLStateConversionDelegate.java
    M hibernate-core/src/main/java/org/hibernate/exception/internal/StandardSQLExceptionConverter.java
    M hibernate-core/src/main/java/org/hibernate/exception/spi/AbstractSQLExceptionConversionDelegate.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionSubqueryFactory.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/NameGenerator.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ErrorCounter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractMapComponentNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractStatement.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ComponentJoin.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IntoClause.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapEntryNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapKeyNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapValueNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ParameterNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ResultVariableRefNode.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTPrinter.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTUtil.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PathExpressionParser.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PreprocessingParser.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
    M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/WhereParser.java
    M hibernate-core/src/main/java/org/hibernate/hql/spi/QueryTranslator.java
    M hibernate-core/src/main/java/org/hibernate/id/IdentifierGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/UUIDHexGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStyleGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
    M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
    M hibernate-core/src/main/java/org/hibernate/id/uuid/Helper.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractQueryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryObserverChain.java
    M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/BytesHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/ArrayHelper.java
    A hibernate-core/src/main/java/org/hibernate/internal/util/collections/BoundedConcurrentHashMap.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/collections/CollectionHelper.java
    A hibernate-core/src/main/java/org/hibernate/internal/util/collections/ConcurrentReferenceHashMap.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/LRUMap.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/SimpleMRUCache.java
    R hibernate-core/src/main/java/org/hibernate/internal/util/collections/SoftLimitMRUCache.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
    M hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java
    M hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java
    M hibernate-core/src/main/java/org/hibernate/loader/AbstractEntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/DefaultEntityAliases.java
    M hibernate-core/src/main/java/org/hibernate/loader/GeneratedCollectionAliases.java
    M hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
    M hibernate-core/src/main/java/org/hibernate/loader/OuterJoinableAssociation.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaQueryTranslator.java
    M hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/loader/entity/EntityJoinWalker.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java
    M hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Index.java
    M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java
    M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Subclass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
    M hibernate-core/src/main/java/org/hibernate/mapping/UniqueKey.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/AbstractConstraint.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/Index.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/PrimaryKey.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/spi/relational/UniqueKey.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryImpl.java
    M hibernate-core/src/main/java/org/hibernate/persister/spi/PersisterFactory.java
    M hibernate-core/src/main/java/org/hibernate/pretty/MessageHelper.java
    M hibernate-core/src/main/java/org/hibernate/property/DirectPropertyAccessor.java
    M hibernate-core/src/main/java/org/hibernate/service/classloading/internal/ClassLoaderServiceImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractDataSourceBasedMultiTenantConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/AbstractMultiTenantConnectionProvider.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/DataSourceBasedMultiTenantConnectionProviderImpl.java
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/StandardDialectResolver.java
    M hibernate-core/src/main/java/org/hibernate/sql/ANSICaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/ANSIJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Alias.java
    M hibernate-core/src/main/java/org/hibernate/sql/ConditionFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/DecodeCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Delete.java
    M hibernate-core/src/main/java/org/hibernate/sql/DerbyCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/DisjunctionFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/ForUpdateFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/HSQLCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Insert.java
    M hibernate-core/src/main/java/org/hibernate/sql/InsertSelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/JoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/MckoiCaseFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/OracleJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/QueryJoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/QuerySelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Select.java
    M hibernate-core/src/main/java/org/hibernate/sql/SelectFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java
    M hibernate-core/src/main/java/org/hibernate/sql/Sybase11JoinFragment.java
    M hibernate-core/src/main/java/org/hibernate/sql/Template.java
    M hibernate-core/src/main/java/org/hibernate/sql/Update.java
    A hibernate-core/src/main/java/org/hibernate/stat/NaturalIdCacheStatistics.java
    M hibernate-core/src/main/java/org/hibernate/stat/Statistics.java
    A hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentNaturalIdCacheStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/internal/SessionStatisticsImpl.java
    M hibernate-core/src/main/java/org/hibernate/stat/spi/StatisticsImplementor.java
    M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
    M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractBynaryType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractLongStringType.java
    M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ByteArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/CharacterArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/ClobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/DataHelper.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveByteArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/PrimitiveCharacterArrayTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/StringTypeDescriptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/EntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Bed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/BigBed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Chair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Closet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Furniture.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Gardenshed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Thingy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Woody.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/AnyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/CharProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/IntegerProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/LongProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/Property.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyMap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/StringProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Contest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Button.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Display.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Range.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Hammer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Mouth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/PersonPair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Tooth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/AId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Channel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ChildPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/LittleGenius.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Presenter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgram.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Boy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Bug.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Character.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Products.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Toy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/Grade.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/AddressType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/CorpType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Leg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Manager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Nationality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Summary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Swap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Father.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Mother.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Son.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CasterStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CommunityBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Drill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FirstName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Flight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FormalLastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Length.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Narrative.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Peugot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PowerDrill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Race.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Ransom.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Starred.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Topic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tree.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/WashingMachine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ZipCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Branch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Leaf.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Classes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/DNA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Dummy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Gene.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/GenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PaperType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Price.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PricedStuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/SomeGuy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/StateType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Stuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/WildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Project.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Dress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Gas.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Generation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/News.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Software.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Training.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Version.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Apple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Carrot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Fruit.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Tomato.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Death.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/DogPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Life.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysUserOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/LoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Team.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Editor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/CatPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Contractor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Friend.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Inspector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Supplier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Zone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ForestType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Frame.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lens.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/NodePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/TreeType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/UserPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Coin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Currency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Monkey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Organisation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Politician.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Soldier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Street.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Tiger.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Trainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Troop.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Addr.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Move.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialSite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Trip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Deck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/EntityPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/PersisterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/AllTables.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Area.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Captain.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/CasimirParticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Chaos.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Darkness.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dimensions.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Mark.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Night.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Twilight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Storm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/HighestBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Component.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Machine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Robot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/T800.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/LuggageImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/OwnerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Size.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/SizeImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/TargetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/Dvd.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/TypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Antenna.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Conductor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/DBTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/GeneratedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/IndexTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/VMTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Vehicule.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Government.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Z.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/AnyTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/ComplexPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/IntegerPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Properties.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/StringPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/BatchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/CacheableItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/InsertedDataTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/RefreshTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Route.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Tour.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Transport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseDetail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/BagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/ListOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/PersistentMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/CollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/OptionalComponent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Definition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Value.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/AbstractFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Bar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CityState.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Code.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Foo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/GreatFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ListActionRole.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StringExpression.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/VersionedRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MutualFund.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/types.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Note.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Suite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/UniversityCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/CollectionListeners.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/DynamicFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Author.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Publisher.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Detail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Classification.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassificationType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/DomesticAnimal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EJBQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/IntegerVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Joiner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Lizard.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/PettingZoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Pickup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Reptile.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SUV.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/StateProvince.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/TimestampVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Versions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/WithClauseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/IdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/CustomerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/FavoriteCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItemPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/Executable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InterceptorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Log.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/IterateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Boat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/OptionalJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Comment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MySubclassEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Other.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/JPALockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetailTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/StatisticsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/BlobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableData.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/map/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/MapIndexFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/MixedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/OnDeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/OptimisticLockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/PublicationDate.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/OrphanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DistinctSelectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Entry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Tag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/ProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerB.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/SortTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Dimension.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Organization.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Speech.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Resource.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Locality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Province.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/SessionStatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/StatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Site.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Ternary.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/TernaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/ByteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/Issue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/onetomany/BackrefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/onetomany/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Hive.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Seller.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/IMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/PersistentMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/ParameterizedUserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/PersistentDefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/PersonThing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/VersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/DbVersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/WhereTest.java
    A hibernate-core/src/test/java/org/hibernate/IrrelevantEntity.java
    A hibernate-core/src/test/java/org/hibernate/connection/DriverManagerRegistrationTest.java
    A hibernate-core/src/test/java/org/hibernate/dialect/PostgreSQL81DialectTestCase.java
    M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java
    M hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectFactoryTest.java
    A hibernate-core/src/test/java/org/hibernate/event/internal/EventCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/Customer.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java
    A hibernate-core/src/test/java/org/hibernate/jpa/version/Order.java
    A hibernate-core/src/test/java/org/hibernate/property/DirectPropertyAccessorTest.java
    A hibernate-core/src/test/java/org/hibernate/property/Item.java
    A hibernate-core/src/test/java/org/hibernate/property/Order.java
    M hibernate-core/src/test/java/org/hibernate/serialization/SessionFactorySerializationTest.java
    A hibernate-core/src/test/java/org/hibernate/sharedSession/SessionWithSharedConnectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/BigBed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Chair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Closet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Thingy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/CharProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/IntegerProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/LongProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/Property.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyMap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/StringProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Contest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Button.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Display.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Range.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Hammer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Mouth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/PersonPair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/AId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Channel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ChildPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/LittleGenius.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Presenter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgram.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Bug.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Character.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Products.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/Grade.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/Customer.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/Investment.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/MonetaryAmount.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/NestedEmbeddableMetadataTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/AddressType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Leg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Manager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Nationality.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Summary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Swap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Son.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CasterStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CommunityBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Drill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FirstName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Flight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FormalLastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Length.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Narrative.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Peugot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PowerDrill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Race.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Ransom.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Starred.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Topic.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tree.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/WashingMachine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Branch.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Leaf.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Classes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/DNA.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Dummy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Gene.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PaperType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Price.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PricedStuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/SomeGuy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/StateType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Stuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/WildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Project.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Dress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Gas.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Generation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/News.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painting.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Software.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Version.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Apple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Carrot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Fruit.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Tomato.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Death.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/DogPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Life.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysUserOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Editor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/CatPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Contractor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Friend.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Inspector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Supplier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Zone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Carz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Frame.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lens.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lotz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/LotzPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/NodePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/TreeType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/UserPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/Citizen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Coin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Currency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Monkey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Organisation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Politician.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Soldier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Street.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Tiger.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Addr.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Move.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialSite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Trip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/EntityPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Captain.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/CasimirParticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Darkness.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dimensions.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Mark.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Night.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Twilight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverriddenAnnotationReaderTest.java
    R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
    M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/HighestBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Machine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Robot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/T800.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/LuggageImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/OwnerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Size.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/SizeImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/IndexTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Government.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Z.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/any/ComplexPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/IntegerPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Properties.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/StringPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/array/A.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/array/A.java
    A hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/array/B.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest2.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/CacheableItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/InsertedDataTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/A.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/G.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/H.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Route.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Tour.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Transport.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Vehicle.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseDetail.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/BagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/IMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/ListOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/OptionalComponent.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Definition.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Value.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
    M hibernate-core/src/test/java/org/hibernate/test/connections/Silly.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/AbstractFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Bar.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CityState.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Code.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Foo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/GreatFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LikeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ListActionRole.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LongInElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StringExpression.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudyAbroad.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/VersionedRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/criterion/CriterionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MutualFund.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Note.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Suite.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/Product2.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    M hibernate-core/src/test/java/org/hibernate/test/dirtiness/CustomDirtinessStrategyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/dirtiness/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/package.html
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/UniversityCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildValue.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/CollectionListeners.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/flush/Author.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Publisher.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/UnrelatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Detail.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Classification.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassificationType.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/DomesticAnimal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HqlParserTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/IntegerVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Joiner.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Lizard.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/PettingZoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Pickup.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Reptile.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SUV.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/StateProvince.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/TimestampVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Versions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.java
    A hibernate-core/src/test/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/User.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/CustomerId.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/FavoriteCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItemPK.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/inheritance/SimpleInheritance.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/inheritance/SimpleInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/User.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/Executable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Log.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/IterateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Boat.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/join/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Comment.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/AbstractJPATest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MySubclassEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Other.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/JPALockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/package.html
    A hibernate-core/src/test/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    M hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2Test.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MultiTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLLoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/StatisticsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableData.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/A.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/map/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/map/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/map/User.java
    A hibernate-core/src/test/java/org/hibernate/test/map/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/User.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/CurrentTenantResolverMultiTenancyTest.java
    M hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/A.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/B.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/C.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/D.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    M hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
    M hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/PublicationDate.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/OrphanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Entry.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Tag.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerA.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerB.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdType.java
    A hibernate-core/src/test/java/org/hibernate/test/service/ClassLoaderServiceImplTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/User.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Dimension.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Organization.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Speech.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Resource.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/User.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Locality.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Province.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/SessionStatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/State.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Site.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Ternary.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/ByteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/Issue.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Hive.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Seller.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/version/PersonThing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.java
    A hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/where/File.java
    A hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java
    M hibernate-core/src/test/resources/hibernate.properties
    M hibernate-core/src/test/resources/log4j.properties
    M hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml
    A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm5.xml
    M hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements.sql
    A hibernate-core/src/test/resources/spy.properties
    M hibernate-ehcache/hibernate-ehcache.gradle
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/AbstractEhcacheRegionFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/EhCacheMessageLogger.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/SingletonEhCacheRegionFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAccessStrategyFactory.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/nonstop/NonstopAwareNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheNaturalIdRegion.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/regions/EhcacheTimestampsRegion.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactory.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/EhcacheAccessStrategyFactoryImpl.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/NonStrictReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheCollectionRegionAccessStrategy.java
    M hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheEntityRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadOnlyEhcacheNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/ReadWriteEhcacheNaturalIdRegionAccessStrategy.java
    A hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/strategy/TransactionalEhcacheNaturalIdRegionAccessStrategy.java
    M hibernate-ehcache/src/test/java/org/hibernate/cache/ehcache/internal/strategy/ItemValueExtractor.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/EhcacheStatsImplTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/HibernateCacheTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionFactoryImpl.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheRegionTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/test/cache/ehcache/EhCacheTest.java
    M hibernate-entitymanager/hibernate-entitymanager.gradle
    R hibernate-entitymanager/src/main/docbook/en/master.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/architecture.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/listeners.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/metamodel.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/batch.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/configuration.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/entitymanagerapi.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/migrated/transactions.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_criteria.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_ejbql.xml
    R hibernate-entitymanager/src/main/docbook/en/modules/query_native.xml
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractQueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AvailableSettings.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/Ejb3Configuration.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManager.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerImplementor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernatePersistence.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/QueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/TransactionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/connection/InjectedDataSourceConnectionProvider.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaBuilderImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryCompiler.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaQueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/CriteriaSubqueryImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/QueryStructure.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/AbstractTupleElement.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/BinaryArithmeticOperation.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CoalesceExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/CompoundSelectionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ConcatExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/EntityTypeExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ExpressionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ListIndexExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/LiteralExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/MapEntryExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullLiteralExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/NullifExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/ParameterExpressionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/PathTypeExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SearchedCaseExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SelectionImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SimpleCaseExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SizeOfCollectionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/SubqueryComparisonModifierExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/UnaryArithmeticOperation.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AbsFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AggregationFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/BasicFunctionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CastFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentDateFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimeFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/CurrentTimestampFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LengthFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LocateFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/LowerFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/ParameterizedFunctionExpression.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SqrtFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/SubstringFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/TrimFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/UpperFunction.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractFromImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractJoinImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/CollectionAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/ListAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/MapKeyHelpers.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributeJoinSupport.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/PluralAttributePath.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/RootImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SetAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributeJoin.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/SingularAttributePath.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractPredicateImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/AbstractSimplePredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BetweenPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanAssertionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanExpressionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/BooleanStaticAssertionPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ComparisonPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/CompoundPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExistsPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ExplicitTruthValueCheck.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/ImplicitNumericExpressionTypeDeterminer.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/InPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/IsEmptyPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/LikePredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/MemberOfPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/predicate/NullnessPredicate.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/CallbackResolver.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3AutoFlushEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3DeleteEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3FlushEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3MergeEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3PersistEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EJB3SaveOrUpdateEventListener.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/EntityCallbackHandler.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/event/JpaIntegrator.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerFactoryRegistry.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/internal/EntityManagerMessageLogger.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractAttribute.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AbstractManagedType.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/AttributeFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/EmbeddableTypeImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetadataContext.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/MetamodelImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/metamodel/PluralAttributeImpl.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/AbstractJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/ExplodedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/FileZippedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/InputStreamZippedJarVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarProtocolVisitor.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarVisitorFactory.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/NativeScanner.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/PersistenceXmlLoader.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/XmlHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/CacheModeHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/ConfigurationHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/LockModeTypeHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/ejb/util/PersistenceUtilHelper.java
    M hibernate-entitymanager/src/main/java/org/hibernate/engine/spi/EJB3CascadingAction.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/ParameterTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/Wall.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Helper.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Tool.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Widget.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/AssociationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Incident.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/IncidentStatus.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Kitchen.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Oven.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Customer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Person.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Plant.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Rythm.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Television.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Translation.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Conference.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Grandson.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Parent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Son.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Song.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Student.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Teacher.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Cat.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Colony.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competition.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competitor.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Decorate.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dog.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dress.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Empire.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Mail.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Pet.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Race.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RefreshTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RemoveTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/A.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B3.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B4.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Instrument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Musician.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Fruit.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/BlobTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/ImageReader.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lockable.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Animal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/FindTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Mammal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Node.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/NumberedNode.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/PersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Reptile.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Workload.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/ComponentJoinsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Sickness.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Umbrella.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Address.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Article.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Light.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
    R hibernate-entitymanager/src/matrix/resources/org/hibernate/ejb/test/xml/orm3.xml
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/ParameterTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/CastTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Wall.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/components/ComponentCriteriaTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Helper.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Tool.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Widget.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/EmbeddedTypeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/MappedSuperclassTypeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/SomeMappedSuperclass.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/SomeMappedSuperclassSubclass.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/ThingWithQuantity.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/BaseEntityManagerFunctionalTestCase.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/Cat.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CountEntityWithCompositeIdTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityManagerTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/AssociationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Incident.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/IncidentStatus.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Kitchen.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Oven.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cacheable/cachemodes/SharedCacheModesTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Customer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Person.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Plant.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Rythm.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Television.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Translation.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Conference.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Grandson.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Parent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Son.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Song.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Student.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Teacher.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/DataSourceInjectionTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/FakeDataSource.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/PersistenceUnitInfoImpl.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ConfigurationObjectSettingTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerFactorySerializationTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/EntityManagerSerializationTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ExceptionInterceptor.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/LocalExceptionInterceptor.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersistenceUnitInfoAdapter.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/IdentifierGeneratorStrategyProviderTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Cat.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Colony.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competition.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competitor.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Decorate.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dog.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dress.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Empire.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Mail.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Pet.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Race.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RefreshTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RemoveTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/A.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B3.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B4.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Instrument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Musician.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/hibernateFilters/EntityManagerWithFilteredSessionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Fruit.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InstrumentedClassLoader.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InterceptFieldClassFileTransformerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/jee/OrmVersionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/BlobTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/ImageReader.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lockable.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/mapping/QuotingTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/MetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/SecondMetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metadata/StaticMetadataTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/attribute/MappedSuperclassWithAttributesTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embedded/MappedSuperclassWithEmbeddedTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/AbstractProduct.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/MappedSuperclassWithEmbeddedIdTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/embeddedid/ProductId.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/AbstractAttribute.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/AbstractAttributeId.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/MappedSuperclassWithEntityWithIdClassTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/metagen/mappedsuperclass/idclass/ProductAttribute.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Animal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/FindTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Mammal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Node.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/NumberedNode.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/PersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Reptile.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Workload.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/CustomScanner.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/JarVisitorTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagedEntityManagerTest.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/PackagingTestCase.java
    M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/ScannerTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/QueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Sickness.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Umbrella.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/JpaEntityNameTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/Qualifier.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Address.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Article.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Light.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
    A hibernate-entitymanager/src/test/resources/org/hibernate/ejb/test/xml/Qualifier.hbm.xml
    M hibernate-envers/hibernate-envers.gradle
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/CollectionMetadataGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdRevisionEntity.java
    A hibernate-envers/src/main/java/org/hibernate/envers/enhanced/SequenceIdTrackingModifiedEntitiesRevisionEntity.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntitiesConfigurations.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityConfiguration.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractOneToOneMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractToOneMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOnePrimaryKeyJoinColumnMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessionImplementor.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneAuditEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/ThreeEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityOneAuditedQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityQueryGenerator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversEventListener.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostCollectionRecreateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostDeleteEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostInsertEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPostUpdateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPreCollectionRemoveEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversPreCollectionUpdateEventListenerImpl.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQueryCreator.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/AbstractAuditQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesAtRevisionQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/RevisionsOfEntityQuery.java
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/DefaultAuditStrategy.java
    M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidityAuditStrategy.java
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java
    M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/WorkUnitMergeDispatcher.java
    R hibernate-envers/src/main/java/org/hibernate/envers/tools/ConcurrentReferenceHashMap.java
    M hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java
    A hibernate-envers/src/main/java/org/hibernate/envers/tools/query/UpdateBuilder.java
    M hibernate-envers/src/main/java/org/hibernate/envers/tools/reflection/ReflectionTools.java
    A hibernate-envers/src/main/java/org/hibernate/tool/EnversSchemaGenerator.java
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Child.java
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Parent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEnversTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/Priority.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/Component.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/Country.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerObject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AllPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/HsqlTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Person.java
    R hibernate-envers/src/matrix/resources/hibernate.properties
    R hibernate-envers/src/matrix/resources/hibernate.test.session-cfg.xml
    R hibernate-envers/src/matrix/resources/log4j.properties
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/java/ee/estonia/entities/Child.java
    A hibernate-envers/src/test/java/ee/estonia/entities/Parent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEnversTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/Priority.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/Component.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/Country.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerObject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AllPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/tools/TestTools.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Person.java
    A hibernate-envers/src/test/resources/hibernate.properties
    A hibernate-envers/src/test/resources/hibernate.test.session-cfg.xml
    A hibernate-envers/src/test/resources/log4j.properties
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
    M hibernate-infinispan/hibernate-infinispan.gradle
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/InfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/JndiInfinispanRegionFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/TypeOverrides.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/PutFromLoadValidator.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/access/TransactionalAccessDelegate.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/CollectionRegionImpl.java
    R hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/ReadOnlyAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/collection/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/EntityRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/ReadOnlyAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/entity/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseGeneralDataRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/BaseTransactionalDataRegion.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/impl/ClassLoaderAwareCache.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/NaturalIdRegionImpl.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/ReadOnlyAccess.java
    A hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/naturalid/TransactionalAccess.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/query/QueryResultsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampTypeOverrides.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/timestamp/TimestampsRegionImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/tm/HibernateTransactionManagerLookup.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/AddressAdapterImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheAdapter.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheAdapterImpl.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheCommandFactory.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/CacheHelper.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/EvictAllCommand.java
    M hibernate-infinispan/src/main/java/org/hibernate/cache/infinispan/util/FlagAdapter.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractEntityCollectionRegionTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractGeneralDataRegionTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractNonFunctionalTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/AbstractRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/InfinispanRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/JndiInfinispanRegionFactoryTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/NodeEnvironment.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/access/PutFromLoadValidatorUnitTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/AbstractCollectionRegionAccessStrategyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/CollectionRegionImplTestCase.java
    R hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/ReadOnlyExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/collection/TransactionalExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractEntityRegionAccessStrategyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractReadOnlyAccessTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/AbstractTransactionalAccessTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/EntityRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/ReadOnlyExtraAPITestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/entity/TransactionalExtraAPITestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/AbstractFunctionalTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicReadOnlyTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/BasicTransactionalTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/Citizen.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/ConcurrentWriteTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/JndiRegionFactoryTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/NaturalIdOnManyToOne.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/SingleNodeTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/State.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/bulk/BulkOperationsTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/ClassLoaderTestDAO.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedCacheTestSetup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/classloader/IsolatedClassLoaderTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/ClusterAwareRegionFactory.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeConnectionProviderImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaPlatformImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeJtaTransactionManagerImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/DualNodeTransactionManagerLookup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/EntityCollectionInvalidationTestCase.java
    A hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/NaturalIdInvalidationTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/functional/cluster/SessionRefreshTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/query/QueryRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/timestamp/TimestampsRegionImplTestCase.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JBossStandaloneJtaExampleTest.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JtaPlatformImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaConnectionProvider.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/XaTransactionImpl.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeJtaPlatform.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/BatchModeTransactionManagerLookup.java
    M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/util/CacheTestUtil.java
    M hibernate-proxool/hibernate-proxool.gradle
    M hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProvider.java
    M hibernate-proxool/src/main/java/org/hibernate/service/jdbc/connections/internal/ProxoolMessageLogger.java
    M hibernate-proxool/src/test/java/org/hibernate/service/jdbc/connections/internal/ProxoolConnectionProviderTest.java
    M hibernate-testing/hibernate-testing.gradle
    M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java
    M hibernate-testing/src/main/java/org/hibernate/testing/RequiresDialect.java
    A hibernate-testing/src/main/java/org/hibernate/testing/byteman/BytemanHelper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseEntityRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseGeneralDataRegion.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseNaturalIdRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegion.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/BaseRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/CachingRegionFactory.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/NaturalIdRegionImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteEntityRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/NonstrictReadWriteNaturalIdRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyCollectionRegionAccessStrategy.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyEntityRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadOnlyNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/ReadWriteNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/Timestamper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/cache/TransactionalCollectionRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/cache/TransactionalNaturalIdRegionAccessStrategy.java
    A hibernate-testing/src/main/java/org/hibernate/testing/jta/JtaAwareConnectionProviderImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaBootstrap.java
    A hibernate-testing/src/main/java/org/hibernate/testing/jta/TestingJtaPlatformImpl.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseUnitTestCase.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/CustomRunner.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/ExtendedFrameworkMethod.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/FailureExpectedHandler.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/Helper.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/TestClassMetadata.java
    M release/release.gradle

  Log Message:
  -----------
  Initial merge from master to metamodel


Compare: https://github.com/hibernate/hibernate-orm/compare/503949b...986b66e


More information about the hibernate-commits mailing list