[hibernate-commits] [hibernate/hibernate-orm] 2167b4: Migrate User Guide Native chapter extras to test f...
GitHub
noreply at github.com
Wed Feb 10 11:08:42 EST 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 2167b442a420260393060f5d29c3894814ba81d8
https://github.com/hibernate/hibernate-orm/commit/2167b442a420260393060f5d29c3894814ba81d8
Author: Vlad Mihalcea <mih_vlad at yahoo.com>
Date: 2016-02-10 (Wed, 10 Feb 2016)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
A documentation/src/main/asciidoc/userguide/appendices/Legacy_Native_Queries.adoc
M 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
M documentation/src/main/java/org/hibernate/userguide/model/AddressType.java
M documentation/src/main/java/org/hibernate/userguide/model/Call.java
M documentation/src/main/java/org/hibernate/userguide/model/CreditCardPayment.java
M documentation/src/main/java/org/hibernate/userguide/model/Partner.java
M documentation/src/main/java/org/hibernate/userguide/model/Payment.java
M documentation/src/main/java/org/hibernate/userguide/model/Person.java
A documentation/src/main/java/org/hibernate/userguide/model/PersonNames.java
M documentation/src/main/java/org/hibernate/userguide/model/Phone.java
M documentation/src/main/java/org/hibernate/userguide/model/PhoneType.java
M documentation/src/main/java/org/hibernate/userguide/model/WireTransferPayment.java
M documentation/src/test/java/org/hibernate/userguide/criteria/PersonWrapper.java
M documentation/src/test/java/org/hibernate/userguide/hql/CallStatistics.java
M documentation/src/test/java/org/hibernate/userguide/locking/ExplicitLockingTest.java
M documentation/src/test/java/org/hibernate/userguide/locking/OptimisticLockingTest.java
A documentation/src/test/java/org/hibernate/userguide/sql/Captain.java
A documentation/src/test/java/org/hibernate/userguide/sql/Dimensions.java
A documentation/src/test/java/org/hibernate/userguide/sql/Identity.java
A documentation/src/test/java/org/hibernate/userguide/sql/PersonSummaryDTO.java
A documentation/src/test/java/org/hibernate/userguide/sql/SQLTest.java
A documentation/src/test/java/org/hibernate/userguide/sql/SpaceShip.java
M documentation/src/test/java/org/hibernate/userguide/transactions/TransactionsTest.java
M documentation/src/test/resources/log4j.properties
Log Message:
-----------
Migrate User Guide Native chapter extras to test folder up to stored procedures
More information about the hibernate-commits
mailing list