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

Packages that use EntityItem
com.vaadin.addon.jpacontainer   
 

Uses of EntityItem in com.vaadin.addon.jpacontainer
 

Classes in com.vaadin.addon.jpacontainer that implement EntityItem
 class JPAContainerItem<T>
          EntityItem-implementation that is used by JPAContainer.
 

Methods in com.vaadin.addon.jpacontainer that return EntityItem
 EntityItem<T> JPAContainer.createEntityItem(T entity)
           
 EntityItem<T> EntityContainer.createEntityItem(T entity)
          Creates a new EntityItem for entity without adding it to the container.
 EntityItem<?> EntityItemProperty.getItem()
          Gets the EntityItem that owns this property.
 EntityItem<T> JPAContainer.getItem(Object itemId)
          
 EntityItem<T> EntityContainer.getItem(Object itemId)
          
 



Copyright © 2013 Vaadin Ltd. All rights reserved.