Uses of Interface
com.broadleafcommerce.auth.tenant.repository.ApplicationRepository
Packages that use ApplicationRepository
Package
Description
-
Uses of ApplicationRepository in com.broadleafcommerce.auth.tenant.provider.jpa.repository
Subinterfaces of ApplicationRepository in com.broadleafcommerce.auth.tenant.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaApplicationRepository<D extends JpaApplication>
Handle persistence operations related toJpaApplication
-
Uses of ApplicationRepository in com.broadleafcommerce.auth.tenant.service
Methods in com.broadleafcommerce.auth.tenant.service that return ApplicationRepositoryModifier and TypeMethodDescriptionprotected ApplicationRepository<D>
DefaultApplicationService.getRepository()
Constructors in com.broadleafcommerce.auth.tenant.service with parameters of type ApplicationRepositoryModifierConstructorDescriptionDefaultApplicationService
(ApplicationRepository<D> repository, SimplePayloadMapper mapper)