Interface AbstractEntityManager

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initCache()
      This optional method clears and builds the cache components needed in the current entity manager.
      void setConfiguration​(Properties properties)
      Configuration variables (usually, yet not necessarily read from a config file) that will be used to process some calls (for example file paths or constants).
    • Method Detail

      • initCache

        void initCache()
        This optional method clears and builds the cache components needed in the current entity manager.
      • setConfiguration

        void setConfiguration​(Properties properties)
        Configuration variables (usually, yet not necessarily read from a config file) that will be used to process some calls (for example file paths or constants).
        Parameters:
        properties - The set of properties. Each EM should document its variables and what are their default values.