I have the second class, the image is saved in the bbdd in the photo variable:
public class Personas{
private String name;
private Date date;
private Blob foto;
My question is if I create a rest service and if this will return the photo to me to be able to represent it later in my web part