ObjectDB Database Search
101-102 of 102 resultsList always null; @ OneToMany (targetEntity = Noticia.class, mappedBy = "categorias", cascade = CascadeType.PERSIST | |
@Lob @Basic(fetch = FetchType.LAZY) is loaded when it's not needed Hello. I have a class Thing that contains OneToMany list of classes Photo. Photo contains @Lob @Basic(fetch = FetchType.LAZY) private byte[] content; And after some queries with Thing (but without loading content of the photos) I get java.lang.OutOfMemoryError: Java heap space |