Uses of Interface
com.broadleafcommerce.customer.repository.CustomizedAccountPermissionRepository
-
Packages that use CustomizedAccountPermissionRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.repository -
-
Uses of CustomizedAccountPermissionRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of CustomizedAccountPermissionRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interfaceJpaAccountPermissionRepository<D extends JpaAccountPermission>JPA domain-specific implementation ofAccountPermissionRepository.Classes in com.broadleafcommerce.customer.provider.jpa.repository that implement CustomizedAccountPermissionRepository Modifier and Type Class Description classJpaCustomizedAccountPermissionRepository<D extends JpaAccountPermission>Specialized implementation ofJpaAccountPermissionRepository. -
Uses of CustomizedAccountPermissionRepository in com.broadleafcommerce.customer.repository
Subinterfaces of CustomizedAccountPermissionRepository in com.broadleafcommerce.customer.repository Modifier and Type Interface Description interfaceAccountPermissionRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Repository for persisted counterparts ofAccountPermission.
-