Interface DomainTypeAware


  • public interface DomainTypeAware
    Intended to be implemented by Spring Data repositories that should express the underlying, managed domain class type.
    Author:
    Jeff Fischer
    • Method Detail

      • getDomainType

        Class<?> getDomainType()
        Retrieve the actual managed repository domain type
        Returns:
        The managed repository domain type