Uses of Enum Class
jakarta.persistence.CacheStoreMode
Packages that use CacheStoreMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
This package defines the central Hibernate APIs, beginning with
SessionFactory, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session and StatelessSession,
the most important APIs exposing persistence-related operations for
entities.This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of CacheStoreMode in jakarta.persistence
Methods in jakarta.persistence that return CacheStoreModeModifier and TypeMethodDescriptionstatic CacheStoreModeReturns the enum constant of this class with the specified name.static CacheStoreMode[]CacheStoreMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CacheStoreMode in org.hibernate
Methods in org.hibernate that return CacheStoreModeModifier and TypeMethodDescriptionSession.getCacheStoreMode()The JPA-definedCacheStoreMode.CacheMode.getJpaStoreMode()Methods in org.hibernate with parameters of type CacheStoreModeModifier and TypeMethodDescriptionstatic CacheModeCacheMode.fromJpaModes(CacheRetrieveMode retrieveMode, CacheStoreMode storeMode) Interpret the given JPA modes as an instance of this enumeration.voidSession.setCacheStoreMode(CacheStoreMode cacheStoreMode) Enable or disable writes to the second-level cache. -
Uses of CacheStoreMode in org.hibernate.engine.jdbc.mutation.internal
Methods in org.hibernate.engine.jdbc.mutation.internal that return CacheStoreMode -
Uses of CacheStoreMode in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return CacheStoreModeModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getCacheStoreMode()SessionLazyDelegator.getCacheStoreMode()Methods in org.hibernate.engine.spi with parameters of type CacheStoreModeModifier and TypeMethodDescriptionvoidSessionDelegatorBaseImpl.setCacheStoreMode(CacheStoreMode cacheStoreMode) voidSessionLazyDelegator.setCacheStoreMode(CacheStoreMode cacheStoreMode) -
Uses of CacheStoreMode in org.hibernate.internal
Methods in org.hibernate.internal that return CacheStoreModeMethods in org.hibernate.internal with parameters of type CacheStoreModeModifier and TypeMethodDescriptionvoidSessionImpl.setCacheStoreMode(CacheStoreMode cacheStoreMode) -
Uses of CacheStoreMode in org.hibernate.jpa.internal.util
Fields in org.hibernate.jpa.internal.util declared as CacheStoreModeMethods in org.hibernate.jpa.internal.util that return CacheStoreModeModifier and TypeMethodDescriptionstatic CacheStoreModeCacheModeHelper.interpretCacheStoreMode(CacheMode cacheMode) Methods in org.hibernate.jpa.internal.util with parameters of type CacheStoreModeModifier and TypeMethodDescriptionstatic CacheModeCacheModeHelper.effectiveCacheMode(CacheStoreMode storeMode, CacheRetrieveMode retrieveMode) Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode.static CacheModeCacheModeHelper.interpretCacheMode(CacheStoreMode storeMode, CacheRetrieveMode retrieveMode) Given a JPACacheStoreModeandCacheRetrieveMode, determine the corresponding legacy HibernateCacheMode. -
Uses of CacheStoreMode in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return CacheStoreMode -
Uses of CacheStoreMode in org.hibernate.query
Methods in org.hibernate.query that return CacheStoreModeMethods in org.hibernate.query with parameters of type CacheStoreModeModifier and TypeMethodDescriptionNativeQuery.setCacheStoreMode(CacheStoreMode cacheStoreMode) Query.setCacheStoreMode(CacheStoreMode cacheStoreMode) SelectionQuery.setCacheStoreMode(CacheStoreMode cacheStoreMode) -
Uses of CacheStoreMode in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return CacheStoreModeMethods in org.hibernate.query.internal with parameters of type CacheStoreModeModifier and TypeMethodDescriptionvoidQueryOptionsImpl.setCacheStoreMode(CacheStoreMode storeMode) -
Uses of CacheStoreMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return CacheStoreModeModifier and TypeMethodDescriptionAbstractSelectionQuery.getCacheStoreMode()DelegatingQueryOptions.getCacheStoreMode()QueryOptions.getCacheStoreMode()Controls whether query results are put into the cache.QueryOptionsAdapter.getCacheStoreMode()Methods in org.hibernate.query.spi with parameters of type CacheStoreModeModifier and TypeMethodDescriptionprotected booleanAbstractCommonQueryContract.applyJpaCacheStoreModeHint(CacheStoreMode storeMode) AbstractQuery.setCacheStoreMode(CacheStoreMode cacheStoreMode) AbstractSelectionQuery.setCacheStoreMode(CacheStoreMode cacheStoreMode) voidMutableQueryOptions.setCacheStoreMode(CacheStoreMode storeMode) Corollary toQueryOptions.getCacheStoreMode() -
Uses of CacheStoreMode in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type CacheStoreModeModifier and TypeMethodDescriptionNativeQueryImpl.setCacheStoreMode(CacheStoreMode cacheStoreMode) -
Uses of CacheStoreMode in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type CacheStoreModeModifier and TypeMethodDescriptionQuerySqmImpl.setCacheStoreMode(CacheStoreMode cacheStoreMode) SqmSelectionQueryImpl.setCacheStoreMode(CacheStoreMode cacheStoreMode) -
Uses of CacheStoreMode in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return CacheStoreModeMethods in org.hibernate.query.sqm.spi with parameters of type CacheStoreModeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setCacheStoreMode(CacheStoreMode cacheStoreMode)