Interface EntityViewAwareRepositoryMetadata

All Superinterfaces:
org.springframework.data.repository.core.RepositoryMetadata

public interface EntityViewAwareRepositoryMetadata extends org.springframework.data.repository.core.RepositoryMetadata
Since:
1.6.9
Author:
Christian Beikov, Eugen Mayer
  • Method Summary

    Modifier and Type
    Method
    Description
    com.blazebit.persistence.view.EntityViewManager
     
     
     

    Methods inherited from interface org.springframework.data.repository.core.RepositoryMetadata

    getAlternativeDomainTypes, getCrudMethods, getDomainType, getDomainTypeInformation, getFragments, getIdType, getIdTypeInformation, getRepositoryInterface, getReturnedDomainClass, getReturnType, isPagingRepository, isReactiveRepository
  • Method Details

    • getEntityViewManager

      com.blazebit.persistence.view.EntityViewManager getEntityViewManager()
    • getEntityViewType

      Class<?> getEntityViewType()
    • getReturnedEntityViewClass

      Class<?> getReturnedEntityViewClass(Method method)