Class DBHandlerFactory


  • public class DBHandlerFactory
    extends Object
    Factory to return instances of specific DBHandlers, according to the provided type.
    • Constructor Detail

      • DBHandlerFactory

        public DBHandlerFactory()
    • Method Detail

      • getDBHandler

        public static DBHandler getDBHandler​(DBHandlerFactory.DBHandlerType type)
        Get the handler for a specific database.
        Parameters:
        type - The desired type for the return DBHandler instance.
        Returns:
        A DBHandler instance.