public interface CdiRepositoryConfiguration
| Modifier and Type | Method and Description |
|---|---|
default Optional<QueryMethodEvaluationContextProvider> |
getEvaluationContextProvider()
Return the
QueryMethodEvaluationContextProvider to use. |
default Optional<NamedQueries> |
getNamedQueries()
Return the
NamedQueries to use. |
default List<QueryCreationListener<?>> |
getQueryCreationListeners()
Returns the list of
QueryCreationListener to be used during repository proxy creation. |
default Optional<QueryLookupStrategy.Key> |
getQueryLookupStrategy()
Return the
QueryLookupStrategy.Key to lookup queries. |
default Optional<Class<?>> |
getRepositoryBeanClass()
Return the
repository base class to use. |
default String |
getRepositoryImplementationPostfix()
Returns the configured postfix to be used for looking up custom implementation classes.
|
default List<RepositoryProxyPostProcessor> |
getRepositoryProxyPostProcessors()
Returns the list of
RepositoryProxyPostProcessor to be used during repository proxy creation. |
default Optional<QueryMethodEvaluationContextProvider> getEvaluationContextProvider()
QueryMethodEvaluationContextProvider to use. Can be Optional.empty() .QueryMethodEvaluationContextProvider base to use, can be Optional.empty(),
must not be null.default Optional<NamedQueries> getNamedQueries()
NamedQueries to use. Can be Optional.empty().Optional.empty(), must not be null.default Optional<QueryLookupStrategy.Key> getQueryLookupStrategy()
QueryLookupStrategy.Key to lookup queries. Can be Optional.empty().Optional.empty(), must not be null.default Optional<Class<?>> getRepositoryBeanClass()
repository base class to use. Can be Optional.empty() .Optional.empty(), must not be null.default String getRepositoryImplementationPostfix()
default List<RepositoryProxyPostProcessor> getRepositoryProxyPostProcessors()
RepositoryProxyPostProcessor to be used during repository proxy creation. Can be
Collections.emptyList() .Collections.emptyList(), must not be
null.default List<QueryCreationListener<?>> getQueryCreationListeners()
QueryCreationListener to be used during repository proxy creation. Can be
Collections.emptyList() .Collections.emptyList(), must not be
null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.