Package com.vaadin.addon.jpacontainer.metadata

Class Summary
ClassMetadata<T> This class provides a way of accessing the JPA mapping metadata of Entity and Embeddable classes.
EntityClassMetadata<T> 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.
PropertyMetadata This class represents the metadata of a property.
 

Enum Summary
PersistentPropertyMetadata.AccessType Enumeration defining the property access types.
PropertyKind Enumeration defining the property kind.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.