Hello,
I am using oracle TopLink as a persistence layer with business logic implemented in java. I am using expression and expression builder class to get data from database. Problem is that in database table we donot have duplicate rows but when I query the database via ReadObjectQuery class I receive same quantity of rows as in database table but with first record duplicated each time such that all the rows show the first record.
Please help me as soon as possible