I have a namedQuery that for some reason is returning null results from the database.
The namedQuery itself:
@NamedQuery(name="Usuario.userLogin", query = "SELECT u.email, u.senha FROM Usuario u WHERE u.email = :mail AND u.senha = :senha")...
asked by
23.10.2015 / 14:14