Class DataStoreFactory

java.lang.Object
io.jmix.core.impl.DataStoreFactory

@Component("core_DataStoreFactory") public class DataStoreFactory extends Object
INTERNAL. Factory of DataStore implementations.
  • Field Details

    • dataStores

      protected Map<String,DataStore> dataStores
    • stores

      @Autowired(required=false) protected Stores stores
    • applicationContext

      @Autowired protected org.springframework.context.ApplicationContext applicationContext
  • Constructor Details

    • DataStoreFactory

      public DataStoreFactory()
  • Method Details