Interface BusinessTypeAware


public interface BusinessTypeAware
Represents a repository domain instance that is capable of describing the business domain type to which it is related. This is useful when informing transformation calls via DomainMapperManager.
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieve the associated business domain type
  • Method Details

    • getBusinessDomainType

      Class<?> getBusinessDomainType()
      Retrieve the associated business domain type
      Returns:
      Retrieve the associated business domain type