Uses of Interface
org.hibernate.sql.ast.spi.ParameterMarkerStrategy
Packages that use ParameterMarkerStrategy
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Support for
Dialect
-specific pagination strategies.Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
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
.This package contains helper classes for rendering SQL fragments and SQL statements.
-
Uses of ParameterMarkerStrategy in org.hibernate.dialect
Classes in org.hibernate.dialect that implement ParameterMarkerStrategyMethods in org.hibernate.dialect that return ParameterMarkerStrategyModifier and TypeMethodDescriptionDialect.getNativeParameterMarkerStrategy()
Support for native parameter markers.H2Dialect.getNativeParameterMarkerStrategy()
PostgreSQLDialect.getNativeParameterMarkerStrategy()
-
Uses of ParameterMarkerStrategy in org.hibernate.dialect.pagination
Methods in org.hibernate.dialect.pagination with parameters of type ParameterMarkerStrategyModifier and TypeMethodDescriptionprotected String
AbstractNoOffsetLimitHandler.limitClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
AbstractSimpleLimitHandler.limitClause
(boolean hasFirstRow, int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
FetchLimitHandler.limitClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
LimitLimitHandler.limitClause
(boolean hasFirstRow, int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
LimitOffsetLimitHandler.limitClause
(boolean hasFirstRow, int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
TopLimitHandler.limitClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
AbstractSimpleLimitHandler.offsetOnlyClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
LimitLimitHandler.offsetOnlyClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) protected String
LimitOffsetLimitHandler.offsetOnlyClause
(int jdbcParameterCount, ParameterMarkerStrategy parameterMarkerStrategy) AbstractNoOffsetLimitHandler.processSql
(String sql, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, QueryOptions queryOptions) AbstractSimpleLimitHandler.processSql
(String sql, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, QueryOptions queryOptions) default String
LimitHandler.processSql
(String sql, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, QueryOptions queryOptions) Applies the limit from theQueryOptions
to the SQL with the givenParameterMarkerStrategy
.OffsetFetchLimitHandler.processSql
(String sql, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, QueryOptions queryOptions) protected String
Oracle12LimitHandler.processSql
(String sql, boolean hasFirstRow, boolean hasMaxRows, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, LockOptions lockOptions) protected String
Oracle12LimitHandler.processSql
(String sql, int forUpdateIndex, boolean hasFirstRow, boolean hasMaxRows, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy) Oracle12LimitHandler.processSql
(String sql, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy, QueryOptions queryOptions) protected String
Oracle12LimitHandler.processSqlOffsetFetch
(String sql, boolean hasFirstRow, boolean hasMaxRows, int jdbcParameterCount, @Nullable ParameterMarkerStrategy parameterMarkerStrategy) -
Uses of ParameterMarkerStrategy in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return ParameterMarkerStrategy -
Uses of ParameterMarkerStrategy in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return ParameterMarkerStrategyModifier and TypeMethodDescriptionJdbcServices.getParameterMarkerStrategy()
Obtains the service used for marking SQL parameters -
Uses of ParameterMarkerStrategy in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ParameterMarkerStrategyModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getParameterMarkerStrategy()
SessionFactoryImplementor.getParameterMarkerStrategy()
Obtain theParameterMarkerStrategy
service. -
Uses of ParameterMarkerStrategy in org.hibernate.internal
Methods in org.hibernate.internal that return ParameterMarkerStrategy -
Uses of ParameterMarkerStrategy in org.hibernate.sql
Constructors in org.hibernate.sql with parameters of type ParameterMarkerStrategyModifierConstructorDescriptionDelete
(ParameterMarkerStrategy parameterMarkerStrategy) Insert
(Dialect dialect, ParameterMarkerStrategy parameterMarkerStrategy) SimpleSelect
(Dialect dialect, ParameterMarkerStrategy parameterMarkerStrategy) Update
(ParameterMarkerStrategy parameterMarkerStrategy) -
Uses of ParameterMarkerStrategy in org.hibernate.sql.ast.internal
Classes in org.hibernate.sql.ast.internal that implement ParameterMarkerStrategyModifier and TypeClassDescriptionclass
The standard ParameterMarkerStrategy based on the standard JDBC?
markerMethods in org.hibernate.sql.ast.internal that return ParameterMarkerStrategyModifier and TypeMethodDescriptionParameterMarkerStrategyInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.sql.ast.internal that return types with arguments of type ParameterMarkerStrategyMethods in org.hibernate.sql.ast.internal with parameters of type ParameterMarkerStrategyModifier and TypeMethodDescriptionstatic boolean
ParameterMarkerStrategyStandard.isStandardRenderer
(ParameterMarkerStrategy check)