Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15074 - in
 annotations/trunk/src/test/org/hibernate/test/annotations:
 manytoone and 1 other directory.

hibernate-commits

2008-08-14


Author LoginPost Reply
Author: epbernard
Date: 2008-08-14 13:38:00 -0400 (Thu, 14 Aug 2008)
New Revision: 15074

Modified:
 annotations/trunk/src/test/org/hibernate/test/annotations/inheritance/joined/Alarm.java
 annotations/trunk/src/test/org/hibernate/test/annotations/manytoone/ForestType.java
Log:
JBPAPP-1074 identifier too long

Modified: annotations/trunk/src/test/org/hibernate/test/annotations/inheritance/joined/Alarm.java
===================================================================
--- annotations/trunk/src/test/org/hibernate/test/annotations/inheritance/joined/Alarm.java  2008-08-14 17:32:44 UTC (rev 15073)
+++ annotations/trunk/src/test/org/hibernate/test/annotations/inheritance/joined/Alarm.java  2008-08-14 17:38:00 UTC (rev 15074)
@@(protected) @@
 protected EventInformation eventInfo;

 @OneToOne
-  @JoinColumns({@(protected)",
+  @JoinColumns({@(protected)",
     referencedColumnName = "NOTIFICATIONID")})
 public EventInformation getEventInfo() {
   return eventInfo;

Modified: annotations/trunk/src/test/org/hibernate/test/annotations/manytoone/ForestType.java
===================================================================
--- annotations/trunk/src/test/org/hibernate/test/annotations/manytoone/ForestType.java  2008-08-14 17:32:44 UTC (rev 15073)
+++ annotations/trunk/src/test/org/hibernate/test/annotations/manytoone/ForestType.java  2008-08-14 17:38:00 UTC (rev 15074)
@@(protected) @@
 private BiggestForest biggestRepresentative;

 @OneToOne
-  @JoinTable(name="BiggestRepresentativePerForestType",
+  @JoinTable(name="BiggestRepPerForestType",
   joinColumns = @JoinColumn(name="forest_type"),
   inverseJoinColumns = @JoinColumn(name="forest")
 )

_______________________________________________
hibernate-commits mailing list
hibernate-commits@(protected)
https://lists.jboss.org/mailman/listinfo/hibernate-commits
©2008 gg3721.com - Jax Systems, LLC, U.S.A.