@Repository public class NotificationRegistrationDaoImpl extends BaseJpaDaoImpl implements NotificationRegistrationDao
entityManager| Constructor and Description |
|---|
NotificationRegistrationDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
NotificationRegistrationEntity |
getNotificationRegistration(String namespace,
String name)
Returns the notification registration by its namespace and name.
|
delete, detach, executeSingleResultQuery, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, getPredicateForInClause, query, queryByNamedParams, save, saveAndRefreshclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshpublic NotificationRegistrationEntity getNotificationRegistration(String namespace, String name)
NotificationRegistrationDaogetNotificationRegistration in interface NotificationRegistrationDaonamespace - The namespace of the notification registrationname - The name of the notification registrationCopyright © 2021. All rights reserved.