Class GenericRevisionedRepositoryFactoryBean.GenericRevisionedRepositoryFactory

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware
    Enclosing class:
    GenericRevisionedRepositoryFactoryBean<R extends GenericRevisionedRepository<E,​ID>,​E,​ID extends Serializable>

    private static class GenericRevisionedRepositoryFactoryBean.GenericRevisionedRepositoryFactory
    extends org.springframework.data.jpa.repository.support.JpaRepositoryFactory
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport

        org.springframework.data.repository.core.support.RepositoryFactorySupport.ImplementationMethodExecutionInterceptor, org.springframework.data.repository.core.support.RepositoryFactorySupport.QueryExecutorMethodInterceptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Class<?> getRepositoryBaseClass​(org.springframework.data.repository.core.RepositoryMetadata metadata)  
      • Methods inherited from class org.springframework.data.jpa.repository.support.JpaRepositoryFactory

        getEntityInformation, getProjectionFactory, getQueryLookupStrategy, getRepositoryFragments, getTargetRepository, getTargetRepository, setBeanClassLoader, setEntityPathResolver, setEscapeCharacter
      • Methods inherited from class org.springframework.data.repository.core.support.RepositoryFactorySupport

        addQueryCreationListener, addRepositoryProxyPostProcessor, getQueryMethods, getRepository, getRepository, getRepository, getRepositoryInformation, getRepositoryMetadata, getTargetRepositoryViaReflection, getTargetRepositoryViaReflection, setBeanFactory, setEvaluationContextProvider, setNamedQueries, setQueryLookupStrategyKey, setRepositoryBaseClass, validate
    • Constructor Detail

      • GenericRevisionedRepositoryFactory

        public GenericRevisionedRepositoryFactory​(javax.persistence.EntityManager entityManager)
        The constructor.
        Parameters:
        entityManager - the EntityManager.
    • Method Detail

      • getRepositoryBaseClass

        protected Class<?> getRepositoryBaseClass​(org.springframework.data.repository.core.RepositoryMetadata metadata)
        Overrides:
        getRepositoryBaseClass in class org.springframework.data.jpa.repository.support.JpaRepositoryFactory