Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Eclipselink generate DDL without DB connection?

In Eclipselink 2.5 try newly defined in JPA 2.1 Persistence.generateSchema(String persistenceUnitName, Map map)
including into the map ddl generation properties as well as eclipselink.target-database property.
On 1/6/2015 7:16 AM, eclipselink-users.eclipse.org@xxxxxxxxxx wrote:

Hi

is it possible to generate the DDLs without an actual DB connection?

If not, for what is the DB connection needed?

 

regards

Leo



_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top