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 JDBCConnection
s.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 void
DatasourceConnectionProviderImpl. 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 void
StandardRefCursorSupport. injectJdbcServices(JdbcServices jdbcServices)
Hook for service registry to be able to inject JdbcServices
-