Uses of Interface
com.vaadin.addon.jpacontainer.EntityManagerProvider

Packages that use EntityManagerProvider
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.provider   
 

Uses of EntityManagerProvider in com.vaadin.addon.jpacontainer
 

Methods in com.vaadin.addon.jpacontainer that return EntityManagerProvider
 EntityManagerProvider EntityProvider.getEntityManagerProvider()
          Gets the EntityManagerProvider that is used to find the current entity manager.
 

Methods in com.vaadin.addon.jpacontainer with parameters of type EntityManagerProvider
 void EntityProvider.setEntityManagerProvider(EntityManagerProvider entityManagerProvider)
          Sets the EntityManagerProvider that is used to find the current entity manager if none is set using EntityProvider.setEntityManager(javax.persistence.EntityManager)
 

Uses of EntityManagerProvider in com.vaadin.addon.jpacontainer.provider
 

Methods in com.vaadin.addon.jpacontainer.provider that return EntityManagerProvider
 EntityManagerProvider LocalEntityProvider.getEntityManagerProvider()
          Gets the EntityManagerProvider that is used to find the current entity manager unless one is specified using LocalEntityProvider.setEntityManager(javax.persistence.EntityManager).
 

Methods in com.vaadin.addon.jpacontainer.provider with parameters of type EntityManagerProvider
 void LocalEntityProvider.setEntityManagerProvider(EntityManagerProvider entityManagerProvider)
          Sets the EntityManagerProvider that is used to find the current entity manager unless set using LocalEntityProvider.setEntityManager(javax.persistence.EntityManager)
 

Constructors in com.vaadin.addon.jpacontainer.provider with parameters of type EntityManagerProvider
LocalEntityProvider(Class<T> entityClass, EntityManagerProvider entityManagerProvider)
          Creates a new LocalEntityProvider with the specified EntityManagerProvider.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.