java - Where to use @NamedQueries -
i using @namedqueries not sure best way use it.
- use above entity class
- use above dao class
- create 1 namedqueriesfactory class have centralized named queries entity
- any other better way.
i way put of them in xml file used lot. externalizes queries , gives freedom of sending on xml file dba easier analysis later on.
Comments
Post a Comment