Uses of Interface
com.broadleafcommerce.metadata.core.repository.AugmentationRepository
-
-
Uses of AugmentationRepository in com.broadleafcommerce.metadata.core.service
Methods in com.broadleafcommerce.metadata.core.service that return AugmentationRepository Modifier and Type Method Description protected AugmentationRepository<com.broadleafcommerce.data.tracking.core.Trackable>
DefaultAugmentationService. getRepository()
Constructors in com.broadleafcommerce.metadata.core.service with parameters of type AugmentationRepository Constructor Description DefaultAugmentationService(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 AugmentationRepository Modifier and Type Method Description AugmentationService<Augmentation>
MetadataServiceAutoConfiguration. 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.repository Modifier and Type Interface Description interface
JpaAugmentationRepository<D extends JpaAugmentation>
-