Class JpaNotificationStateRepositoryFragment

java.lang.Object
com.broadleafcommerce.data.tracking.jpa.messaging.BaseJpaNotificationStateRepository
com.broadleafcommerce.data.tracking.jpa.messaging.JpaNotificationStateRepositoryFragment
All Implemented Interfaces:
com.broadleafcommerce.common.messaging.notification.NotificationStateRepository, com.broadleafcommerce.common.messaging.notification.NotificationStateRepositoryFragment, NotificationStateValueUpdater

public class JpaNotificationStateRepositoryFragment extends BaseJpaNotificationStateRepository implements NotificationStateValueUpdater
An implementation of the NotificationStateRepositoryFragment that does not depend on Trackable information, but rather a notificationStates embedded collection managed with the entity
Author:
Jeff Fischer, Phillip Verheyden (phillipuniverse)
  • Constructor Details

    • JpaNotificationStateRepositoryFragment

      public JpaNotificationStateRepositoryFragment()
  • Method Details