I am seeing two entity instance for each record in Db, when I am profiling the application using JProfiler.
Say for example Global_message is my table name and it has 20 records, the mapped JPA entity shows 40 instance [2 Classes] in Jprofiler.
Can someone help with this? Is this the expected behavior?
I am loading all the tables into cache on server start up and I am seeing this behavior on server start up.