H2DirectDataStoreFactory.java | Class | Factory will connect to the H2 database using a DataSource you provide.
If you don't know what that means please use H2DBCPDataStoreFactory (it will
make use of the popular commons dbcp library as an implementation of DataSource).
Please see the public static Params for a description of what is needed to connect to this
beast. |