Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
Packages that use JdbcServices
Package
Description
Internals for JDBC REF_CURSOR support.
Internals for 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
.An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Validation for HQL queries.
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
Package defining support for creating and consuming a SQL AST.
Support for building
TableMutation
references for persisting entity mutation events-
Uses of JdbcServices in org.hibernate.engine.jdbc.cursor.internal
Constructors in org.hibernate.engine.jdbc.cursor.internal with parameters of type JdbcServicesModifierConstructorDescriptionFallbackRefCursorSupport
(JdbcServices jdbcServices) StandardRefCursorSupport
(JdbcServices jdbcServices) -
Uses of JdbcServices in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement JdbcServicesMethods in org.hibernate.engine.jdbc.internal that return JdbcServicesModifier and TypeMethodDescriptionJdbcServicesInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jdbc.internal that return types with arguments of type JdbcServicesConstructors in org.hibernate.engine.jdbc.internal with parameters of type JdbcServicesModifierConstructorDescriptionJdbcCoordinatorImpl
(Connection userSuppliedConnection, JdbcSessionOwner owner, JdbcServices jdbcServices) Constructs aJdbcCoordinatorImpl
MutationStatementPreparerImpl
(JdbcCoordinatorImpl jdbcCoordinator, JdbcServices jdbcServices) ResultSetReturnImpl
(JdbcCoordinator jdbcCoordinator, JdbcServices jdbcServices) Constructs a ResultSetReturnImpl -
Uses of JdbcServices in org.hibernate.engine.jdbc.mutation.internal
Constructors in org.hibernate.engine.jdbc.mutation.internal with parameters of type JdbcServicesModifierConstructorDescriptionPreparedStatementDetailsStandard
(PreparableMutationOperation tableMutation, String sql, Supplier<PreparedStatement> jdbcStatementCreator, Expectation expectation, JdbcServices jdbcServices) PreparedStatementDetailsStandard
(PreparableMutationOperation tableMutation, Supplier<PreparedStatement> jdbcStatementCreator, JdbcServices jdbcServices) -
Uses of JdbcServices in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcServicesModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJdbcServices()
SessionFactoryDelegatingImpl.getJdbcServices()
SessionFactoryImplementor.getJdbcServices()
SharedSessionContractImplementor.getJdbcServices()
Obtain theJdbcServices
for the factory which created this session.SharedSessionDelegatorBaseImpl.getJdbcServices()
-
Uses of JdbcServices in org.hibernate.internal
Fields in org.hibernate.internal declared as JdbcServicesMethods in org.hibernate.internal that return JdbcServicesModifier and TypeMethodDescriptionAbstractSharedSessionContract.getJdbcServices()
JdbcSessionContextImpl.getJdbcServices()
SessionFactoryImpl.getJdbcServices()
Constructors in org.hibernate.internal with parameters of type JdbcServicesModifierConstructorDescriptionJdbcSessionContextImpl
(SessionFactoryImplementor sessionFactory, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, JdbcServices jdbcServices, BatchBuilder batchBuilder, JdbcEventHandler jdbcEventHandler) -
Uses of JdbcServices in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return JdbcServicesModifier and TypeMethodDescriptionprotected JdbcServices
AbstractMultiIdEntityLoader.getJdbcServices()
-
Uses of JdbcServices in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return JdbcServices -
Uses of JdbcServices in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return JdbcServices -
Uses of JdbcServices in org.hibernate.resource.jdbc.internal
Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcServicesModifierConstructorDescriptionLogicalConnectionManagedImpl
(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices) -
Uses of JdbcServices in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JdbcServices -
Uses of JdbcServices in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcServicesModifier and TypeMethodDescriptionprotected JdbcServices
AbstractSqlAstTranslator.getJdbcServices()
-
Uses of JdbcServices in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return JdbcServicesModifier and TypeMethodDescriptionprotected JdbcServices
AbstractTableMutationBuilder.getJdbcServices()
-
Uses of JdbcServices in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcServicesModifier and TypeClassDescriptionclass
Implementation of theJdbcServices
contract for use by tests.