Package | Description |
---|---|
org.wildfly.swarm.config |
Modifier and Type | Method and Description |
---|---|
JPA.DefaultExtendedPersistenceInheritance |
JPA.defaultExtendedPersistenceInheritance()
Controls how JPA extended persistence context (XPC) inheritance is
performed.
|
static JPA.DefaultExtendedPersistenceInheritance |
JPA.DefaultExtendedPersistenceInheritance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPA.DefaultExtendedPersistenceInheritance[] |
JPA.DefaultExtendedPersistenceInheritance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
JPA.defaultExtendedPersistenceInheritance(JPA.DefaultExtendedPersistenceInheritance value)
Controls how JPA extended persistence context (XPC) inheritance is
performed.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.