Uses of Interface
org.hibernate.engine.jndi.spi.JndiService
-
Packages that use JndiService Package Description org.hibernate.engine.jdbc.connections.internal Various implementations of the SPI contracts for obtaining JDBCConnection
s.org.hibernate.engine.jndi.internal Internal contracts defining the JNDI support within Hibernateorg.hibernate.engine.transaction.jta.platform.internal A range of container-specific implementations ofJtaPlatform
.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of JndiService in org.hibernate.engine.jdbc.connections.internal
Methods in org.hibernate.engine.jdbc.connections.internal with parameters of type JndiService Modifier and Type Method Description void
DatasourceConnectionProviderImpl. setJndiService(JndiService jndiService)
-
Uses of JndiService in org.hibernate.engine.jndi.internal
Methods in org.hibernate.engine.jndi.internal that return JndiService Modifier and Type Method Description JndiService
JndiServiceInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.jndi.internal that return types with arguments of type JndiService Modifier and Type Method Description Class<JndiService>
JndiServiceInitiator. getServiceInitiated()
-
Uses of JndiService in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return JndiService Modifier and Type Method Description protected JndiService
AbstractJtaPlatform. jndiService()
-
Uses of JndiService in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type JndiService Modifier and Type Method Description void
SessionFactoryRegistry. addSessionFactory(String uuid, String name, boolean isNameAlsoJndiName, SessionFactoryImplementor instance, JndiService jndiService)
Adds a SessionFactory to the registryvoid
SessionFactoryRegistry. removeSessionFactory(String uuid, String name, boolean isNameAlsoJndiName, JndiService jndiService)
Remove a previously added SessionFactory
-