hibernate.jdbc_driver=com.mysql.jdbc.Driver hibernate.url=jdbc:mysql://localhost/kiunittest hibernate.username=k-int hibernate.password=k-int hibernate.default_auto_commit=true hibernate.dialect=org.hibernate.dialect.MySQLDialect hibernate.query_substitutions=true hibernate.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