| Package | Description |
|---|---|
| org.jboss.seam.persistence |
Seam components for working with JPA or Hibernate3.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<PersistenceProvider.Feature> |
PersistenceProvider.featureSet |
| Modifier and Type | Method and Description |
|---|---|
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 are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PersistenceProvider.supportsFeature(PersistenceProvider.Feature feature)
Indicate whether this JPA provider supports the feature defined by the
provided Feature enum value.
|
Copyright © 2015 Seam Framework. All Rights Reserved.