Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Objects accessed by hibernate are registered in the hibernate.cfg.xml file.  DSO properties and relationships can be inferred from the database schema.  Additional relationships can be explicitly declared using Hibernate annotations.

The Hibernate Cache and the Context Object

Hibernate will intelligently cache objects allowing for optimized performance.  The hibernate cache is accessible from the DSpace Context object.

Some care is needed to properly utilize the hibernate cache.

Read Only Context in DSpace 6

Batch Context in DSpace 6