Interface JpaChangeSummaryGroupRepository<D extends JpaChangeSummaryGroup>
- Type Parameters:
D- The database specific type for the domain class (e.g. a Jpa specific domain type)
- All Superinterfaces:
ChangeSummaryGroupRepository<D>,org.springframework.data.repository.CrudRepository<D,,String> CustomizedChangeSummaryGroupRepository<D>,com.broadleafcommerce.common.extension.DomainTypeAware,com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,,String> org.springframework.data.repository.Repository<D,String>
@Repository
public interface JpaChangeSummaryGroupRepository<D extends JpaChangeSummaryGroup>
extends ChangeSummaryGroupRepository<D>
Domain specific repository declaration. Such a declaration is generally tied to a repository
specific domain, such as domain relevant only to Jpa, or another database platform for which
Spring Data provides support. This interface declaration is generally left empty and instead
inherits all of its query methods from a superclass interface. The superclass interface is
purposefully type agnostic and can usually be multi-purposed for multiple repository specific
declarations such as this one.
If there are repository specific query methods that do not make sense in other platforms, they can be declared here.
- Author:
- Jeff Fischer
-
Method Summary
Methods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.ChangeSummaryGroupRepository
readByIdAndArchivedNotMethods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface com.broadleafcommerce.sandbox.repository.nontrackable.CustomizedChangeSummaryGroupRepository
archiveChangeSummaryGroupsForSandbox, batchTransition, batchTransition, cleanupBatch, findChangeSummaryGroupByIdsCount, findChangeSummaryGroupsByIds, findChangeSummaryGroupsByIds, findChangeSummaryGroupsByIds, findChangeSummaryGroupsBySandbox, findChangeSummaryGroupsBySandbox, readByIdAndArchivedNot, readPageByStateAndSandboxAndArchivedNot, readPageByStateAndSandboxAndArchivedNot, readPageByStateAndSandboxAndAuthorAndArchivedNot, readPageByStateAndSandboxAndAuthorAndArchivedNot, removeFromAffectedVendors, updateVals, updateValsMethods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainTypeMethods inherited from interface com.broadleafcommerce.common.extension.data.PagingAndSortingRepository
findAll, findAll