Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
-
Packages that use JdbcServices Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation events -
-
Uses of JdbcServices in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcServices Modifier and Type Method Description JdbcServicesSessionDelegatorBaseImpl. getJdbcServices()JdbcServicesSessionFactoryDelegatingImpl. getJdbcServices()JdbcServicesSessionFactoryImplementor. getJdbcServices()Get the JdbcServices.JdbcServicesSharedSessionContractImplementor. getJdbcServices()Obtain theJdbcServicesfor the factory which created this session.JdbcServicesSharedSessionDelegatorBaseImpl. getJdbcServices() -
Uses of JdbcServices in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return JdbcServices Modifier and Type Method Description JdbcServicesRuntimeModelCreationContext. getJdbcServices() -
Uses of JdbcServices in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JdbcServices Modifier and Type Method Description JdbcServicesJdbcSessionContext. getJdbcServices() -
Uses of JdbcServices in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return JdbcServices Modifier and Type Method Description protected JdbcServicesAbstractSqlAstTranslator. getJdbcServices() -
Uses of JdbcServices in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return JdbcServices Modifier and Type Method Description protected JdbcServicesAbstractTableMutationBuilder. getJdbcServices()
-