Class GenericRevisionedRepositoryImpl<E,​ID extends Serializable>

  • Type Parameters:
    E - generic type of the managed entity.
    ID - generic type of the primary key of the entity.
    All Implemented Interfaces:
    GenericRepository<E,​ID>, GenericRevisionedRepository<E,​ID>, QueryDslSupport<E>, FeatureForceIncrementModificationCounter<E>, org.springframework.data.jpa.repository.JpaRepository<E,​ID>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<E>, org.springframework.data.jpa.repository.support.JpaRepositoryImplementation<E,​ID>, org.springframework.data.repository.CrudRepository<E,​ID>, org.springframework.data.repository.PagingAndSortingRepository<E,​ID>, org.springframework.data.repository.query.QueryByExampleExecutor<E>, org.springframework.data.repository.Repository<E,​ID>

    public class GenericRevisionedRepositoryImpl<E,​ID extends Serializable>
    extends GenericRepositoryImpl<E,​ID>
    implements GenericRevisionedRepository<E,​ID>
    Implementation of GenericRevisionedRepository.
    Since:
    3.0.0
    • Constructor Detail

      • GenericRevisionedRepositoryImpl

        public GenericRevisionedRepositoryImpl​(org.springframework.data.jpa.repository.support.JpaEntityInformation<E,​ID> entityInformation,
                                               javax.persistence.EntityManager entityManager)
        The constructor.
        Parameters:
        entityInformation - the JpaEntityInformation.
        entityManager - the JPA EntityManager.