|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryInformation
Aditional repository specific information
| Method Summary | |
|---|---|
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 |
isBaseClassMethod(Method method)
Returns whether the given method is logically a base class method. |
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. |
| Methods inherited from interface org.springframework.data.repository.core.RepositoryMetadata |
|---|
getCrudMethods, getDomainType, getIdType, getRepositoryInterface, getReturnedDomainClass, isPagingRepository |
| Method Detail |
|---|
Class<?> getRepositoryBaseClass()
boolean hasCustomMethod()
boolean isCustomMethod(Method method)
method -
boolean isQueryMethod(Method method)
method -
boolean isBaseClassMethod(Method method)
method - must not be null.
Iterable<Method> getQueryMethods()
Method getTargetClassMethod(Method method)
method -
|
Spring Data Core | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||