public interface RepositoryInformation extends RepositoryMetadata
| Modifier and Type | Method and Description |
|---|---|
Iterable<Method> |
getQueryMethods()
Returns all methods considered to be query methods.
|
Class<?> |
getRepositoryBaseClass()
Returns the base class to be used to create the proxy backing instance.
|
Method |
getTargetClassMethod(Method method)
Returns the target class method that is backing the given method.
|
boolean |
hasCustomMethod()
Returns if the configured repository interface has custom methods, that might have to be delegated to a custom
implementation.
|
boolean |
isCustomMethod(Method method)
Returns whether the given method is a custom repository method.
|
boolean |
isQueryMethod(Method method)
Returns whether the given method is a query method.
|
getDomainType, getIdType, getRepositoryInterface, getReturnedDomainClassClass<?> getRepositoryBaseClass()
boolean hasCustomMethod()
boolean isCustomMethod(Method method)
method - boolean isQueryMethod(Method method)
method - Iterable<Method> getQueryMethods()
repositoryInterface - Method getTargetClassMethod(Method method)
method - Copyright © 2012. All Rights Reserved.