[hibernate-dev] [HibernateSearch] Infinispan programmatic configuration

Łukasz Moreń lukasz.moren at gmail.com
Thu Sep 3 17:34:31 EDT 2009


I am thinking how to provide programmatic configuration into Hibernate
Search for many caches, i.e. if user wants to use different configured
caches for each index.With XML it is ok, in one file can be configured many
named caches. So far in programmatic version user have to implement method
that returns Configuration object - only one configuration can be provided
that way.
To achieve this same what in XML case, method should return something like:
List<{cacheName}, {configuration}>. It is quite painfull, but on the other
hand just extra feature. Some other ideas?

Cheers,
Lukasz Moren
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/hibernate-dev/attachments/20090903/266d54c3/attachment.html 


More information about the hibernate-dev mailing list