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.
Create the Base JpaRepository with Domain, Entity and Primary Key of the Entity
-
Method Summary
Methods inherited from interface com.broadleafcommerce.billing.common.repository.BaseRepository
findAll, newFromDomainMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save, saveAllMethods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository
findAll, findAll
com.broadleafcommerce.data.tracking.jpa.filtering.JpaTrackableRepositoryinstead