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.
Internals for supporting various aspects of JDBC interaction
SPI contracts supporting various aspects of JDBC interaction.
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.DialectDelegateWrapper.getNativeParameterMarkerStrategy()
H2Dialect.getNativeParameterMarkerStrategy()
PostgreSQLDialect.getNativeParameterMarkerStrategy()
-
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.internal
Fields in org.hibernate.internal declared as ParameterMarkerStrategyModifier and TypeFieldDescriptionfinal ParameterMarkerStrategy
FastSessionServices.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) 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) -
Uses of ParameterMarkerStrategy in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ParameterMarkerStrategy