Interface RepositoryFactoryBeanSupport.FragmentCreationContext
- Enclosing class:
- RepositoryFactoryBeanSupport<T extends Repository<S,
ID>, S, ID>
public static interface RepositoryFactoryBeanSupport.FragmentCreationContext
Creation context for a Repository Fragment.
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getRepositoryMetadata
RepositoryMetadata getRepositoryMetadata()- Returns:
- the repository metadata in use.
-
getValueExpressionDelegate
ValueExpressionDelegate getValueExpressionDelegate()- Returns:
- delegate for Value Expression parsing and evaluation.
-
getProjectionFactory
ProjectionFactory getProjectionFactory()- Returns:
- the projection factory to use.
-