|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitCachingType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 | Provides the interfaces and enumeration types as defined in the schema persistence_2_0.xsd |
org.jboss.shrinkwrap.descriptor.impl.persistence20 | Provides the implementation classes as defined in the schema persistence_2_0.xsd |
Uses of PersistenceUnitCachingType in org.jboss.shrinkwrap.descriptor.api.persistence20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 that return PersistenceUnitCachingType | |
---|---|
static PersistenceUnitCachingType |
PersistenceUnitCachingType.getFromStringValue(java.lang.String value)
|
PersistenceUnitCachingType |
PersistenceUnit.getSharedCacheMode()
Returns the shared-cache-mode element |
static PersistenceUnitCachingType |
PersistenceUnitCachingType.valueOf(java.lang.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. |
Methods in org.jboss.shrinkwrap.descriptor.api.persistence20 with parameters of type PersistenceUnitCachingType | |
---|---|
PersistenceUnit<T> |
PersistenceUnit.setSharedCacheMode(PersistenceUnitCachingType sharedCacheMode)
If not already created, a new shared-cache-mode element with the given value will be created. |
Uses of PersistenceUnitCachingType in org.jboss.shrinkwrap.descriptor.impl.persistence20 |
---|
Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 that return PersistenceUnitCachingType | |
---|---|
PersistenceUnitCachingType |
PersistenceUnitImpl.getSharedCacheMode()
Returns the shared-cache-mode element |
Methods in org.jboss.shrinkwrap.descriptor.impl.persistence20 with parameters of type PersistenceUnitCachingType | |
---|---|
PersistenceUnit<T> |
PersistenceUnitImpl.setSharedCacheMode(PersistenceUnitCachingType sharedCacheMode)
If not already created, a new shared-cache-mode element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |