Created
November 11, 2014 17:58
-
-
Save Tcharl/36a228726b40da2cfb35 to your computer and use it in GitHub Desktop.
Repository wiring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <bean id="helloObjectRepository" class="net.osgiliath.hello.model.jpa.repository.impl.HelloObjectJpaRepository"> | |
| <argument value="${project.artifactId}.model.HelloEntity"></argument> | |
| <jpa:context unitname="${project.artifactId}Pu"></jpa:context> | |
| <tx:transaction method="*" value="Required" /> | |
| </bean> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment