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
-
Method Details
-
getDomainType
Class<?> getDomainType()Retrieve the actual managed repository domain type- Returns:
- The managed repository domain type
-