Uses of Class
org.hibernate.processor.xml.jaxb.PersistenceUnitCachingType
-
Packages that use PersistenceUnitCachingType Package Description org.hibernate.processor.xml.jaxb -
-
Uses of PersistenceUnitCachingType in org.hibernate.processor.xml.jaxb
Fields in org.hibernate.processor.xml.jaxb declared as PersistenceUnitCachingType Modifier and Type Field Description protected PersistenceUnitCachingTypePersistence.PersistenceUnit. sharedCacheModeMethods in org.hibernate.processor.xml.jaxb that return PersistenceUnitCachingType Modifier and Type Method Description static PersistenceUnitCachingTypePersistenceUnitCachingType. fromValue(String v)PersistenceUnitCachingTypePersistence.PersistenceUnit. getSharedCacheMode()Gets the value of the sharedCacheMode property.static PersistenceUnitCachingTypePersistenceUnitCachingType. 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.processor.xml.jaxb with parameters of type PersistenceUnitCachingType Modifier and Type Method Description voidPersistence.PersistenceUnit. setSharedCacheMode(PersistenceUnitCachingType value)Sets the value of the sharedCacheMode property.
-