Interface DomainTypeAware
- 
public interface DomainTypeAwareIntended to be implemented by Spring Data repositories that should express the underlying, managed domain class type.- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getDomainType()Retrieve the actual managed repository domain type 
 - 
 
- 
- 
Method Detail
- 
getDomainType
Class<?> getDomainType()
Retrieve the actual managed repository domain type- Returns:
 - The managed repository domain type
 
 
 - 
 
 -