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
Author:
Oliver Gierke, Thomas Darimont, Mark Paluch, Johannes Englmeier
  • 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.