Package | Description |
---|---|
org.hibernate.engine.jdbc.connections.internal |
Internals for accessing JDBC Connections
|
org.hibernate.engine.jndi.internal |
Internal contracts defining the JNDI support within Hibernate
|
org.hibernate.engine.transaction.jta.platform.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.search.cfg.impl | |
org.hibernate.search.hcore.impl |
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() |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryRegistry.addSessionFactory(String uuid,
String name,
boolean isNameAlsoJndiName,
SessionFactory instance,
JndiService jndiService)
Adds a SessionFactory to the registry
|
void |
SessionFactoryRegistry.removeSessionFactory(String uuid,
String name,
boolean isNameAlsoJndiName,
JndiService jndiService)
Remove a previously added SessionFactory
|
Constructor and Description |
---|
SearchConfigurationFromHibernateCore(Metadata metadata,
ConfigurationService configurationService,
ClassLoaderService hibernateOrmClassLoaderService,
ManagedBeanRegistry managedBeanRegistry,
HibernateSessionFactoryService sessionService,
JndiService namingService) |
Constructor and Description |
---|
HibernateSearchSessionFactoryObserver(Metadata metadata,
ConfigurationService configurationService,
FullTextIndexEventListener listener,
ClassLoaderService classLoaderService,
EnvironmentSynchronizer environmentSynchronizer,
ManagedBeanRegistry managedBeanRegistry,
JndiService namingService) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.