10.  H2 Database Engine

10.1. Known issues with H2 Database Engine

Example 2.6.  Example properties for H2 Database Engine

openjpa.ConnectionDriverName: org.h2.Driver
openjpa.ConnectionURL: jdbc:h2:DB_NAME

10.1.  Known issues with H2 Database Engine

  • UUID support allows usage of binary data on entities. If the user wants to exchange String for UUID, it is necessary to previously convert the String to UUID type in database.