public interface JPAMBean extends ConfigurationMBean
| Modifier and Type | Field and Description | 
|---|---|
| static String | PROVIDER_KODO | 
| static String | PROVIDER_TOPLINK | 
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultJPAProvider()The configured default JPA provider for the domain. | 
| void | setDefaultJPAProvider(String className)Sets the value of the DefaultJPAProvider attribute. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerstatic final String PROVIDER_KODO
static final String PROVIDER_TOPLINK
String getDefaultJPAProvider()
The configured default JPA provider for the domain.
void setDefaultJPAProvider(String className) throws InvalidAttributeValueException, DistributedManagementException
Sets the value of the DefaultJPAProvider attribute.
className - The new DefaultJPAProvider valueInvalidAttributeValueExceptionDistributedManagementExceptionJPAMBean.getDefaultJPAProvider()