The spec API uses name as the identifying moniker for named queries and
stored procedures as in
public <T> TypedQuery<T> createNamedQuery(String name, Class<T>
resultClass);
or
public StoredProcedureQuery createNamedStoredProcedureQuery
(String name);
While the name of a @NamedQuery is scoped within a persistence unit
(Section 3.10.14, pp 150), does this scope also include the named stored
procedures?
For example, can we define a NamedQuery and a StoredProedure with the same
name?
Regards --
Pinaki Poddar
Chair, Apache OpenJPA Project
http://openjpa.apache.org/
JPA Expert Group Member
Application & Integration Middleware