Branch: refs/heads/3.6
Home:
https://github.com/hibernate/hibernate-core
Commit: 79e0909772be94e4906531d1927494c38966df8f
https://github.com/hibernate/hibernate-core/commit/79e0909772be94e4906531...
Author: David M. Carr <david(a)carrclan.us>
Date: 2011-03-03 (Thu, 03 Mar 2011)
Changed paths:
M testsuite/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
M testsuite/src/test/java/org/hibernate/test/annotations/manytoone/OrderLine.java
M testsuite/src/test/java/org/hibernate/test/annotations/onetoone/Client.java
M testsuite/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
Log Message:
-----------
HHH-5977 Add a couple additional unit tests for when you use a @JoinColumn with a
secondary table specified.