Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Create persistence unit programmically without persistence.xml

Hello,

I want to create a persistence unit with out using the persistence.xml. I am already feeding EL all the "eclipselink" properties for the database connection and the class loader. The last thing I struggle to find is, how to feed EL the entity classes that the PU should be aware of. How would I do that?

Thanks,
Phil

Back to the top