Example 2.6. Example properties for H2 Database Engine
openjpa.ConnectionDriverName: org.h2.Driver openjpa.ConnectionURL: jdbc:h2:DB_NAME
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.