Hibernate version: 3.2.4
Name and version of the database you are using: Oracle 9/10, PostgreSQL
Hello all,
can you give me a pointer to what is state of the art concerning binary data? I have found several forum threads and wiki entries, but most of them are very old (from 2004 or so) and deal with very old Hibernate versions (1.x or so).
I want to write code (EJB3 / JBoss 4.2 / Hibernate / Annotations) which handles binary files in the database, and the code should be at least portable between Oracle 9, Oracle 10 and PostgreSQL.
Does the article
http://www.hibernate.org/73.html still apply?
Or which is the best way to do it today?
Marcus.