Uses of Class
com.broadleafcommerce.notification.provider.jpa.domain.JpaNotification
Packages that use JpaNotification
-
Uses of JpaNotification in com.broadleafcommerce.notification.provider.jpa.repository
Classes in com.broadleafcommerce.notification.provider.jpa.repository with type parameters of type JpaNotificationModifier and TypeInterfaceDescriptioninterface
JpaNotificationRepository<D extends JpaNotification>
Extension to provide a Spring Data repository for accessingNotification
references via JPA.