Package | Description |
---|---|
com.sun.java.xml.ns.persistence |
Modifier and Type | Field and Description |
---|---|
protected PersistenceUnitCachingType |
Persistence.PersistenceUnit.sharedCacheMode |
Modifier and Type | Method and Description |
---|---|
static PersistenceUnitCachingType |
PersistenceUnitCachingType.fromValue(String v) |
PersistenceUnitCachingType |
Persistence.PersistenceUnit.getSharedCacheMode()
Ruft den Wert der sharedCacheMode-Eigenschaft ab.
|
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 |
---|---|
void |
Persistence.PersistenceUnit.setSharedCacheMode(PersistenceUnitCachingType value)
Legt den Wert der sharedCacheMode-Eigenschaft fest.
|
Copyright © 2015 buschmais GbR. All rights reserved.