Uses of Package
com.vaadin.addon.jpacontainer.metadata

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

Classes in com.vaadin.addon.jpacontainer.metadata used by com.vaadin.addon.jpacontainer
EntityClassMetadata
          An extended version of ClassMetadata that provides additional information about classes annotated with the Entity annotation.
PropertyKind
          Enumeration defining the property kind.
 

Classes in com.vaadin.addon.jpacontainer.metadata used by com.vaadin.addon.jpacontainer.metadata
ClassMetadata
          This class provides a way of accessing the JPA mapping metadata of Entity and Embeddable classes.
EntityClassMetadata
          An extended version of ClassMetadata that provides additional information about classes annotated with the Entity annotation.
MetadataFactory
          Factory for creating and populating ClassMetadata and EntityClassMetadata instances.
PersistentPropertyMetadata
          An extended version of PropertyMetadata that provides additional information about persistent properties.
PersistentPropertyMetadata.AccessType
          Enumeration defining the property access types.
PropertyKind
          Enumeration defining the property kind.
PropertyMetadata
          This class represents the metadata of a property.
 

Classes in com.vaadin.addon.jpacontainer.metadata used by com.vaadin.addon.jpacontainer.provider
EntityClassMetadata
          An extended version of ClassMetadata that provides additional information about classes annotated with the Entity annotation.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.