
com.peterphi.std.guice.hibernatetest.hsqldb-in-memory.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stdlib-guice-hibernate-testing Show documentation
Show all versions of stdlib-guice-hibernate-testing Show documentation
module to support testing of hibernate databases
hibernate.properties=embedded
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.connection.url=jdbc:hsqldb:mem:testdb
hibernate.connection.username=sa
hibernate.connection.password=
hibernate.hbm2ddl.auto=create
hibernate.connection.readOnly=false
hibernate.show_sql=true
hibernate.current_session_context_class=thread
#these unit tests require the database structure be dropped and recreated
hibernate.allow-hbm2ddl-create=true
log4j.properties=embedded
log4j.rootCategory=WARN, logconsole
log4j.appender.logconsole=org.apache.log4j.ConsoleAppender
log4j.appender.logconsole.layout=org.apache.log4j.PatternLayout
log4j.appender.logconsole.layout.ConversionPattern=%d{ISO8601} %5p %m%n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy