Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / dao / kernel / Database.java
index ece7223f4f3b004cf46e87bfe995370b39219782..9ebba991a994d7316a302023ef0c991480170b8f 100644 (file)
@@ -14,10 +14,11 @@ import org.hibernate.jdbc.Work;
 import org.springframework.beans.BeansException;
 import org.springframework.context.ApplicationContext;
 import org.springframework.context.ApplicationContextAware;
+import org.springframework.orm.hibernate3.support.HibernateDaoSupport;
 import org.apache.log4j.Logger;
 
 
-public abstract class Database  implements ApplicationContextAware {
+public abstract class Database implements ApplicationContextAware {
 
        /**
         * The ApplicationContext.