Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

In the above example there would be exactly three properties for the "movie-unit" persistence unit:

  • hibernate.hbm2ddl.auto = update
  • hibernate.max_fetch_depth = 3
  • hibernate.dialect = org.hibernate.dialect.HSQLDialect

These properties would be passed by OpenEJB directly to the persistence provider (in this case Hibernate). With one exception OpenEJB does not understand or modify these properties. Details on that one exception below.

...