Hi,

How would you define the following xml using Java @Configuration? I'm in the process of converting most of the existing xml into java based @configuration.

<jpa:repositories base-package="some repository package" entity-manager-factory-ref="emf" transaction-manager-ref="transactionManager"/>

Thanks