Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
Packages that use JdbcServices
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
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.spi
Methods in org.hibernate.engine.spi that return JdbcServicesModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getJdbcServices()
SessionFactoryDelegatingImpl.getJdbcServices()
SessionFactoryImplementor.getJdbcServices()
Obtain theJdbcServices
service.SharedSessionContractImplementor.getJdbcServices()
Obtain theJdbcServices
for the factory which created this session.SharedSessionDelegatorBaseImpl.getJdbcServices()
-
Uses of JdbcServices in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return 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()