Uses of Interface
org.hibernate.engine.jndi.spi.JndiService
Packages that use JndiService
Package
Description
Various implementations of the SPI contracts for obtaining JDBC
Connection
s.Internal contracts defining the JNDI support within Hibernate
A range of container-specific implementations of
JtaPlatform
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of JndiService in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal with parameters of type JndiServiceModifier and TypeMethodDescriptionvoid
DatasourceConnectionProviderImpl.setJndiService
(JndiService jndiService) -
Uses of JndiService in org.hibernate.engine.jndi.internal
Methods in org.hibernate.engine.jndi.internal that return JndiServiceModifier and TypeMethodDescriptionJndiServiceInitiator.initiateService
(Map<String, Object> configurationValues, ServiceRegistryImplementor registry) Methods in org.hibernate.engine.jndi.internal that return types with arguments of type JndiService -
Uses of JndiService in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return JndiService -
Uses of JndiService in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type JndiServiceModifier and TypeMethodDescriptionvoid
SessionFactoryRegistry.addSessionFactory
(String uuid, String name, String jndiName, SessionFactoryImplementor instance, JndiService jndiService) Adds a SessionFactory to the registryvoid
SessionFactoryRegistry.removeSessionFactory
(String uuid, String name, String jndiName, JndiService jndiService) Remove a previously added SessionFactory