public interface NotificationEventTypeDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
NotificationEventTypeEntity |
getNotificationEventTypeByCode(String code)
Gets a notification event type by it's code.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshNotificationEventTypeEntity getNotificationEventTypeByCode(String code)
code - the notification event type code (case-insensitive)Copyright © 2019. All rights reserved.