CCM NG: Things from the discussion
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3651 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
42538f66d8
commit
71e97ccb7d
|
|
@ -57,8 +57,9 @@ public class BlobObject implements Serializable {
|
|||
* The Content of the {@code BlobObject}.
|
||||
*/
|
||||
@Column(name = "CONTENT")
|
||||
@Lob
|
||||
@NotEmpty
|
||||
private Blob content;
|
||||
private byte[] content;
|
||||
|
||||
/**
|
||||
* The {@link Resource} assigned to the {@code BlobObject}.
|
||||
|
|
|
|||
Loading…
Reference in New Issue