Class ElasticsearchRepositoryMetadata
java.lang.Object
org.springframework.data.repository.core.support.AbstractRepositoryMetadata
org.springframework.data.repository.core.support.DefaultRepositoryMetadata
org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryMetadata
- All Implemented Interfaces:
RepositoryMetadata
- Direct Known Subclasses:
ReactiveElasticsearchRepositoryMetadata
- Since:
- 4.0
- Author:
- Peter-Josef Meisch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getReturnedDomainClass(Method method) protected booleanisAllowedGenericType(ParameterizedType methodGenericReturnType) Methods inherited from class DefaultRepositoryMetadata
getDomainTypeInformation, getFragments, getIdTypeInformationMethods inherited from class AbstractRepositoryMetadata
getAlternativeDomainTypes, getCrudMethods, getMetadata, getRepositoryInterface, getReturnedDomainTypeInformation, getReturnType, isPagingRepository, isReactiveRepositoryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RepositoryMetadata
getDomainType, getIdType
-
Constructor Details
-
ElasticsearchRepositoryMetadata
-
-
Method Details
-
getReturnedDomainClass
- Specified by:
getReturnedDomainClassin interfaceRepositoryMetadata- Overrides:
getReturnedDomainClassin classAbstractRepositoryMetadata
-
isAllowedGenericType
-