Examples of DerbyDataStore


Examples of org.criticalfailure.torchlight.core.application.data.persistence.db.DerbyDataStore

    public static IDataStore createDataStore()
            throws /* SingletonViolationException, */ InstantiationException
    {
        // TODO: find out which data store the user wants and create that
       
        return new DerbyDataStore();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.