Eoimpl Java JAVA File Have 5 Section Ename - Job Sal Comm
Eoimpl Java JAVA File Have 5 Section Ename - Job Sal Comm
Ename --
Job
Sal
Comm
1)create
2)remove
3)do dml
4)validate entity
Return getEname();
}
Public Number getSal()
Return getSal();
Return getSal();
1)create
setEno(“sequenace name”);
2)remove
{
setStatus(“inactive”);
commit;
3)do dml:
10 rows
1 cn
2 pn
3 cn
4 pn --
5 cn
If(
4)validate entity
Emp sdate
Entity Association:
1) Association is relation between two entity objects, having common attribute between two Eos
DeptEmpAO
4)when u create the association OAF will generate one xml file
DeptEmpAO.xml
Dept -- accounting
Emp -- 5 emps
EmpVO
3) When u create the view object OAF will generate two files mandatory.. One file is optional
EmpVO.xml
EmpVOimpl.java
EmpVORowimpl.java(optioanal)