Package org.dspace.storage.rdbms

Examples of org.dspace.storage.rdbms.MockDatabaseManager


            }
           
            // Applies/initializes our mock database by invoking its constructor
            // (NOTE: This also initializes the DatabaseManager, which in turn
            // calls DatabaseUtils to initialize the entire DB via Flyway)
            new MockDatabaseManager();
           
            // Initialize a mock indexer (which does nothing, since Solr isn't running)
            new MockIndexEventConsumer();
        }
        catch (IOException ex)
View Full Code Here

TOP

Related Classes of org.dspace.storage.rdbms.MockDatabaseManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.