الأربعاء، 13 يوليو 2016

Too many objects match the primary key oracle.jbo.Key Oracle adf

Too many objects match the primary key oracle.jbo.Key Oracle adf


to solve this problem
in deatil  table [Entity object]
write before create
getDBTransaction().commit();

protected void create(AttributeList attributeList) {
        getDBTransaction().commit();
        super.create(attributeList);
}

with my best regards :)