Interface | Description |
---|---|
DB2JDBCConstants |
Interface for common DB2 JDBC Constants
|
H2JDBCConstants |
Interface for common H2 JDBC Constants
|
JDBCQueryConstants |
Interface for the common query keys and table keys
|
MySQLJDBCConstants |
Interface for common MySQL JDBC Constants
|
OracleJDBCConstants |
Interface for common Oracle JDBC Constants
|
PostgresJDBCConstants |
Interface for common Postgres JDBC Constants
|
SQLServerJDBCConstants |
Class | Description |
---|---|
DB2PersistenceManager |
DB2 Persistence Manager
|
H2PersistenceManager |
H2 Persistence Manager
|
JBatchJDBCPersistenceManager |
Base Persistence Manager Class.
|
LazyBootPersistenceManager |
As the persistence manager is required at boot of the JBatch infrastructure
previously we had to query the database to determine the correct subclass to use
at boot which hurts server boot time.
|
MySqlPersistenceManager |
MySQL Persistence Manager
|
OraclePersistenceManager |
Oracle Persistence Manager
|
PostgresPersistenceManager |
PostgreSQL Persistence Manager
|
SQLServerPersistenceManager |
Copyright © 2018. All rights reserved.