Class DatastoreCustomisations

  • All Implemented Interfaces:
    com.activeviam.tools.datastore.IDatastoreCustomisations

    public class DatastoreCustomisations
    extends Object
    implements com.activeviam.tools.datastore.IDatastoreCustomisations
    Datastore modifications to be performed on the default Accelerator stores.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      org.springframework.core.env.Environment env  
      • Fields inherited from interface com.activeviam.tools.datastore.IDatastoreCustomisations

        callCount, execCount, locked
    • Field Detail

      • env

        @Autowired
        public org.springframework.core.env.Environment env
    • Constructor Detail

      • DatastoreCustomisations

        public DatastoreCustomisations()
    • Method Detail

      • loadCustomisations

        public void loadCustomisations()
        Defines the transformations to be performed on the default Accelerator stores, using DatastoreHelper.
        Specified by:
        loadCustomisations in interface com.activeviam.tools.datastore.IDatastoreCustomisations