About Question enthuware.oce-jpad.v6.1.436 :
Posted: Tue Jul 28, 2015 5:37 pm
I believe this question is not specific enough. When we choose "@Inheritance(strategy=InheritanceType.TABLE_PER_CLASS)" then overDraftLimit will be stored in CHECKINGACCOUNT table, and interestRate will be stored in SAVINGSACCOUNT table, so this answer could be also considered to be true.
What can be done, is to change this question a bit, so it states that those values should be stored only in stated tables:
"While persisting above entities, you want the acctNumber to be stored in ACCOUNT table, overDraftLimit to be stored only in CHECKINGACCOUNT table, and interestRate to be stored only in SAVINGSACCOUNT table. Which of the following options can be inserted in Account class to achieve this goal?"
What can be done, is to change this question a bit, so it states that those values should be stored only in stated tables:
"While persisting above entities, you want the acctNumber to be stored in ACCOUNT table, overDraftLimit to be stored only in CHECKINGACCOUNT table, and interestRate to be stored only in SAVINGSACCOUNT table. Which of the following options can be inserted in Account class to achieve this goal?"