Interface JpaAdminRoleRepository<D extends JpaAdminRole>

All Superinterfaces:
AdminRoleRepository<D>, org.springframework.data.repository.CrudRepository<D,String>, CustomizedAdminRoleRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, com.broadleafcommerce.common.extension.data.PagingAndSortingRepository<D,String>, org.springframework.data.repository.Repository<D,String>

@Repository @Deprecated public interface JpaAdminRoleRepository<D extends JpaAdminRole> extends AdminRoleRepository<D>
Deprecated.
since 1.7.0. Roles and permissions are managed in auth.
Author:
Samarth Dhruva (samarthd)