Uses of Enum Class
org.hibernate.jpa.CachingType
Packages that use CachingType
Package
Description
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
-
Uses of CachingType in org.hibernate.jpa
Methods in org.hibernate.jpa that return CachingTypeModifier and TypeMethodDescriptionstatic CachingType
Returns the enum constant of this class with the specified name.static CachingType[]
CachingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.jpa with parameters of type CachingTypeModifier and TypeMethodDescriptionHibernatePersistenceConfiguration.caching
(CachingType type) Enable or disable the second-level and query caches.