transient « POJO « JPA Q&A





1. Hibernate - Declariing A Transient object in a pojo    stackoverflow.com

I have a pojo that is object A , of table TableA TableA (int a1,int a2). To fill the table I run a query that returns (int a1, int a2, boolean b3) ...