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

Packages that use PersistenceProvider.Feature
org.jboss.seam.persistence Seam components for working with JPA or Hibernate3. 
 

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

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

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

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