|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceUnitCachingType | |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Uses of PersistenceUnitCachingType in org.hibernate.jpamodelgen.xml.jaxb |
---|
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitCachingType | |
---|---|
protected PersistenceUnitCachingType |
Persistence.PersistenceUnit.sharedCacheMode
|
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitCachingType | |
---|---|
static PersistenceUnitCachingType |
PersistenceUnitCachingType.fromValue(String v)
|
PersistenceUnitCachingType |
Persistence.PersistenceUnit.getSharedCacheMode()
Gets the value of the sharedCacheMode property. |
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. |
Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PersistenceUnitCachingType | |
---|---|
void |
Persistence.PersistenceUnit.setSharedCacheMode(PersistenceUnitCachingType value)
Sets the value of the sharedCacheMode property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |