Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hibernate.service Classes and Interfaces - 95 results found.
NameDescriptionTypePackageFramework
AbstractDataSourceBasedMultiTenantConnectionProviderImplBasic support for implementations of MultiTenantConnectionProvider based on DataSources.Classorg.hibernate.service.jdbc.connections.spiHibernate ORM
AbstractDialectResolverA templated resolver impl which delegates to the resolveDialectInternal(java.Classorg.hibernate.service.jdbc.dialect.internalHibernate ORM
AbstractJtaPlatformSee Also:Serialized FormConstructor SummaryAbstractJtaPlatform()Classorg.hibernate.service.jta.platform.internalHibernate ORM
AbstractMultiTenantConnectionProviderBasic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.Classorg.hibernate.service.jdbc.connections.spiHibernate ORM
AbstractServiceRegistryImplClassorg.hibernate.service.internalHibernate ORM
BasicDialectResolverIntended as support for custom resolvers.Classorg.hibernate.service.jdbc.dialect.internalHibernate ORM
BasicServiceInitiatorInterfaceorg.hibernate.service.spiHibernate ORM
BitronixJtaPlatformSee Also:Serialized FormConstructor SummaryBitronixJtaPlatform()Classorg.hibernate.service.jta.platform.internalHibernate ORM
BootstrapServiceRegistrySpecialization of the ServiceRegistry contract mainly to make the ServiceRegistryBuilder.Interfaceorg.hibernate.serviceHibernate ORM
BootstrapServiceRegistryBuilderBuilder for bootstrap ServiceRegistry instances.Classorg.hibernate.serviceHibernate ORM
BootstrapServiceRegistryImplServiceRegistry implementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceConstructor SummaryBootstrapServiceRegistryImpl()Classorg.hibernate.service.internalHibernate ORM
BorlandEnterpriseServerJtaPlatformClassorg.hibernate.service.jta.platform.internalHibernate ORM
C3P0ConnectionProviderA connection provider that uses a C3P0 connection pool.Classorg.hibernate.service.jdbc.connections.internalHibernate ORM
C3P0MessageLoggerThe jboss-logging MessageLogger for the hibernate-c3p0 module.Interfaceorg.hibernate.service.jdbc.connections.internalHibernate ORM
ClassLoaderServiceInterfaceorg.hibernate.service.classloading.spiHibernate ORM
ClassLoaderServiceImplStandard implementation of the service for interacting with class loadersSee Also:Serialized FormClassorg.hibernate.service.classloading.internalHibernate ORM
ClassLoadingExceptionIndicates a problem performing class loadingSee Also:Serialized FormClassorg.hibernate.service.classloading.spiHibernate ORM
ConfigurableAllows the service to request access to the configuration properties for configuring itself.Interfaceorg.hibernate.service.spiHibernate ORM
ConfigurationServiceInterfaceorg.hibernate.service.config.spiHibernate ORM
ConfigurationServiceImplClassorg.hibernate.service.config.internalHibernate ORM
ConfigurationServiceInitiatorClassorg.hibernate.service.config.internalHibernate ORM
ConnectionProviderA contract for obtaining JDBC connections.Interfaceorg.hibernate.service.jdbc.connections.spiHibernate ORM
ConnectionProviderInitiatorInstantiates and configures an appropriate ConnectionProvider.Classorg.hibernate.service.jdbc.connections.internalHibernate ORM
DialectFactoryA factory for generating Dialect instances.Interfaceorg.hibernate.service.jdbc.dialect.spiHibernate ORM
DialectFactoryImplStandard implementation of the DialectFactory service.Classorg.hibernate.service.jdbc.dialect.internalHibernate ORM
DialectFactoryInitiatorClassorg.hibernate.service.jdbc.dialect.internalHibernate ORM
DialectResolverContract for determining the Dialect to use based on a JDBC Connection.Interfaceorg.hibernate.service.jdbc.dialect.spiHibernate ORM
DialectResolverInitiatorClassorg.hibernate.service.jdbc.dialect.internalHibernate ORM
DialectResolverSetA DialectResolver implementation which coordinates resolution by delegating to sub-resolvers.Classorg.hibernate.service.jdbc.dialect.internalHibernate ORM
DisabledJmxServiceImplA no-op version of the JmxServiceSee Also:Serialized FormClassorg.hibernate.service.jmx.internalHibernate ORM
DriverManagerConnectionProviderImplA connection provider that uses the DriverManager directly to open connections and provides a very rudimentary connection pool.Classorg.hibernate.service.jdbc.connections.internalHibernate ORM
InjectServiceAnnotation to allow services to request injection of other servicesOptional Element SummaryClassorg.hibernate.service.spiHibernate ORM
JaxbProcessorClassorg.hibernate.service.internalHibernate ORM
JBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.Classorg.hibernate.service.jta.platform.internalHibernate ORM
JBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss Transactions Known to work for org.Classorg.hibernate.service.jta.platform.internalHibernate ORM
JmxServiceService providing simplified access to JMX related features needed by Hibernate.Interfaceorg.hibernate.service.jmx.spiHibernate ORM
JmxServiceImplStandard implementation of JMX servicesSee Also:Serialized FormClassorg.hibernate.service.jmx.internalHibernate ORM
JmxServiceInitiatorClassorg.hibernate.service.jmx.internalHibernate ORM
JndiExceptionAn exception indicating trouble accessing JNDISee Also:Serialized FormClassorg.hibernate.service.jndiHibernate ORM
JndiNameExceptionIndicates a problem with a given JNDI name being deemed as not valid.Classorg.hibernate.service.jndiHibernate ORM
JndiServiceService providing simplified access to JNDI related features needed by Hibernate.Interfaceorg.hibernate.service.jndi.spiHibernate ORM
JndiServiceImplStandard implementation of JNDI services.Classorg.hibernate.service.jndi.internalHibernate ORM
JndiServiceInitiatorClassorg.hibernate.service.jndi.internalHibernate ORM
JOnASJtaPlatformJTA platform implementation for JOnASSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
JOTMJtaPlatformClassorg.hibernate.service.jta.platform.internalHibernate ORM
JRun4JtaPlatformJtaPlatform implementation for JRun4 ASSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
JtaPlatformDefines how we interact with various JTA services on the given platform/environment.Interfaceorg.hibernate.service.jta.platform.spiHibernate ORM
JtaPlatformExceptionIndicates a problem interacting with the underlying JTA platform.Classorg.hibernate.service.jta.platform.spiHibernate ORM
JtaPlatformInitiatorClassorg.hibernate.service.jta.platform.internalHibernate ORM
JtaSynchronizationStrategyContract used to centralize Synchronization handling logic.Interfaceorg.hibernate.service.jta.platform.internalHibernate ORM
ManageableInterfaceorg.hibernate.service.spiHibernate ORM
MultiTenantConnectionProviderInterfaceorg.hibernate.service.jdbc.connections.spiHibernate ORM
MultiTenantConnectionProviderInitiatorClassorg.hibernate.service.jdbc.connections.internalHibernate ORM
NoJtaPlatformThe non-configured form of JTA platform.Classorg.hibernate.service.jta.platform.internalHibernate ORM
OC4JJtaPlatformJtaPlatform implementation for the OC4J (Oracle) AS.Classorg.hibernate.service.jta.platform.internalHibernate ORM
OrionJtaPlatformJtaPlatform implementation for OrionSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
ProvidedServiceA service provided as-is.Classorg.hibernate.service.internalHibernate ORM
ProxoolConnectionProviderA connection provider that uses a Proxool connection pool.Classorg.hibernate.service.jdbc.connections.internalHibernate ORM
ProxoolMessageLoggerThe jboss-logging MessageLogger for the hibernate-proxool module.Interfaceorg.hibernate.service.jdbc.connections.internalHibernate ORM
ResinJtaPlatformJtaPlatform implementation for ResinSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
ServiceBindingClassorg.hibernate.service.spiHibernate ORM
ServiceBinding .ServiceLifecycleOwnerInterfaceorg.hibernate.service.spi.ServiceBindingHibernate ORM
ServiceDependencyExceptionIndictes a problem processing service dependencies.Classorg.hibernate.service.internalHibernate ORM
ServiceExceptionIndicates a problem with a service.Classorg.hibernate.service.spiHibernate ORM
ServiceInitiatorBase contract for an initiator of a service.Interfaceorg.hibernate.service.spiHibernate ORM
ServiceProxyGenerationExceptionIndicates a problem generating a service proxySee Also:Serialized FormClassorg.hibernate.service.internalHibernate ORM
ServiceRegistryA registry of services.Interfaceorg.hibernate.serviceHibernate ORM
ServiceRegistryAwareServiceAllows services to be injected with the ServiceRegistry during configuration phase.Interfaceorg.hibernate.service.spiHibernate ORM
ServiceRegistryBuilderBuilder for standard ServiceRegistry instances.Classorg.hibernate.serviceHibernate ORM
ServiceRegistryImplementorAdditional integration contracts for a service registry.Interfaceorg.hibernate.service.spiHibernate ORM
SessionFactoryServiceInitiatorContract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistryInterfaceorg.hibernate.service.spiHibernate ORM
SessionFactoryServiceRegistrySpecialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.Interfaceorg.hibernate.service.spiHibernate ORM
SessionFactoryServiceRegistryFactoryContract for builder of SessionFactoryServiceRegistry instances.Interfaceorg.hibernate.service.spiHibernate ORM
SessionFactoryServiceRegistryFactoryImplActs as a Service in the StandardServiceRegistryImpl whose function is as a factory for SessionFactoryServiceRegistryImpl implementations.Classorg.hibernate.service.internalHibernate ORM
SessionFactoryServiceRegistryFactoryInitiatorClassorg.hibernate.service.internalHibernate ORM
SessionFactoryServiceRegistryImplClassorg.hibernate.service.internalHibernate ORM
StandardDialectResolverThe standard Hibernate Dialect resolver.Classorg.hibernate.service.jdbc.dialect.internalHibernate ORM
StandardServiceInitiatorsCentral definition of the standard set of service initiators defined by Hibernate.Classorg.hibernate.serviceHibernate ORM
StandardServiceRegistryImplHibernate implementation of the standard service registry.Classorg.hibernate.service.internalHibernate ORM
StandardSessionFactoryServiceInitiatorsCentral definition of the standard set of initiators defined by Hibernate for the SessionFactoryServiceRegistryClassorg.hibernate.service.internalHibernate ORM
StartableLifecycle contract for services which wish to be notified when it is time to start.Interfaceorg.hibernate.service.spiHibernate ORM
StoppableLifecycle contract for services which wish to be notified when it is time to stop.Interfaceorg.hibernate.service.spiHibernate ORM
SunOneJtaPlatformJtaPlatform implementation for Sun ONE Application Server 7 and aboveSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
SynchronizationRegistryAccessProvides access to a TransactionSynchronizationRegistry for use by TransactionSynchronizationRegistry-based JtaSynchronizationStrategy implementations.Interfaceorg.hibernate.service.jta.platform.internalHibernate ORM
SynchronizationRegistryBasedSynchronizationStrategy TransactionSynchronizationRegistrySee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
TransactionManagerAccessProvides access to a TransactionManager for use by TransactionManager-based JtaSynchronizationStrategy implementations.Interfaceorg.hibernate.service.jta.platform.internalHibernate ORM
TransactionManagerBasedSynchronizationStrategyClassorg.hibernate.service.jta.platform.internalHibernate ORM
TransactionManagerLookupBridgeClassorg.hibernate.service.jta.platform.internalHibernate ORM
UnknownServiceExceptionIndicates that an unkown service was requested from the registry.Classorg.hibernate.serviceHibernate ORM
UnknownUnwrapTypeExceptionClassorg.hibernate.serviceHibernate ORM
UserSuppliedConnectionProviderImplAn implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use toClassorg.hibernate.service.jdbc.connections.internalHibernate ORM
WeblogicJtaPlatformJtaPlatform implementation for WeblogicSee Also:Serialized FormClassorg.hibernate.service.jta.platform.internalHibernate ORM
WebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).Classorg.hibernate.service.jta.platform.internalHibernate ORM
WebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.Classorg.hibernate.service.jta.platform.internalHibernate ORM
WrappedOptional contract for services that wrap stuff that to which it is useful to have access.Interfaceorg.hibernate.service.spiHibernate ORM