Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HHH-6974 Add second level caching of NaturalId resolutions #266

Closed
wants to merge 4 commits into from
Closed

HHH-6974 Add second level caching of NaturalId resolutions #266

wants to merge 4 commits into from

Commits on Feb 3, 2012

  1. HHH-6974 Addition of NaturalIdRegion SPI

    Adds NaturalIdRegion to RegionFactory
    Adds creation of NaturalIdRegions to SessionFactoryImpl setup
    Basic copy of collection cache region behavior for first pass at naturalId region support in ehcache
    edalquist committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    1170a9d View commit details
    Browse the repository at this point in the history
  2. HHH-6974 Class level naturalId cache and stats

    Add class level @NaturalIdCache annotation to denote if second level natualId caching should be done
    Flush out stats model for naturalId cache related stats
    Add ehcache support classes for naturalId region
    edalquist committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    4a902b4 View commit details
    Browse the repository at this point in the history
  3. HHH-6974 Adding hooks into NaturalIdRegionAccessStrategy

    Created NaturalIdCacheKey to encapsulate the key for caching a naturalid
    Adding hooks into NaturalIdRegionAccessStrategy from StatefulPersistenceContext
    for load/insert/update/delete events on entities
    edalquist committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    5b1fb5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    174c3ef View commit details
    Browse the repository at this point in the history