Im works with Hibernate 3.6, and until today I could not find any flaws in its use. But today someone told me that applications using Hibernate will get memory problems when the project gets bigger. This will happen because there will be many objects (hibernate-pojo-objects) that will need to be created and saved, compared to an application that does not use sleep mode.
it is right? and are there any other drawbacks to using sleep mode? some also told me that working with objects gets confusing when the database is really big due to all the dependencies between the objects, but I cannot imagine it. Does anyone have any experience with this?
thank: -)
java performance database memory hibernate
nano7 Jun 08 '11 at 9:00 2011-06-08 09:00
source share