public interface SearchIndexTypeDao extends BaseJpaDao
| Modifier and Type | Method and Description |
|---|---|
SearchIndexTypeEntity |
getSearchIndexTypeByCode(String code)
Gets a search index type by its code.
|
delete, detach, findAll, findById, findByNamedProperties, findUniqueByNamedProperties, getCurrentTimestamp, getEntityManager, query, queryByNamedParams, save, saveAndRefreshSearchIndexTypeEntity getSearchIndexTypeByCode(String code)
code - the search index type code (case-insensitive)Copyright © 2019. All rights reserved.