CCM NG: Things from the discussion

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3651 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2015-09-24 14:04:22 +00:00
parent 42538f66d8
commit 71e97ccb7d
1 changed files with 2 additions and 1 deletions

View File

@ -57,8 +57,9 @@ public class BlobObject implements Serializable {
* The Content of the {@code BlobObject}. * The Content of the {@code BlobObject}.
*/ */
@Column(name = "CONTENT") @Column(name = "CONTENT")
@Lob
@NotEmpty @NotEmpty
private Blob content; private byte[] content;
/** /**
* The {@link Resource} assigned to the {@code BlobObject}. * The {@link Resource} assigned to the {@code BlobObject}.