
Originally Posted by
dr_pompeii
I assume that you use JDBC, right?
Like what?
I don't understand your context, Hibernate work closely with POJO, if performance is a problem, Hibernate is an excellent option, if you are working with JDBC I suggest move to Hibernate, since is more easier the work (reduce verbose code) and is useful for maintenance.
Be aware of course that it depends strongly if your entities in your database is well done or structured, if not Mybatis (known before like Ibatis) would be an option too