public interface MessageTypeDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
MessageTypeEntity |
getMessageTypeByCode(String code)
Returns a message type by its code.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshMessageTypeEntity getMessageTypeByCode(String code)
code - the message type codeCopyright © 2019. All rights reserved.