META-INF.spring.module-spring.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <beans default-destroy-method="destroy" default-init-method="afterPropertiesSet" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd" > <bean class="com.liferay.fragment.service.impl.FragmentCollectionLocalServiceImpl" id="com.liferay.fragment.service.FragmentCollectionLocalService" /> <bean class="com.liferay.fragment.service.impl.FragmentCollectionServiceImpl" id="com.liferay.fragment.service.FragmentCollectionService" /> <bean class="com.liferay.fragment.service.persistence.impl.FragmentCollectionPersistenceImpl" id="com.liferay.fragment.service.persistence.FragmentCollectionPersistence" parent="basePersistence" /> <bean class="com.liferay.fragment.service.impl.FragmentEntryLocalServiceImpl" id="com.liferay.fragment.service.FragmentEntryLocalService" /> <bean class="com.liferay.fragment.service.impl.FragmentEntryServiceImpl" id="com.liferay.fragment.service.FragmentEntryService" /> <bean class="com.liferay.fragment.service.persistence.impl.FragmentEntryPersistenceImpl" id="com.liferay.fragment.service.persistence.FragmentEntryPersistence" parent="basePersistence" /> <bean class="com.liferay.fragment.service.impl.FragmentEntryLinkLocalServiceImpl" id="com.liferay.fragment.service.FragmentEntryLinkLocalService" /> <bean class="com.liferay.fragment.service.persistence.impl.FragmentEntryLinkPersistenceImpl" id="com.liferay.fragment.service.persistence.FragmentEntryLinkPersistence" parent="basePersistence" /> <bean class="com.liferay.fragment.service.persistence.impl.FragmentEntryLinkFinderImpl" id="com.liferay.fragment.service.persistence.FragmentEntryLinkFinder" parent="basePersistence" /> </beans>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy