Modifier and Type | Method and Description |
---|---|
CustomizedRoleRepository<JpaUserRole> |
AuthServiceJpaAutoConfiguration.jpaRoleRepositoryImpl(com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?,?> resourceLockRepository) |
Modifier and Type | Interface and Description |
---|---|
interface |
JpaRoleRepository<D extends JpaUserRole>
JPA-specific repository for persisted counterparts of
UserRole . |
Modifier and Type | Class and Description |
---|---|
class |
JpaCustomizedRoleRepository<D extends JpaUserRole>
Additional functionality necessary for
JpaRoleRepository . |
Modifier and Type | Interface and Description |
---|---|
interface |
RoleRepository<D>
Repository for persisted counterparts of
UserRole . |
Copyright © 2021. All rights reserved.