public interface LocalizedStringRepository extends org.springframework.data.jpa.repository.JpaRepository<LocalizedString,Long>
Modifier and Type | Method and Description |
---|---|
LocalizedString |
getBySelector(String selector)
Get a localized string by selector.
|
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
findAll
@Query(value="SELECT ls FROM messages_localized_string ls WHERE ?1 MEMBER OF ls.selectors") LocalizedString getBySelector(String selector)
selector
- the selector.Copyright © 2023. All rights reserved.