Uses of Package
com.vaadin.addon.jpacontainer

Packages that use com.vaadin.addon.jpacontainer
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.fieldfactory   
com.vaadin.addon.jpacontainer.filter.util   
com.vaadin.addon.jpacontainer.provider   
com.vaadin.addon.jpacontainer.provider.jndijta   
com.vaadin.addon.jpacontainer.util   
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer
AdvancedFilterable
          Container that supports a bit more advanced filtering than Filterable .
BatchableEntityProvider.BatchUpdateCallback
          Callback interface used by the BatchableEntityProvider.batchUpdate(com.vaadin.addon.jpacontainer.BatchableEntityProvider.BatchUpdateCallback) method.
EntityContainer
          A Container for EntityItems.
EntityItem
          Interface defining the Items that are contained in a EntityContainer.
EntityItemProperty
          Interface defining the Properties that are contained in a EntityItem.
EntityManagerProvider
          This interface is used by EntityProvider to find the correct EntityManager to use.
EntityProvider
          Like the name suggests, the purpose of the EntityProvider is to provide entities to EntityContainers.
EntityProviderChangeEvent
          Event indicating that the contents of a EntityProvider has been changed (e.g.
EntityProviderChangeListener
          Listener interface to be implemented by classes that want to be notified when the contents of a EntityProvider is changed (e.g.
HierarchicalEntityContainer
          This is a preliminary interface for adding hierarchical support to JPAContainer.
JPAContainer
          This is the main container class of JPAContainer (and the default implementation of EntityContainer).
JPAContainer.ItemEvent
          Abstract base class for events concerning single EntityItems.
LazyLoadingDelegate
          The LazyLoadingDelegate is called when a property that is lazily loaded is being accessed through the Vaadin data API.
MutableEntityProvider
          Entity provider that also supports adding, updating and removing entities.
QueryModifierDelegate
          The QueryModifierDelegate interface defines methods that will be called at the different stages of CriteriaQuery generation.
SortBy
          Data structure class representing a field to sort by and the direction of the sort (ascending or descending).
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer.fieldfactory
EntityContainer
          A Container for EntityItems.
JPAContainer
          This is the main container class of JPAContainer (and the default implementation of EntityContainer).
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer.filter.util
AdvancedFilterable
          Container that supports a bit more advanced filtering than Filterable .
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer.provider
BatchableEntityProvider
          An extended version of MutableEntityProvider that can execute several update operations (that is, adding new entities, and updating and removing existing entities) inside a single transaction.
BatchableEntityProvider.BatchUpdateCallback
          Callback interface used by the BatchableEntityProvider.batchUpdate(com.vaadin.addon.jpacontainer.BatchableEntityProvider.BatchUpdateCallback) method.
CachingEntityProvider
          Interface to be implemented by all EntityProviders that perform some kind of internal caching.
EntityContainer
          A Container for EntityItems.
EntityManagerProvider
          This interface is used by EntityProvider to find the correct EntityManager to use.
EntityProvider
          Like the name suggests, the purpose of the EntityProvider is to provide entities to EntityContainers.
EntityProviderChangeEvent
          Event indicating that the contents of a EntityProvider has been changed (e.g.
EntityProviderChangeListener
          Listener interface to be implemented by classes that want to be notified when the contents of a EntityProvider is changed (e.g.
EntityProviderChangeNotifier
          Interface to be implemented by EntityProviders that wish to notify clients (in practice EntityContainers) when their contents change.
LazyLoadingDelegate
          The LazyLoadingDelegate is called when a property that is lazily loaded is being accessed through the Vaadin data API.
MutableEntityProvider
          Entity provider that also supports adding, updating and removing entities.
QueryModifierDelegate
          The QueryModifierDelegate interface defines methods that will be called at the different stages of CriteriaQuery generation.
SortBy
          Data structure class representing a field to sort by and the direction of the sort (ascending or descending).
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer.provider.jndijta
BatchableEntityProvider
          An extended version of MutableEntityProvider that can execute several update operations (that is, adding new entities, and updating and removing existing entities) inside a single transaction.
CachingEntityProvider
          Interface to be implemented by all EntityProviders that perform some kind of internal caching.
EntityProvider
          Like the name suggests, the purpose of the EntityProvider is to provide entities to EntityContainers.
EntityProviderChangeNotifier
          Interface to be implemented by EntityProviders that wish to notify clients (in practice EntityContainers) when their contents change.
MutableEntityProvider
          Entity provider that also supports adding, updating and removing entities.
 

Classes in com.vaadin.addon.jpacontainer used by com.vaadin.addon.jpacontainer.util
EntityProvider
          Like the name suggests, the purpose of the EntityProvider is to provide entities to EntityContainers.
LazyLoadingDelegate
          The LazyLoadingDelegate is called when a property that is lazily loaded is being accessed through the Vaadin data API.
QueryModifierDelegate
          The QueryModifierDelegate interface defines methods that will be called at the different stages of CriteriaQuery generation.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.