Class HibernateSearchService
- java.lang.Object
-
- de.adorsys.multibanking.jpa.repository.HibernateSearchService
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
@Profile("jpa") @Service public class HibernateSearchService extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
-
Constructor Summary
Constructors Constructor Description HibernateSearchService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)org.hibernate.search.jpa.FullTextQuerysearchBank(String terms)
-
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(@NonNull org.springframework.boot.context.event.ApplicationReadyEvent event)- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
searchBank
public org.hibernate.search.jpa.FullTextQuery searchBank(String terms)
-
-