I'm using the Spring framework and the repositories, and in one of the interfaces of one of these repositories I have, for example, a method like this:
@Query("select extract(month from u.atributo1), coalesce(sum(u.atributo2), 0) from #{#entit...
asked by
21.10.2015 / 15:10