Uses of Class
org.hibernate.service.spi.InjectService
-
Packages that use InjectService Package Description org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnections.org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support. -
-
Uses of InjectService in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal with annotations of type InjectService Modifier and Type Method Description voidDatasourceConnectionProviderImpl. setJndiService(JndiService jndiService) -
Uses of InjectService in org.hibernate.engine.jdbc.cursor.internal
Methods in org.hibernate.engine.jdbc.cursor.internal with annotations of type InjectService Modifier and Type Method Description voidStandardRefCursorSupport. injectJdbcServices(JdbcServices jdbcServices)Hook for service registry to be able to inject JdbcServices
-