Posts by Fernando Maymone • 1 point
1 post
-
0
votes1
answer46
viewsQ: Objectify does not return query with a simple filter
I am using Objectify 4.0.1, and cannot query with a simple return value filter. My class is this: @Entity public class Jogador implements Serializable{ @Id private Long id; private String nome;…