Uses of Class
com.vaadin.addon.jpacontainer.metadata.PersistentPropertyMetadata

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

Uses of PersistentPropertyMetadata in com.vaadin.addon.jpacontainer.metadata
 

Methods in com.vaadin.addon.jpacontainer.metadata that return PersistentPropertyMetadata
 PersistentPropertyMetadata EntityClassMetadata.getIdentifierProperty()
          Gets the identifier property, if it exists.
 PersistentPropertyMetadata EntityClassMetadata.getVersionProperty()
          Gets the version property, if it exists.
 

Methods in com.vaadin.addon.jpacontainer.metadata that return types with arguments of type PersistentPropertyMetadata
 Collection<PersistentPropertyMetadata> ClassMetadata.getPersistentProperties()
          Gets all the persistent properties of the class.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.