• Entity Object –
EO is like table in the middle tier . we cannot use table directly in OF so we create EO.
2)if we need DML operation then go for EO
3) EO represent DB row in the middle tier
4) EO based on tables, synonyms, views and snapshots ex- employee EO
5) when you create the EO one subclass is going to generate Path:oracleapps.fnd.framework.server.OAentityimpl
6) when you create an EO framework will provide a java class with setter and getter methods corresponding to each column of the table which your EO is based on.
EO is like table in the middle tier . we cannot use table directly in OF so we create EO.
2)if we need DML operation then go for EO
3) EO represent DB row in the middle tier
4) EO based on tables, synonyms, views and snapshots ex- employee EO
5) when you create the EO one subclass is going to generate Path:oracleapps.fnd.framework.server.OAentityimpl
6) when you create an EO framework will provide a java class with setter and getter methods corresponding to each column of the table which your EO is based on.
No comments:
Post a Comment