Interface JpaUserPermissionRepository<D extends JpaUserPermission>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,
,String> CustomizedUserPermissionRepository<D>
,com.broadleafcommerce.common.extension.DomainTypeAware
,org.springframework.data.repository.Repository<D,
,String> UserPermissionRepository<D>
@Repository
public interface JpaUserPermissionRepository<D extends JpaUserPermission>
extends UserPermissionRepository<D>
JPA-specific repository for persisted counterparts of
UserPermission
.- Author:
- Samarth Dhruva (samarthd)
-
Method Summary
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.auth.security.repository.CustomizedUserPermissionRepository
createOnlyIfDoesNotExist, replaceOnlyIfLastUpdatedBefore
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
Methods inherited from interface com.broadleafcommerce.auth.security.repository.UserPermissionRepository
findAllByNameContainingIgnoreCaseAndArchivedFalse, findAllByNameContainingIgnoreCaseAndArchivedFalseAndAccountPermissionEquals, findAllByNameContainingIgnoreCaseAndArchivedFalseAndAccountPermissionEqualsAndUserAssignableEquals, findByIdAndArchivedFalse, findByIdInAndArchivedFalse