C - Actual commodity typepublic interface JdbcDatastoreCommodityFactory<C extends com.holonplatform.core.datastore.DatastoreCommodity> extends com.holonplatform.core.datastore.DatastoreCommodityFactory<JdbcDatastoreCommodityContext,C>
DatastoreCommodityFactory extension type to allow automatic registration using Java
ServiceLoader extension, through a
com.holonplatform.datastore.jdbc.config.JdbcDatastoreCommodityFactory file under the
META-INF/services folder.
A Priority annotation can be used on concrete JdbcDatastoreCommodityFactory implementation class to
define a registration order, where a lower value means higher priority value.
Copyright © 2019 The Holon Platform. All rights reserved.