Joined: Tue Feb 23, 2010 8:54 pm Posts: 2
|
Hey guys,
Im working on a project using hibernate with JPA that needs to make custom entities.
The code of those entities is on a db and I have already compiled and loaded them. But now I need to add them to the persistence unit at runtime.
They are in a folder mapped in the persitance.xml (<jar-file>folder</jar-file> )
I thought the persistance unit would take those new entities automatically but that didn't happen and now I need a little help.
Hope you guys can assist me.
|
|