Author: max.andersen(a)jboss.com
Date: 2007-01-04 03:31:19 -0500 (Thu, 04 Jan 2007)
New Revision: 11013
Modified:
branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/GenericExporter.java
Log:
imports
Modified:
branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/GenericExporter.java
===================================================================
---
branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/GenericExporter.java 2007-01-04
08:30:46 UTC (rev 11012)
+++
branches/Branch_3_2/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/GenericExporter.java 2007-01-04
08:31:19 UTC (rev 11013)
@@ -9,7 +9,6 @@
import java.util.StringTokenizer;
import org.hibernate.cfg.Configuration;
-import org.hibernate.engine.CascadeStyle;
import org.hibernate.mapping.Component;
import org.hibernate.tool.hbm2x.pojo.ComponentPOJOClass;
import org.hibernate.tool.hbm2x.pojo.POJOClass;
@@ -17,7 +16,7 @@
public class GenericExporter extends AbstractExporter {
-
+
static abstract class ModelIterator {
abstract void process(GenericExporter ge);
}
Show replies by date