Hi,
Is it possible to use the org.springframework.data.jpa.repository.JpaReposit ory as "JPAContainer" for Vaadin?
Or instantiate a JPAContainer bean for every JpaRepository?
A JPAContainer gets instantiated like this:
We are setting up a new Vaadin 7 Project from scratch with Spring 3.2.
The Spring integration is done with Spring Vaadin Integration Addon.
Reference:
Is it possible to use the org.springframework.data.jpa.repository.JpaReposit ory as "JPAContainer" for Vaadin?
Or instantiate a JPAContainer bean for every JpaRepository?
A JPAContainer gets instantiated like this:
Code:
final JPAContainer<Job> foo = JPAContainerFactory.make(Job.class, entityManager)
The Spring integration is done with Spring Vaadin Integration Addon.
Reference: