JPA Query.getResultList() – use in a generic way

General rule is the following:

  • If select contains single expression and it’s an entity, then result is that entity
  • If select contains single expression and it’s a primitive, then result is that primitive
  • If select contains multiple expressions, then result is Object[] containing the corresponding primitives/entities

So, in your case list is a List<Object[]>.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)