Better support for mapping native SQL to @Entity beans. Current thought is to have SQL select statement in a orm.xml for a @Entity bean. Use naming convention (plus overrides) for mapping sql columns to bean properties. Would be nice to be able to have a placeholder in the sql for putting generated predicates (into a WHERE or HAVING clause).