public interface NotificationRegistrationDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
getNotificationRegistration(String namespace,
String name)
Returns the notification registration by its namespace and name.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshNotificationRegistrationEntity getNotificationRegistration(String namespace, String name)
namespace - The namespace of the notification registrationname - The name of the notification registrationCopyright © 2019. All rights reserved.