Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

When using the Spring Boot Starter, Hibernate properties are provided through an IWhatIfPersistenceProperties bean rather than a separate properties file. See project configuration for details.
The hibernate.properties file details the configurations used when setting up the Hibernate implementation of the simulation persistence manager. Location: the application src/main/resources
PropertyValueDescription
hibernate.hbm2ddl.autoupdate
hibernate.connection.urljdbc:h2:mem:submissions;DB_CLOSE_DELAY=-1;INIT=CREATE SCHEMA IF NOT EXISTS submissions
hibernate.connection.driver_classorg.h2.Driver
hibernate.dialectorg.hibernate.dialect.H2Dialect
hibernate.current_session_context_classthread
hibernate.default_schemasubmissions
hibernate.show_sqlfalse
hibernate.format_sqlfalse
defaultAutoCommitfalse
jdbcInterceptorsorg.apache.tomcat.jdbc.pool.interceptor.ConnectionState
maxAge60000
maxActive25
maxIdle50
jakarta.persistence.create-database-schemastrue