ADF Bussiness component programatic access
LausAug 10 2012 — edited Aug 10 2012HI
I am new to ADF. I menaged to connect to my database, created bussines component for just one table. I also menaged to create page with a button. What I would like to do is programatic in nature. I would like to check if my table in the column "NAME" containes name for example "JOHN". All that envoked on press of button on my page. So I aranged for specific java function to fire when I press button. Here problem begins. Can somone tell how to access now an entity object for my table in order to ask if there is some name equal to JOHN. So this is just basic example i would require.
I use JDeveloper 11.1.2.2.0 .Thx