Class JDBCDatabase

java.lang.Object
org.sonews.storage.impl.jdbc.JDBCDatabase
All Implemented Interfaces:
Storage

@Component @Scope("prototype") public class JDBCDatabase extends Object implements Storage
Storage backend facade class for a relational SQL database using JDBC. The statements used should work for at least PostgreSQL and MySQL.
Since:
sonews/0.5.0
Author:
Christian Lins