Hibernate field level access queries db on getId

When a Hibernate entity is performing field level access, it initializes the proxies and queries the database even though the proxy has the id when getId method is called.

Comments