JPA - FindByExample
Posted
by HDave
on Stack Overflow
See other posts from Stack Overflow
or by HDave
Published on 2010-05-21T07:17:06Z
Indexed on
2010/05/21
7:20 UTC
Read the original article
Hit count: 404
Does anyone have a good example for how to do a findByExample in JPA? I know I can do it via my provider (Hibernate), but I don't want to break with neutrality...
Seems like the criteria API might be the way to go....but I am not sure.
© Stack Overflow or respective owner