Frage

I followed this tutorial:
http://www.playframework.org/documentation/2.0/JavaEbean

according to the tutorial Finder should return a List<E>.
I tried it, but instead it returns ExpressionList<E>
I tried to cast it to List<E> but it failed.

so, the tutorial must be wrong, or am I missing something?

War es hilfreich?

Lösung

I think findList() function should use in the end to make it return List<E>

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top