Top "H2" questions

H2 is a relational database management system written in Java.

Any ideas for persisting H2 Database In-Memory mode transaction?

The following code for H2 database with "in-memory mode" runs perfectly fine until connection is open or VM is running. …

sql database h2 in-memory-database data-persistence
Junit with HSQL/H2 without Spring/Hibernate

I am trying to use H2 or HSQL for my unit testing. But my application is not of spring and …

java unit-testing junit hsqldb h2
Setting up custom scheme using @DataJpaTest

I want to test a Repository with Spring Boot and want to include TestEntityManager to check that the repository really …

java spring-boot junit h2 jpa-2.1
Squirrel SQL & H2 plugin on Windows: ClassNotFoundException: org.h2.Driver

I am trying to use the Squirrel SQL client to connect to a H2 server instance. The problem I am …

java h2 squirrel-sql
Spring boot how to exclude certain class from testing

I have implemented own class for representing of database vector data based on UserType class. My example: class MyVectorType implements …

spring spring-boot h2 dialect usertype
Access mem or fs database tables using H2 console

I'm trying to access my application's tables in Play! Framework, but I can't find it using the console. For instance, …

playframework h2
H2 Database - Unknown data type of MySQL script

I'm new in using in-memmory database. I tried to use H2 database for developing project with spring boot, spring data …

h2 in-memory-database
Websphere Server threads getting hung

We have an application where we use an H2 embedded database to store the data. We have a synchronized write …

multithreading websphere h2 hung
How to CREATE PROCEDURE in H2

This seems to be a duplicate of the other question with the same title, but it actually isn't. We have …

database stored-procedures db2 h2
Spring + Hibernate + H2 Embedded DB. How is the data saved?

Im new to embedded databases but I got it running at least. What confuses me is that my data is …

spring hibernate spring-mvc h2 embedded-database