1. Problem with Hibernate.createBlob() in 3.5-Final forum.hibernate.org@Entity @Table(name="ITEM") public class Item { @Id @GeneratedValue @Column(name="ITEM_ID") private Long id = null; @Lob @Column(name="BLOB_LOCATOR") private Blob blobLocator; public Item() {} public Long getId() ... |
2. hibernate-3.6: createBlob without session? forum.hibernate.org |
3. Core 4.0.CR2: Hibernate.CreateBlob forum.hibernate.org |
4. Why Hibernate give me an Exception if I use createBlob ? forum.hibernate.orgSenior Joined: Wed Dec 17, 2003 4:24 am Posts: 188 2.1.6 |