[hibernate/hibernate-orm] 9b6035: Migrate User Guide HQL chapter extras to test fold...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 9b60354e3e061890dc78971546938d90f9534ed0
https://github.com/hibernate/hibernate-orm/commit/9b60354e3e061890dc78971...
Author: Vlad Mihalcea <mih_vlad(a)yahoo.com>
Date: 2016-02-04 (Thu, 04 Feb 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query-hql/HQL.adoc
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/agg_func_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/BasicQueryUsage.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/CreateQuery.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/GetNamedQuery.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/List.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/SetParameter.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/SetParameterInferredType.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/SetParameterShortForms.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/hibernate/UniqueResult.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/jpa/BasicQueryUsage.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/jpa/CreateNamedQuery.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/jpa/CreateQuery.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/api/jpa/SetParameter.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/arithmetic_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/collection_expression_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/collection_reference_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/concat_op_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/ctor_dynamic_instantiation_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/empty_collection_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/entity_type_exp_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/group_by_illustration.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/having_illustration.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/index_operator_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_explicit_inner.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_explicit_outer.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_fetch.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_implicit.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_implicit_reused.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_on.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/join_example_with.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/jpql_positional_parameter_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/list_dynamic_instantiation_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/locate_bnf.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/map_dynamic_instantiation_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/member_of_collection_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/multiple_root_entity_ref_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/multiple_root_entity_ref_example2.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/named_parameter_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/nullif_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/numeric_literals_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/order_by_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_between_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_comparison_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_comparison_example_using_all.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_in_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_like_escape_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_like_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_nullness_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/qualified_path_expressions_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/searched_case_exp_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/simple_case_exp_example.txt
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/simplest_query.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/simplest_query2.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_insert_example_named_id.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_update_example_hql.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_update_example_hql_versioned.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_update_example_jpql.java
R documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/string_literals_example.txt
A documentation/src/test/java/org/hibernate/userguide/hql/AddressType.java
A documentation/src/test/java/org/hibernate/userguide/hql/Call.java
A documentation/src/test/java/org/hibernate/userguide/hql/CallStatistics.java
A documentation/src/test/java/org/hibernate/userguide/hql/CreditCardPayment.java
A documentation/src/test/java/org/hibernate/userguide/hql/HQLTest.java
A documentation/src/test/java/org/hibernate/userguide/hql/Payment.java
A documentation/src/test/java/org/hibernate/userguide/hql/Person.java
A documentation/src/test/java/org/hibernate/userguide/hql/Phone.java
A documentation/src/test/java/org/hibernate/userguide/hql/PhoneType.java
A documentation/src/test/java/org/hibernate/userguide/hql/WireTransferPayment.java
Log Message:
-----------
Migrate User Guide HQL chapter extras to test folder
8 years, 9 months
[hibernate/hibernate-orm] 3642bb: Migrate User Guide Events chapter extras to test f...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 3642bb63cda1b3d21459c36d47bba61a0a6e099e
https://github.com/hibernate/hibernate-orm/commit/3642bb63cda1b3d21459c36...
Author: Vlad Mihalcea <mih_vlad(a)yahoo.com>
Date: 2016-02-01 (Mon, 01 Feb 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/events/Events.adoc
R documentation/src/main/asciidoc/userguide/chapters/events/extras/AuditInterceptor.java
R documentation/src/main/asciidoc/userguide/chapters/events/extras/JpaCallbacksExample.java
R documentation/src/main/asciidoc/userguide/chapters/events/extras/LoadListenerExample.java
R documentation/src/main/asciidoc/userguide/chapters/events/extras/SessionFactoryScopedExample.java
R documentation/src/main/asciidoc/userguide/chapters/events/extras/SessionScopedExample.java
R documentation/src/main/asciidoc/userguide/chapters/events/extras/jacc-event-reg-example.java
A documentation/src/test/java/org/hibernate/userguide/events/InterceptorTest.java
A documentation/src/test/java/org/hibernate/userguide/events/ListenerTest.java
M documentation/src/test/resources/log4j.properties
Log Message:
-----------
Migrate User Guide Events chapter extras to test folder
8 years, 10 months