Interface JpaRoleRepository<D extends JpaUserRole>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>,CustomizedRoleRepository<D>,com.broadleafcommerce.common.extension.DomainTypeAware,org.springframework.data.repository.Repository<D,String>,RoleRepository<D>
@Repository public interface JpaRoleRepository<D extends JpaUserRole> extends RoleRepository<D>
JPA-specific repository for persisted counterparts ofUserRole.- Author:
- Samarth Dhruva (samarthd)
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Methods inherited from interface com.broadleafcommerce.auth.security.repository.CustomizedRoleRepository
createOnlyIfDoesNotExist, replaceOnlyIfLastUpdatedBefore
-
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Methods inherited from interface com.broadleafcommerce.auth.security.repository.RoleRepository
existsByParentRoleIdAndArchivedFalse, findAllByIdInAndArchivedFalse, findAllByNameContainingIgnoreCaseAndArchivedFalse, findAllStreamByIdInAndArchivedFalse, findByIdAndArchivedFalse
-
-