Uses of Enum Class
jakarta.persistence.FlushModeType
Packages that use FlushModeType
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.Defines support for executing database stored procedures and functions and accessing their outputs.
Defines the internal implementation of the stored procedure SPI.
Defines an SPI for calling stored procedures and functions.
Everything related to HQL/JPQL, native SQL, and criteria queries.
SPIs for HQL support.
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.
SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
-
Uses of FlushModeType in jakarta.persistence
Methods in jakarta.persistence that return FlushModeTypeModifier and TypeMethodDescriptionEntityManager.getFlushMode()Get the flush mode that applies to all objects contained in the persistence context.Query.getFlushMode()Get the flush mode in effect for the query execution.static FlushModeTypeReturns the enum constant of this class with the specified name.static FlushModeType[]FlushModeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jakarta.persistence with parameters of type FlushModeTypeModifier and TypeMethodDescriptionvoidEntityManager.setFlushMode(FlushModeType flushMode) Set the flush mode that applies to all objects contained in the persistence context.Query.setFlushMode(FlushModeType flushMode) Set the flush mode type to be used for the query execution.StoredProcedureQuery.setFlushMode(FlushModeType flushMode) Set the flush mode type to be used for the query execution.TypedQuery.setFlushMode(FlushModeType flushMode) Set the flush mode type to be used for the query execution. -
Uses of FlushModeType in org.hibernate
Methods in org.hibernate that return FlushModeTypeModifier and TypeMethodDescriptionSession.getFlushMode()Get the current JPA flush mode for this session.FlushMode.toJpaFlushMode()static FlushModeTypeFlushMode.toJpaFlushMode(FlushMode flushMode) Methods in org.hibernate with parameters of type FlushModeTypeModifier and TypeMethodDescriptionstatic FlushModeFlushMode.fromJpaFlushMode(FlushModeType flushModeType) voidSession.setFlushMode(FlushModeType flushMode) Set the currentJPA flush modefor this session. -
Uses of FlushModeType in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FlushModeTypeModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getFlushMode()SessionLazyDelegator.getFlushMode()SharedSessionContractImplementor.getFlushMode()Deprecated.there's no good reason to expose this hereSharedSessionDelegatorBaseImpl.getFlushMode()Methods in org.hibernate.engine.spi with parameters of type FlushModeTypeModifier and TypeMethodDescriptionvoidSessionDelegatorBaseImpl.setFlushMode(FlushModeType flushModeType) voidSessionLazyDelegator.setFlushMode(FlushModeType flushMode) -
Uses of FlushModeType in org.hibernate.internal
Methods in org.hibernate.internal that return FlushModeTypeMethods in org.hibernate.internal with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util that return FlushModeTypeModifier and TypeMethodDescriptionstatic FlushModeTypeFlushModeTypeHelper.getFlushModeType(FlushMode flushMode) Methods in org.hibernate.jpa.internal.util with parameters of type FlushModeTypeModifier and TypeMethodDescriptionstatic FlushModeFlushModeTypeHelper.getFlushMode(FlushModeType flushModeType) -
Uses of FlushModeType in org.hibernate.procedure
Methods in org.hibernate.procedure with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.procedure.internal
Methods in org.hibernate.procedure.internal with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.query
Methods in org.hibernate.query that return FlushModeTypeModifier and TypeMethodDescriptionCommonQueryContract.getFlushMode()The JPAFlushModeTypein effect for this query.Methods in org.hibernate.query with parameters of type FlushModeTypeModifier and TypeMethodDescriptionCommonQueryContract.setFlushMode(FlushModeType flushMode) Set theFlushModein to use for this query.MutationQuery.setFlushMode(FlushModeType flushMode) NativeQuery.setFlushMode(FlushModeType flushMode) Query.setFlushMode(FlushModeType flushMode) SelectionQuery.setFlushMode(FlushModeType flushMode) -
Uses of FlushModeType in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return FlushModeTypeModifier and TypeMethodDescriptionAbstractQuery.getFlushMode()AbstractSelectionQuery.getFlushMode()protected FlushModeTypeAbstractCommonQueryContract.getJpaFlushMode()Methods in org.hibernate.query.spi with parameters of type FlushModeTypeModifier and TypeMethodDescriptionprotected voidAbstractCommonQueryContract.applyJpaFlushMode(FlushModeType flushModeType) AbstractQuery.setFlushMode(FlushModeType flushModeType) AbstractSelectionQuery.setFlushMode(FlushModeType flushMode) -
Uses of FlushModeType in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi with parameters of type FlushModeType -
Uses of FlushModeType in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return FlushModeTypeMethods in org.hibernate.query.sqm.internal with parameters of type FlushModeTypeModifier and TypeMethodDescriptionQuerySqmImpl.setFlushMode(FlushModeType flushMode) SqmSelectionQueryImpl.setFlushMode(FlushModeType flushMode) -
Uses of FlushModeType in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return FlushModeTypeMethods in org.hibernate.query.sqm.spi with parameters of type FlushModeTypeModifier and TypeMethodDescriptionDelegatingSqmSelectionQueryImplementor.setFlushMode(FlushModeType flushMode)