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

com.dottydingo.hyperion.jpa.spring.spring-hyperion-data-jpa.xml Maven / Gradle / Ivy

<beans 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-3.2.xsd
       ">

    <bean id="hyperionDao" class="com.dottydingo.hyperion.jpa.persistence.JpaDao" />

    <bean id="hyperionPersistentQueryBuilderFactory"
          class="com.dottydingo.hyperion.jpa.persistence.query.JpaPersistentQueryBuilderFactory"/>

    <bean id="hyperionPersistentOrderBuilderFactory"
          class="com.dottydingo.hyperion.jpa.persistence.sort.JpaPersistentOrderBuilderFactory"/>



</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy