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:50, 15 October 2007 by Unnamed Poltroon (Talk)

EclipseLink Annotations

EclipseLink provides advanced annotations that may be used to configure your persistence unit classes. See the org.eclipse.persistence.jpa.annotations package for more information.

Properties

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