Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
-
Packages that use JdbcServices Package Description org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support.org.hibernate.engine.jdbc.internal Internals for supporting various aspects of JDBC interactionorg.hibernate.engine.spi org.hibernate.internal org.hibernate.resource.jdbc.internal org.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.testing.boot -
-
Uses of JdbcServices in org.hibernate.engine.jdbc.cursor.internal
Methods in org.hibernate.engine.jdbc.cursor.internal with parameters of type JdbcServices Modifier and Type Method Description voidStandardRefCursorSupport. injectJdbcServices(JdbcServices jdbcServices)Hook for service registry to be able to inject JdbcServices -
Uses of JdbcServices in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement JdbcServices Modifier and Type Class Description classJdbcServicesImplStandard implementation of theJdbcServicescontractMethods in org.hibernate.engine.jdbc.internal that return JdbcServices Modifier and Type Method Description JdbcServicesJdbcServicesInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)Methods in org.hibernate.engine.jdbc.internal that return types with arguments of type JdbcServices Modifier and Type Method Description Class<JdbcServices>JdbcServicesInitiator. getServiceInitiated()Constructors in org.hibernate.engine.jdbc.internal with parameters of type JdbcServices Constructor Description JdbcCoordinatorImpl(Connection userSuppliedConnection, JdbcSessionOwner owner, JdbcServices jdbcServices)Constructs a JdbcCoordinatorImplResultSetReturnImpl(JdbcCoordinator jdbcCoordinator, JdbcServices jdbcServices)Constructs a ResultSetReturnImpl -
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() -
Uses of JdbcServices in org.hibernate.internal
Methods in org.hibernate.internal that return JdbcServices Modifier and Type Method Description JdbcServicesAbstractSharedSessionContract. getJdbcServices()JdbcServicesSessionFactoryImpl. getJdbcServices() -
Uses of JdbcServices in org.hibernate.resource.jdbc.internal
Constructors in org.hibernate.resource.jdbc.internal with parameters of type JdbcServices Constructor Description LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices) -
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.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcServices Modifier and Type Class Description classBasicTestingJdbcServiceImplImplementation of theJdbcServicescontract for use by tests.
-