Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 19e035c7884b969cec6b1628b4b2e051c82302b9
https://github.com/hibernate/hibernate-orm/commit/19e035c7884b969cec6b162...
Author: Vlad Mihalcea <mih_vlad(a)yahoo.com>
Date: 2016-02-25 (Thu, 25 Feb 2016)
Changed paths:
M .gitignore
M documentation/documentation.gradle
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
M documentation/src/main/asciidoc/userguide/appendices/Legacy_Criteria.adoc
M documentation/src/main/asciidoc/userguide/chapters/batch/Batching.adoc
R documentation/src/main/asciidoc/userguide/chapters/query-criteria/Criteria.adoc
R documentation/src/main/asciidoc/userguide/chapters/query-hql/HQL.adoc
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_in_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/predicate_like_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/root_entity_ref_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/searched_case_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/simple_case_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_delete_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_insert_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_select_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/statement_update_bnf.txt
R
documentation/src/main/asciidoc/userguide/chapters/query-hql/extras/substring_bnf.txt
R documentation/src/main/asciidoc/userguide/chapters/query-native/Native.adoc
R
documentation/src/main/asciidoc/userguide/chapters/query-native/extras/sql-hibernate-entity-associations-query-many-to-one-join-example.sql
R
documentation/src/main/asciidoc/userguide/chapters/query-native/extras/sql-hibernate-entity-associations-query-one-to-many-join-example.sql
R
documentation/src/main/asciidoc/userguide/chapters/query-native/extras/sql-jpa-entity-associations-query-many-to-one-join-example.sql
R
documentation/src/main/asciidoc/userguide/chapters/query-native/extras/sql-jpa-entity-associations-query-one-to-many-join-example.sql
A documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc
A documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.adoc
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/predicate_in_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/predicate_like_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/root_entity_ref_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/searched_case_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/simple_case_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_delete_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_insert_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_select_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/statement_update_bnf.txt
A
documentation/src/main/asciidoc/userguide/chapters/query/hql/extras/substring_bnf.txt
A documentation/src/main/asciidoc/userguide/chapters/query/native/Native.adoc
A
documentation/src/main/asciidoc/userguide/chapters/query/native/extras/sql-hibernate-entity-associations-query-many-to-one-join-example.sql
A
documentation/src/main/asciidoc/userguide/chapters/query/native/extras/sql-hibernate-entity-associations-query-one-to-many-join-example.sql
A
documentation/src/main/asciidoc/userguide/chapters/query/native/extras/sql-jpa-entity-associations-query-many-to-one-join-example.sql
A
documentation/src/main/asciidoc/userguide/chapters/query/native/extras/sql-jpa-entity-associations-query-one-to-many-join-example.sql
A documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc
A
documentation/src/main/asciidoc/userguide/chapters/query/spatial/extras/spatial-types-point-creation-example.sql
A
documentation/src/main/asciidoc/userguide/chapters/query/spatial/extras/spatial-types-sql-query-example.sql
M documentation/src/test/java/org/hibernate/userguide/bootstrap/BootstrapTest.java
A documentation/src/test/java/org/hibernate/userguide/spatial/SpatialTest.java
M documentation/src/test/resources/log4j.properties
Log Message:
-----------
Add Hibernate Spatial User Guide chapter