Uses of Interface
org.hibernate.engine.jndi.spi.JndiService
-
Packages that use JndiService Package Description org.hibernate.engine.jdbc.connections.internal Internals for accessing JDBC Connectionsorg.hibernate.engine.jndi.internal Internal contracts defining the JNDI support within Hibernateorg.hibernate.engine.transaction.jta.platform.internal org.hibernate.internal -
-
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
-