Discussion

BlueRose Technologies
IN
Last activity: 14 Nov 2016 19:54 EST
How to store instance of a Class in a specific Database Table
Question: How to store instances of a Class in a new Database Table?
Answer: Some say that we have to create a Data-Admin-DB-Table instance and map that to the class so that the work objects created going forward will now be stored in the new DB Table. But, how can we map the new DB Table to the class? Thanks in advance.