You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/07/28 18:30:20 UTC

[jira] [Created] (IGNITE-3602) Hibernate L2 cache should be able to create caches automatically

Valentin Kulichenko created IGNITE-3602:
-------------------------------------------

             Summary: Hibernate L2 cache should be able to create caches automatically
                 Key: IGNITE-3602
                 URL: https://issues.apache.org/jira/browse/IGNITE-3602
             Project: Ignite
          Issue Type: Improvement
          Components: ignite-hibernate
    Affects Versions: 1.6
            Reporter: Valentin Kulichenko
             Fix For: 1.8


Hibernate L2 cache is typically configured using annotations, like this:
{code}
@Cache(usage = CacheConcurrencyStrategy.READ_ONLY, region = "userType")
{code}
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)