Interface MetaDao

All Superinterfaces:
Edp2Dao
All Known Subinterfaces:
LocalDirectoryRepository, LocalMemoryRepository, MetaDaoDelegate, Repository
All Known Implementing Classes:
LocalDirectoryMetaDao, LocalDirectoryRepositoryImpl, LocalMemoryRepositoryImpl, LocalMemoryRepositoryImplGen, MetaDaoImpl, RepositoryImpl, RepositoryImplGen

public interface MetaDao extends Edp2Dao
Interface for the access to any meta data in EDP2.
  • Method Details

    • getMeasurementsDaoFactory

      MeasurementsDaoFactory getMeasurementsDaoFactory()
      Returns the factory for measurement DAOs in order to get access to the measurements.
      Returns:
      The measurements DAO factory.