All Classes and Interfaces
Class
Description
The Country class holds the information for a country.
The CountryId class implements the ID class for the Country class.
The CountryRepository interface declares the repository for the Country domain
type.
The IReferenceService interface defines the functionality provided by a Reference Service
implementation.
The Language class holds the information for a language.
The LanguageId class implements the ID class for the Language class.
The LanguageRepository interface declares the repository for the Language domain
type.
The MeasurementSystem class holds the information for a system of measurement.
The MeasurementSystemId class implements the ID class for the MeasurementSystem
class.
The MeasurementSystemRepository interface declares the repository for the
MeasurementSystem domain type.
The MeasurementUnit class holds the information for a measurement unit.
The MeasurementUnitId class implements the ID class for the MeasurementUnit class.
The MeasurementUnitRepository interface declares the repository for the
MeasurementUnit domain type.
The MeasurementUnitType class holds the information for a measurement unit type.
The MeasurementUnitTypeId class implements the ID class for the MeasurementUnitType
class.
The MeasurementUnitTypeRepository interface declares the repository for the
MeasurementUnitType domain type.
The ReferenceConfiguration class provides the Spring configuration for the Reference
module.
The ReferenceService class provides the Reference Service implementation.
The Region class holds the information for a region.
The RegionId class implements the ID class for the Region class.
The RegionRepository interface declares the repository for the Region domain type.
The TimeZone class holds the information for a time zone.