‎2021 May 22 11:50 AM
Hi,
I am learning about persistence class, As far as I understand we can map a persistence class to a DB table, but is there any way to find if a DB table has already been mapped to a persistence class?
Thank you,
Ameen
‎2021 May 23 4:42 AM
hi,
Go to SE11, give the table name and click on where-used list button
Select classes/Interfaces check box and continue
Then it will show all the classes where this table is used.
To find the persistence class, you can search for the classes which start with ZCB