Uses of Interface
com.broadleafcommerce.metadata.core.repository.AugmentationRepository
Packages that use AugmentationRepository
Package
Description
-
Uses of AugmentationRepository in com.broadleafcommerce.metadata.core.service
Methods in com.broadleafcommerce.metadata.core.service that return AugmentationRepositoryModifier and TypeMethodDescriptionprotected AugmentationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultAugmentationService.getRepository()
Constructors in com.broadleafcommerce.metadata.core.service with parameters of type AugmentationRepositoryModifierConstructorDescriptionDefaultAugmentationService
(AugmentationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationModifiedEventProducer augmentationModifiedEventProducer) -
Uses of AugmentationRepository in com.broadleafcommerce.metadata.core.service.autoconfigure
Methods in com.broadleafcommerce.metadata.core.service.autoconfigure with parameters of type AugmentationRepositoryModifier and TypeMethodDescriptionMetadataServiceAutoConfiguration.augmentationService
(AugmentationRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.CrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, AugmentationModifiedEventProducer augmentationModifiedEventProducer) -
Uses of AugmentationRepository in com.broadleafcommerce.metadata.provider.jpa.repository
Subinterfaces of AugmentationRepository in com.broadleafcommerce.metadata.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaAugmentationRepository<D extends JpaAugmentation>