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 Detail

      • getBusinessDomainType

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