@Profile(value="jpa") @Service public class BookingsIndexRepositoryImpl extends Object implements BookingsIndexRepositoryIf
| Constructor and Description |
|---|
BookingsIndexRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(BookingsIndexEntity entity) |
Optional<BookingsIndexEntity> |
findByUserIdAndAccountId(String userId,
String accountId) |
void |
save(BookingsIndexEntity entity) |
List<BookingsIndexEntity> |
search(String terms) |
public void save(BookingsIndexEntity entity)
save in interface BookingsIndexRepositoryIfpublic void delete(BookingsIndexEntity entity)
delete in interface BookingsIndexRepositoryIfpublic List<BookingsIndexEntity> search(String terms)
search in interface BookingsIndexRepositoryIfpublic Optional<BookingsIndexEntity> findByUserIdAndAccountId(String userId, String accountId)
findByUserIdAndAccountId in interface BookingsIndexRepositoryIfCopyright © 2020. All rights reserved.