Class ReflectionDatabaseFactory<E>

  • All Implemented Interfaces:
    IDatabaseFactory<E>

    public class ReflectionDatabaseFactory<E>
    extends java.lang.Object
    implements IDatabaseFactory<E>
    A generic database factory that tries to create the database by (in order of preference)
    1. Invoking a static create method
    2. Invoking a no-arg constructor
    Author:
    David Hovemeyer