Uses of Interface
org.hibernate.sql.ast.spi.ParameterMarkerStrategy
-
Packages that use ParameterMarkerStrategy Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.sql This package contains helper classes for rendering SQL fragments and SQL statements.org.hibernate.sql.ast.internal org.hibernate.testing.boot -
-
Uses of ParameterMarkerStrategy in org.hibernate.dialect
Classes in org.hibernate.dialect that implement ParameterMarkerStrategy Modifier and Type Class Description static class
H2Dialect.OrdinalParameterMarkerStrategy
Methods in org.hibernate.dialect that return ParameterMarkerStrategy Modifier and Type Method Description ParameterMarkerStrategy
Dialect. getNativeParameterMarkerStrategy()
Support for native parameter markers.ParameterMarkerStrategy
DialectDelegateWrapper. getNativeParameterMarkerStrategy()
ParameterMarkerStrategy
H2Dialect. getNativeParameterMarkerStrategy()
ParameterMarkerStrategy
PostgreSQLDialect. getNativeParameterMarkerStrategy()
-
Uses of ParameterMarkerStrategy in org.hibernate.engine.jdbc.internal
Methods in org.hibernate.engine.jdbc.internal that return ParameterMarkerStrategy Modifier and Type Method Description ParameterMarkerStrategy
JdbcServicesImpl. getParameterMarkerStrategy()
-
Uses of ParameterMarkerStrategy in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return ParameterMarkerStrategy Modifier and Type Method Description ParameterMarkerStrategy
JdbcServices. getParameterMarkerStrategy()
Obtains the service used for marking SQL parameters -
Uses of ParameterMarkerStrategy in org.hibernate.internal
Fields in org.hibernate.internal declared as ParameterMarkerStrategy Modifier and Type Field Description ParameterMarkerStrategy
FastSessionServices. parameterMarkerStrategy
-
Uses of ParameterMarkerStrategy in org.hibernate.sql
Constructors in org.hibernate.sql with parameters of type ParameterMarkerStrategy Constructor Description Delete(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 ParameterMarkerStrategy Modifier and Type Class Description class
ParameterMarkerStrategyStandard
The standard ParameterMarkerStrategy based on the standard JDBC?
markerMethods in org.hibernate.sql.ast.internal that return ParameterMarkerStrategy Modifier and Type Method Description ParameterMarkerStrategy
ParameterMarkerStrategyInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.sql.ast.internal that return types with arguments of type ParameterMarkerStrategy Modifier and Type Method Description Class<ParameterMarkerStrategy>
ParameterMarkerStrategyInitiator. getServiceInitiated()
Methods in org.hibernate.sql.ast.internal with parameters of type ParameterMarkerStrategy Modifier and Type Method Description static boolean
ParameterMarkerStrategyStandard. isStandardRenderer(ParameterMarkerStrategy check)
-
Uses of ParameterMarkerStrategy in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return ParameterMarkerStrategy Modifier and Type Method Description ParameterMarkerStrategy
BasicTestingJdbcServiceImpl. getParameterMarkerStrategy()
-