}
public NamedQuery() throws Exception {
Mapping mapping = new Mapping();
InputSource input = new InputSource(getClass().getResourceAsStream("/com/jada/xml/query/NamedQueriesMapping.xml"));
mapping.loadMapping(input);
XMLContext context = new XMLContext();
context.addMapping(mapping);
InputStream stream = getClass().getResourceAsStream("/com/jada/xml/query/Query.xml");