Sequence number for Primary key in oracle ADF, JDeveloper
Monday, October 11th, 2010If you have created an Entity object with a primary key field. The question is, how you will generate maximum serial no for primary key filed and where the logic will be placed? There are two methods to do this, using row level database trigger or using application level logic to obtain sequence no for primary key. (more…)