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