Uses of Class
com.broadleafcommerce.data.tracking.jpa.messaging.BaseJpaNotificationStateRepository
-
Packages that use BaseJpaNotificationStateRepository Package Description com.broadleafcommerce.data.tracking.jpa.filtering com.broadleafcommerce.data.tracking.jpa.messaging -
-
Uses of BaseJpaNotificationStateRepository in com.broadleafcommerce.data.tracking.jpa.filtering
Subclasses of BaseJpaNotificationStateRepository in com.broadleafcommerce.data.tracking.jpa.filtering Modifier and Type Class Description classJpaTrackableRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Version ofTrackableRepositorybacked by Jpa. -
Uses of BaseJpaNotificationStateRepository in com.broadleafcommerce.data.tracking.jpa.messaging
Subclasses of BaseJpaNotificationStateRepository in com.broadleafcommerce.data.tracking.jpa.messaging Modifier and Type Class Description classJpaNotificationStateRepositoryFragmentAn implementation of theNotificationStateRepositoryFragmentthat does not depend on Trackable information, but rather anotificationStatesembedded collection managed with the entityclassJpaTrackableNotificationStateRepositoryAdds in functionality forTrackableRepositoryto make modifications to notification states
-