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 2017/07/05 20:47:00 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Kulichenko updated IGNITE-3603:
----------------------------------------
    Fix Version/s:     (was: 2.1)

> Hibernate L2 cache should be able to create caches automatically
> ----------------------------------------------------------------
>
>                 Key: IGNITE-3603
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3603
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: hibernate
>    Affects Versions: 1.6
>            Reporter: Valentin Kulichenko
>
> 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.4.14#64029)