You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
723 B
16 lines
723 B
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
<!-- |
|
~ Hibernate, Relational Persistence for Idiomatic Java |
|
~ |
|
~ License: GNU Lesser General Public License (LGPL), version 2.1 or later. |
|
~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. |
|
--> |
|
<blueprint default-activation="eager" |
|
xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" |
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
|
|
<bean id="strategyRegistrationProvider" class="com.fr.third.org.hibernate.cache.ehcache.StrategyRegistrationProviderImpl"/> |
|
<service ref="strategyRegistrationProvider" interface="org.hibernate.boot.registry.selector.StrategyRegistrationProvider"/> |
|
|
|
</blueprint>
|
|
|