Skip to content

Instantly share code, notes, and snippets.

@netmask
Created May 29, 2010 15:29
Show Gist options
  • Save netmask/418331 to your computer and use it in GitHub Desktop.
Save netmask/418331 to your computer and use it in GitHub Desktop.
List<Alumno> la = (List<Alumno>) em.createQuery(" Select a FROM Alumno as a where MONTH(a.fechaNacimiento) = :fecha") .setParameter("fecha",Calendar.MARCH+1).getResultList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment