Quantcast
Viewing all articles
Browse latest Browse all 297

[VAADIN] Spring JPAContainer Integration

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:

Code:

final JPAContainer<Job> foo = JPAContainerFactory.make(Job.class, entityManager)
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:

Viewing all articles
Browse latest Browse all 297

Trending Articles