[
https://issues.apache.org/jira/browse/IGNITE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14726737#comment-14726737
]
Pavel Konstantinov edited comment on IGNITE-851 at 9/2/15 4:48 AM:
-------------------------------------------------------------------
Should any XML-code be generated if I set "Hibernate BLOB store factory"?
Currently none code generated.
To comparison:
Java-code
{code}
CacheHibernateBlobStoreFactory storeFactoryC1 = new
CacheHibernateBlobStoreFactory();
cache.setCacheStoreFactory(storeFactoryC1);
cache.setReadThrough(true);
cache.setWriteBehindEnabled(true);
{code}
XML
{code}
<property name="readThrough" value="true"/>
<property name="writeBehindEnabled" value="true"/>
{code}
was (Author: pkonstantinov):
Should any XML-code be generated if I set "Hibernate BLOB store factory"?
Currently none code generated.
> Implement caches screen
> -----------------------
>
> Key: IGNITE-851
> URL: https://issues.apache.org/jira/browse/IGNITE-851
> Project: Ignite
> Issue Type: Sub-task
> Components: wizards
> Reporter: Alexey Goncharuk
> Assignee: Alexey Kuznetsov
> Fix For: ignite-1.4
>
> Attachments: Caches.pdf, caches-page-advanced-2.png
>
>
> See screenshot
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)