Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-3602

Hibernate L2 cache should be able to create caches automatically

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 1.6
    • 1.8
    • hibernate
    • None

    Description

      Hibernate L2 cache is typically configured using annotations, like this:

      @Cache(usage = CacheConcurrencyStrategy.READ_ONLY, region = "userType")
      

      Currently we require user to explicitly configure userType cache, but we can avoid this and create caches automatically.

      Atomicity mode should be chosen based on concurrency strategy, all other settings should be default.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vkulichenko Valentin Kulichenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: