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 Summary

    Modifier and Type
    Method
    Description
    Retrieve the actual managed repository domain type
  • Method Details

    • getDomainType

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