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 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.