Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what's best practice to call database function in entity impl & SQL value impl

Abdelrahman ElGiarJun 24 2021 — edited Jun 24 2021

hello,
1.what's the best practice in ADFto call database function in entity impl ? I have 2 ways:
first way: I call the function in the application module and get the am in entity impl then call the function.
second way: to select the function from dual using SQLValueImpl.
2.when I use SQLValueImpl?
3. you suggest any book or other reference to read about ADF best practice?

Comments

Post Details

Added on Jun 24 2021
8 comments
605 views