Uses of Class
org.jboss.seam.persistence.DefaultPersistenceProvider.Feature

Packages that use DefaultPersistenceProvider.Feature
org.jboss.seam.persistence   
 

Uses of DefaultPersistenceProvider.Feature in org.jboss.seam.persistence
 

Fields in org.jboss.seam.persistence with type parameters of type DefaultPersistenceProvider.Feature
protected  Set<DefaultPersistenceProvider.Feature> DefaultPersistenceProvider.featureSet
           
 

Methods in org.jboss.seam.persistence that return DefaultPersistenceProvider.Feature
static DefaultPersistenceProvider.Feature DefaultPersistenceProvider.Feature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DefaultPersistenceProvider.Feature[] DefaultPersistenceProvider.Feature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.seam.persistence with parameters of type DefaultPersistenceProvider.Feature
 boolean DefaultPersistenceProvider.supportsFeature(DefaultPersistenceProvider.Feature feature)
          Indicate whether this JPA provider supports the feature defined by the provided Feature enum value.
 



Copyright © 2011 Seam Framework. All Rights Reserved.