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 void
StandardRefCursorSupport. 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 class
JdbcServicesImpl
Standard implementation of theJdbcServices
contractMethods in org.hibernate.engine.jdbc.internal that return JdbcServices Modifier and Type Method Description JdbcServices
JdbcServicesInitiator. 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 JdbcServices
SessionDelegatorBaseImpl. getJdbcServices()
JdbcServices
SessionFactoryDelegatingImpl. getJdbcServices()
JdbcServices
SessionFactoryImplementor. getJdbcServices()
Get the JdbcServices.JdbcServices
SharedSessionContractImplementor. getJdbcServices()
-
Uses of JdbcServices in org.hibernate.internal
Methods in org.hibernate.internal that return JdbcServices Modifier and Type Method Description JdbcServices
AbstractSharedSessionContract. getJdbcServices()
JdbcServices
SessionFactoryImpl. 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 JdbcServices
AbstractSqlAstTranslator. getJdbcServices()
-
Uses of JdbcServices in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcServices Modifier and Type Class Description class
BasicTestingJdbcServiceImpl
Implementation of theJdbcServices
contract for use by tests.
-