With GridFS MongoDB provides a way for storing arbitrary binary files. We might use it to store "overflows" of large entities, e.g. it'd likely be a good fit for byte arrays:
@Lob
@BinaryStorage(GRID_FS) // Advices the dialect to store the data separately and only a pointer in the entity document
privatebyte[] picture;