Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Persistence Class question regarding db table

0 Likes
752

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

1 REPLY 1
Read only

0 Likes
685

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