Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static PersistenceUnitCachingType |
PersistenceUnitCachingType.getFromStringValue(String value) |
PersistenceUnitCachingType |
PersistenceUnit.getSharedCacheMode()
Returns the
shared-cache-mode element |
static PersistenceUnitCachingType |
PersistenceUnitCachingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceUnitCachingType[] |
PersistenceUnitCachingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnit<T> |
PersistenceUnit.sharedCacheMode(PersistenceUnitCachingType sharedCacheMode)
Sets the
shared-cache-mode element |
Copyright © 2023 JBoss by Red Hat. All rights reserved.