Package com.volantis.synergetics.descriptorstore.impl.jdo

Examples of com.volantis.synergetics.descriptorstore.impl.jdo.JDOResourceDescriptorStore


*/
public class DefaultResourceDescriptorStoreFactory extends ResourceDescriptorStoreFactory {

    // javadoc inherited
    public ResourceDescriptorStore getResourceDescriptorStore() {
        return new JDOResourceDescriptorStore();
    }
View Full Code Here


    }

    // javadoc inherited
    public ResourceDescriptorStore getResourceDescriptorStore(
        final Properties properties) {
        return new JDOResourceDescriptorStore(properties);
    }
View Full Code Here

TOP

Related Classes of com.volantis.synergetics.descriptorstore.impl.jdo.JDOResourceDescriptorStore

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.