| Package | Description |
|---|---|
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| org.hibernate.service.jdbc.connections.internal | |
| org.hibernate.service.jndi.internal | |
| org.hibernate.service.jta.platform.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionFactoryRegistry.addSessionFactory(String uuid,
String name,
boolean isNameAlsoJndiName,
SessionFactory instance,
JndiService jndiService) |
void |
SessionFactoryRegistry.removeSessionFactory(String uuid,
String name,
boolean isNameAlsoJndiName,
JndiService jndiService) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatasourceConnectionProviderImpl.setJndiService(JndiService jndiService) |
| Modifier and Type | Class and Description |
|---|---|
class |
JndiServiceImpl
Standard implementation of JNDI services.
|
| Modifier and Type | Method and Description |
|---|---|
JndiService |
JndiServiceInitiator.initiateService(Map configurationValues,
ServiceRegistryImplementor registry) |
| Modifier and Type | Method and Description |
|---|---|
Class<JndiService> |
JndiServiceInitiator.getServiceInitiated() |
| Modifier and Type | Method and Description |
|---|---|
protected JndiService |
AbstractJtaPlatform.jndiService() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.