Here's my property definition via Objectify:
@Unindex
@Load
private List<Ref<Achievement>> oTrophyCase;
public List<Ref<Achievement>> getTrophyCase() {
return oTrophyCase;
}
public void setTrophyCase(List<Ref<Achievement>> trophyCase) {
this.oTrophyCase = trophyCase;
}
Though I have seen other example with the same if not similar design, I am getting this error at compile time:
Error:Execution failed for task ':backend:appengineEndpointsGetClientLibs'. There was an error running endpoints command get-client-lib: Parameterized type com.googlecode.objectify.Ref not supported.
I am using Objectify 5.1.5.