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>
JPA-specific repository for persisted counterparts of
UserRole.- 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, saveAllMethods inherited from interface com.broadleafcommerce.auth.security.repository.CustomizedRoleRepository
createOnlyIfDoesNotExist, replaceOnlyIfLastUpdatedBeforeMethods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainTypeMethods inherited from interface com.broadleafcommerce.auth.security.repository.RoleRepository
existsByParentRoleIdAndArchivedFalse, findAllByAccountRoleTrueAndArchivedFalse, findAllByAccountRoleTrueAndArchivedFalse, findAllByIdInAndArchivedFalse, findAllByNameContainingIgnoreCaseAndArchivedFalse, findAllByNameContainingIgnoreCaseAndArchivedFalseAndAccountRoleEquals, findAllStreamByIdInAndArchivedFalse, findByIdAndArchivedFalse