All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-context.xml Maven / Gradle / Ivy

There is a newer version: 1.6.1
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<!--<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN" "http://www.springframework.org/dtd/spring-beans-2.0.dtd"> -->

<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx"
	xmlns:jee="http://www.springframework.org/schema/jee" xmlns:context="http://www.springframework.org/schema/context"
	xsi:schemaLocation="http://www.springframework.org/schema/beans
      http://www.springframework.org/schema/beans/spring-beans.xsd
      http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-2.0.xsd
      http://www.springframework.org/schema/context
      http://www.springframework.org/schema/context/spring-context-2.5.xsd
      http://www.springframework.org/schema/tx
      http://www.springframework.org/schema/tx/spring-tx.xsd"
	default-autowire="byName">

	<!-- Image entities -->
	<bean id="imageModelEntities" class="org.xaloon.core.jpa.spring.EntityListProvider">
		<property name="entities">
			<list>
				<!--Image -->
				<value>org.xaloon.wicket.plugin.image.model.JpaAlbum</value>	
				<value>org.xaloon.wicket.plugin.image.model.JpaImage</value>		
				<value>org.xaloon.wicket.plugin.image.model.JpaImageTag</value>		
				<value>org.xaloon.wicket.plugin.image.model.JpaAlbumImageComposition</value>						
			</list>
		</property>
	</bean>	
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy