Interface BaseJpaRepository<D,P extends MappableTo<D>,ID>

All Superinterfaces:
BaseRepository<D,P,ID>, org.springframework.data.repository.CrudRepository<P,ID>, com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<P,ID>, org.springframework.data.repository.Repository<P,ID>
All Known Implementing Classes:
BaseJpaRepositoryImpl

@Deprecated(since="1.0.0") @NoRepositoryBean public interface BaseJpaRepository<D,P extends MappableTo<D>,ID> extends BaseRepository<D,P,ID>
Deprecated.
Use com.broadleafcommerce.data.tracking.jpa.filtering.JpaTrackableRepository instead
Create the Base JpaRepository with Domain, Entity and Primary Key of the Entity
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.persistence.EntityManager
    em()
    Deprecated.
    <I, O> List<O>
    findByIdUsingPartitioning(List<I> ids, Integer partitionSize, I pad, Function<List<I>,List<O>> baseFindByIds)
    Deprecated.

    Methods inherited from interface com.broadleafcommerce.billing.common.repository.BaseRepository

    findAll, newFromDomain

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save, saveAll

    Methods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository

    findAll, findAll