Java Mailing List Archive

http://www.gg3721.com/

Home » Hibernate Commits List »

[hibernate-commits] Hibernate SVN: r15047 -
 annotations/trunk/src/java/org/hibernate/cfg/annotations.

hibernate-commits

2008-08-13


Author LoginPost Reply
Author: epbernard
Date: 2008-08-13 11:12:13 -0400 (Wed, 13 Aug 2008)
New Revision: 15047

Modified:
 annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java
Log:
remove dep on Core helper class

Modified: annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java
===================================================================
--- annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java  2008-08-13 14:59:47 UTC (rev 15046)
+++ annotations/trunk/src/java/org/hibernate/cfg/annotations/ListBinder.java  2008-08-13 15:12:13 UTC (rev 15047)
@@(protected) @@
import org.hibernate.annotations.Sort;
import org.hibernate.annotations.common.reflection.XClass;
import org.hibernate.annotations.common.reflection.XProperty;
+import org.hibernate.annotations.common.util.StringHelper;
import org.hibernate.cfg.CollectionSecondPass;
import org.hibernate.cfg.Ejb3Column;
import org.hibernate.cfg.Ejb3JoinColumn;
@@(protected) @@
import org.hibernate.mapping.OneToMany;
import org.hibernate.mapping.PersistentClass;
import org.hibernate.mapping.SimpleValue;
-import org.hibernate.util.StringHelper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;


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