Discussions Populaires Dans la Communauté JMC

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
Usman Liaqat's image
La question a été ajoutée par Usman Liaqat Principal Software Engineer Soliton Technologies
Depuis 10 années

How to make Asynchronous call to DB using Java. Please note i do not want to wait for the DB results.?‎

I want to refresh Materialized View in my program for which i do not want to wait for the call to get Finish.‎

Réponses:
2
Adeptes:
Vues:
309
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
ahmad mohammed's image  
La répondre a été ajoutée par  ahmad mohammed, JAVA team lead, edu-tek
Depuis 10 années

you can just use threads to call you view and refersh  try to see executer service

Signaler CV
Mufeed Farhan's image  
La répondre a été ajoutée par  Mufeed Farhan, HR Applications Manager, SBM
Depuis 10 années

You can create your method to select from db and make it  Asynchronous by adding "@Asynchronous" key word befor it . you can make solve your problem by creating ... Voir Plus

Signaler CV