XMLDefPropMixedFieldAccess dpmfa = new XMLDefPropMixedFieldAccess();
// Call setter with underlying field access
dpmfa.setStrProp("XMLDPMFA");
em.getTransaction().begin();
em.persist(dpmfa);
em.getTransaction().commit();
em.clear();
// This value of a persistent field was set using the setter
// above, but this query will use the property name to verify that