java - What is the difference between queryvalue() and querynode()? -


when wrote line:

this.atputifnotnil("qwerttty", profile.queryvalue("qwertty"), profile); 

it throwing compile time error.
when changed querynode(), got rectified.

this.atputifnotnil("qwerttty", profile.querynode("qwertty"), profile); 

i want know difference between two.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -