Query q = em.createQuery("select"
+ " u from "+ Usuario.class.getName() + " u"
+ " left join fetch u.unidadeOperacional o"
+ " where u.tfAtivo is true and"
+ " to_char(u.dataNascimento,'Month') like '" +
LocalDate.now().getMonth().getDisplayName(TextStyle.FULL, Locale.getDefault()) + "%'"
+ " order by u.dataNascimento");
sexta-feira, 24 de fevereiro de 2017
JPA: Selecionar mês / Select Month
JPA: Selecionar mês / Select Month
Assinar:
Postar comentários (Atom)
Nenhum comentário:
Postar um comentário