Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
[b]Hibernate version: HibernateEntityManager3[/b]
[b]Mapping documents:[/b]
[b]Code between emf.createEntityManager() and em.close():
Picture p = new Picture();
p.setPId(1);
p.setPBesch("my pic");
FileInputStream fis = new FileInputStream(new File("pic.jpg"));
Blob b = Hibernate.createBlob(fis);
p.setPPic(b);
em.persist(p);
[/b]
[b]Full stack trace of any exception that occurs:
No exceptions, but no data in database!
[/b]
[b]Name and version of the database you are using:
mysql 5
[/b]
[b]The generated SQL (show_sql=true):
sorry i'm on a remote computer
[/b]
[b]Debug level Hibernate log excerpt:
sorry i'm on a remote computer
[/b]
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html