com.k_int.inode.jdbc_driver=com.mysql.jdbc.Driver com.k_int.inode.url=jdbc:mysql://localhost/kiunittest com.k_int.inode.username=k-int com.k_int.inode.password=k-int com.k_int.inode.default_auto_commit=false com.k_int.inode.hiberate_dialect=org.hibernate.dialect.MySQLDialect com.k_int.inode.query_substitutions=true com.k_int.inode.show_sql=true hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider hibernate.hbm2ddl.auto=create-drop # hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory # com.k_int.inode.jdbc_driver=org.apache.derby.jdbc.EmbeddedDriver # com.k_int.inode.url=jdbc:derby:derbydb;create=true # com.k_int.inode.username= # com.k_int.inode.password= # com.k_int.inode.default_auto_commit=false # com.k_int.inode.hiberate_dialect=org.hibernate.dialect.DerbyDialect # com.k_int.inode.query_substitutions=true # com.k_int.inode.show_sql=false # hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider # hibernate.hbm2ddl.auto=create-drop hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory