1. How to keep track of user changes to objects in a web application? stackoverflow.comI'm needing help to come up with a clever way of keeping track of user changes in a web application. Lets say we have this scenarion:
|
2. Speeding up Hibernate Object creation? stackoverflow.comWe use Hibernate as our ORM layer on top of a MySQL database. We have quite a few model objects, of which some are quite large (in terms of number of ... |
3. Adding Objects To MySQL forum.hibernate.orgNewbie Joined: Tue Aug 24, 2004 1:14 pm Posts: 14 Hibernate version: 2.1.6 Mapping documents: |
4. Problem receiving Mediumblob object from mySql database forum.hibernate.orgHi I have a problem, receiving an Mediumblob object from mySql database. In my domain object: @Lob private byte[] file; In my stacktrace when I try to load an object through my dao object: java.lang.ExceptionInInitializerError at se.tripled.cms.util.HibernateUtil. |