Class EntityViewAwareRepositoryMetadataImpl
java.lang.Object
com.blazebit.persistence.spring.data.impl.query.EntityViewAwareRepositoryMetadataImpl
- All Implemented Interfaces:
EntityViewAwareRepositoryMetadata,org.springframework.data.repository.core.RepositoryMetadata
public class EntityViewAwareRepositoryMetadataImpl
extends Object
implements EntityViewAwareRepositoryMetadata
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionEntityViewAwareRepositoryMetadataImpl(org.springframework.data.repository.core.RepositoryMetadata metadata, EntityViewManager evm) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.repository.core.CrudMethodsClass<?>Class<?>Class<? extends Serializable>Class<?>Class<?>getReturnedDomainClass(Method method) Class<?>getReturnedEntityViewClass(Method method) boolean
-
Constructor Details
-
EntityViewAwareRepositoryMetadataImpl
public EntityViewAwareRepositoryMetadataImpl(org.springframework.data.repository.core.RepositoryMetadata metadata, EntityViewManager evm)
-
-
Method Details
-
getEntityViewManager
- Specified by:
getEntityViewManagerin interfaceEntityViewAwareRepositoryMetadata
-
getIdType
- Specified by:
getIdTypein interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
getDomainType
- Specified by:
getDomainTypein interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
getEntityViewType
- Specified by:
getEntityViewTypein interfaceEntityViewAwareRepositoryMetadata
-
getRepositoryInterface
- Specified by:
getRepositoryInterfacein interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
getReturnedDomainClass
- Specified by:
getReturnedDomainClassin interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
getReturnedEntityViewClass
- Specified by:
getReturnedEntityViewClassin interfaceEntityViewAwareRepositoryMetadata
-
getCrudMethods
public org.springframework.data.repository.core.CrudMethods getCrudMethods()- Specified by:
getCrudMethodsin interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
isPagingRepository
public boolean isPagingRepository()- Specified by:
isPagingRepositoryin interfaceorg.springframework.data.repository.core.RepositoryMetadata
-
getAlternativeDomainTypes
- Specified by:
getAlternativeDomainTypesin interfaceorg.springframework.data.repository.core.RepositoryMetadata
-