Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
-
Packages that use PersistenceUnitCachingType Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of PersistenceUnitCachingType in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PersistenceUnitCachingType Modifier and Type Field Description protected PersistenceUnitCachingType
Persistence.PersistenceUnit. sharedCacheMode
Methods in org.hibernate.jpamodelgen.xml.jaxb that return PersistenceUnitCachingType Modifier and Type Method Description 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 Modifier and Type Method Description void
Persistence.PersistenceUnit. setSharedCacheMode(PersistenceUnitCachingType value)
Sets the value of the sharedCacheMode property.
-