Posts by alex • 11 points
1 post
-
1
votes0
answers62
viewsQ: JPA + Ormlite android: not all of the entity are returned
good evening, I’m having the following problem. I’m using JPA with Ormlite to make persistence on Android. I created a class Produto and a Categoria, both inherit from an abstract class…