1. Entity Manager find() with Map property stackoverflow.comI have a EntityManager and I search with using method find(Entity.class, primaryKey, mapProperty). The question is i set this Map?
|
2. OpenJPA creating EntityManager in code without persistence.xml, with properties stackoverflow.comI need to create EntityManager in code without persistence.xml ... I have
|