Interface AccountRoleRepository<D>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,
,String> com.broadleafcommerce.common.extension.DomainTypeAware
,org.springframework.data.repository.Repository<D,
String>
- All Known Subinterfaces:
JpaAccountRoleXrefRepository<D>
@NoRepositoryBean
public interface AccountRoleRepository<D>
extends org.springframework.data.repository.CrudRepository<D,String>, com.broadleafcommerce.common.extension.DomainTypeAware
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByAccountIdIn
(Collection<String> accountIds) org.springframework.data.domain.Page<D>
findByAccountId
(String accountId, org.springframework.data.domain.Pageable page) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Method Details
-
findByAccountId
-
findAllByAccountIdIn
-