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