Class H2Adapter

  • All Implemented Interfaces:
    DbAdapter

    public class H2Adapter
    extends JdbcAdapter
    DbAdapter implementation for H2 RDBMS . Sample connection settings to use with H2 are shown below:
          postgres.jdbc.username = sa
          postgres.jdbc.password = 
          postgres.jdbc.url = jdbc:h2:cayenne
          postgres.jdbc.driver = org.h2.Driver
     
    Since:
    3.0