All Downloads are FREE. Search and download functionalities are using the official Maven repository.

us.datanucleus-odf.5.2.0-release.source-code.plugin.xml Maven / Gradle / Ivy

There is a newer version: 6.0.0-release
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
    <!-- STORE MANAGER -->
    <extension point="org.datanucleus.store_manager">
        <store-manager class-name="org.datanucleus.store.odf.ODFStoreManager" key="odf" url-key="odf"/>
    </extension>

    <!-- CONNECTION FACTORY -->
    <extension point="org.datanucleus.store_connectionfactory">
        <connectionfactory name="odf" class-name="org.datanucleus.store.odf.ConnectionFactoryImpl" transactional="true" datastore="odf"/>
    </extension>

    <!-- VALUE GENERATORS -->
    <extension point="org.datanucleus.store_valuegenerator">
        <valuegenerator name="increment" class-name="org.datanucleus.store.odf.valuegenerator.IncrementGenerator" datastore="odf"/>
    </extension>
</plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy