Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Examples/JPA/ORMJPAConfigure

< EclipseLink‎ | Examples‎ | JPA
Revision as of 14:48, 15 October 2007 by Unnamed Poltroon (Talk) (New page: Native ORM may be configured with the many EclipseLink properties. * eclipselink.jdbc.driver * eclipselink.jdbc.url * eclipselink.jdbc.user * eclipselink.jdbc.password To name a few, see...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Native ORM may be configured with the many EclipseLink properties.

  • eclipselink.jdbc.driver
  • eclipselink.jdbc.url
  • eclipselink.jdbc.user
  • eclipselink.jdbc.password

To name a few, see the org.eclipse.persistence.jpa.config.PersistenceUnitProperties class for a full list of properties.

Back to the top