| Package | Description |
|---|---|
| org.jboss.as.jpa.config | |
| org.jboss.as.jpa.service |
| Modifier and Type | Method and Description |
|---|---|
ExtendedPersistenceInheritance |
JPADeploymentSettings.getExtendedPersistenceInheritanceType() |
static ExtendedPersistenceInheritance |
ExtendedPersistenceInheritance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedPersistenceInheritance[] |
ExtendedPersistenceInheritance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JPADeploymentSettings.setExtendedPersistenceInheritanceType(ExtendedPersistenceInheritance extendedPersistenceInheritanceType) |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedPersistenceInheritance |
JPAService.getDefaultExtendedPersistenceInheritance() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JPAService.addService(org.jboss.msc.service.ServiceTarget target,
String defaultDataSourceName,
ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance) |
static void |
JPAService.setDefaultExtendedPersistenceInheritance(ExtendedPersistenceInheritance defaultExtendedPersistenceInheritance) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.