Adding database access

You can add database tables to support your plugin.

When adding database support, you plug into the Spring context by creating data access object (DAO) Spring beans. You add your tables through a schema.xml file.