Uses of Interface
org.hibernate.service.Service
-
-
Uses of Service in org.hibernate.agroal.internal
Classes in org.hibernate.agroal.internal that implement Service Modifier and Type Class Description classAgroalConnectionProviderConnectionProvider based on Agroal connection pool To use this ConnectionProvider set: -
Uses of Service in org.hibernate.boot.cfgxml.internal
Classes in org.hibernate.boot.cfgxml.internal that implement Service Modifier and Type Class Description classCfgXmlAccessServiceImpl -
Uses of Service in org.hibernate.boot.cfgxml.spi
Subinterfaces of Service in org.hibernate.boot.cfgxml.spi Modifier and Type Interface Description interfaceCfgXmlAccessServiceAllows access to anycfg.xmlfiles specified for bootstrapping. -
Uses of Service in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement Service Modifier and Type Class Description classDefaultSessionFactoryBuilderServiceThis is the default implementation of SessionFactoryBuilderService, which just returns the default SessionFactoryBuilderImpl. -
Uses of Service in org.hibernate.boot.registry
Classes in org.hibernate.boot.registry with type parameters of type Service Modifier and Type Interface Description interfaceStandardServiceInitiator<R extends Service>Contract for an initiator of services that target the standardServiceRegistry.Methods in org.hibernate.boot.registry with type parameters of type Service Modifier and Type Method Description <T extends Service>
StandardServiceRegistryBuilderStandardServiceRegistryBuilder. addService(Class<T> serviceRole, T service)Adds a user-provided service. -
Uses of Service in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal that implement Service Modifier and Type Class Description classClassLoaderServiceImplStandard implementation of the service for interacting with class loaders -
Uses of Service in org.hibernate.boot.registry.classloading.spi
Subinterfaces of Service in org.hibernate.boot.registry.classloading.spi Modifier and Type Interface Description interfaceClassLoaderServiceA service for interacting with class loaders. -
Uses of Service in org.hibernate.boot.registry.internal
Methods in org.hibernate.boot.registry.internal with type parameters of type Service Modifier and Type Method Description <R extends Service>
voidBootstrapServiceRegistryImpl. configureService(ServiceBinding<R> binding)<R extends Service>
voidStandardServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)<T extends Service>
TBootstrapServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole)<R extends Service>
RBootstrapServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RBootstrapServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
RStandardServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidBootstrapServiceRegistryImpl. injectDependencies(ServiceBinding<R> binding)<R extends Service>
ServiceBinding<R>BootstrapServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)<R extends Service>
voidBootstrapServiceRegistryImpl. startService(ServiceBinding<R> binding)<R extends Service>
voidBootstrapServiceRegistryImpl. stopService(ServiceBinding<R> binding) -
Uses of Service in org.hibernate.boot.registry.selector.internal
Classes in org.hibernate.boot.registry.selector.internal that implement Service Modifier and Type Class Description classAggregatedDialectSelectorclassDefaultDialectSelectorclassStrategySelectorImplStandard implementation of the StrategySelector contract. -
Uses of Service in org.hibernate.boot.registry.selector.spi
Subinterfaces of Service in org.hibernate.boot.registry.selector.spi Modifier and Type Interface Description interfaceDialectSelectorService which acts as a registry for named strategy implementations.interfaceStrategySelectorService which acts as a registry for named strategy implementations. -
Uses of Service in org.hibernate.boot.spi
Subinterfaces of Service in org.hibernate.boot.spi Modifier and Type Interface Description interfaceSessionFactoryBuilderServiceAllows bootstrapping Hibernate ORM using a customSessionFactoryBuilderImplementor -
Uses of Service in org.hibernate.bytecode.internal.bytebuddy
Classes in org.hibernate.bytecode.internal.bytebuddy that implement Service Modifier and Type Class Description classBytecodeProviderImplclassProxyFactoryFactoryImpl -
Uses of Service in org.hibernate.bytecode.internal.none
Classes in org.hibernate.bytecode.internal.none that implement Service Modifier and Type Class Description classBytecodeProviderImplThis BytecodeProvider represents the "no-op" enhancer; mostly useful as an optimisation when not needing any byte code optimisation applied, for example when the entities have been enhanced at compile time. -
Uses of Service in org.hibernate.bytecode.spi
Subinterfaces of Service in org.hibernate.bytecode.spi Modifier and Type Interface Description interfaceBytecodeProviderContract for providers of bytecode services to Hibernate.interfaceProxyFactoryFactoryAn interface for factories ofproxy factoryinstances. -
Uses of Service in org.hibernate.c3p0.internal
Classes in org.hibernate.c3p0.internal that implement Service Modifier and Type Class Description classC3P0ConnectionProviderA connection provider that uses a C3P0 connection pool. -
Uses of Service in org.hibernate.cache
Subinterfaces of Service in org.hibernate.cache Modifier and Type Interface Description interfaceRegionFactoryDeprecated.Moved, but still need this definition for ehcache -
Uses of Service in org.hibernate.cache.internal
Classes in org.hibernate.cache.internal that implement Service Modifier and Type Class Description classDisabledCachingACacheImplementorservice used when the second-level cache is disabled.classEnabledCachingACacheImplementorservice used when the second-level cache is enabled.classNoCachingRegionFactoryFactory used if no caching enabled in config... -
Uses of Service in org.hibernate.cache.jcache.internal
Classes in org.hibernate.cache.jcache.internal that implement Service Modifier and Type Class Description classJCacheRegionFactory -
Uses of Service in org.hibernate.cache.spi
Subinterfaces of Service in org.hibernate.cache.spi Modifier and Type Interface Description interfaceCacheImplementorinterfaceRegionFactoryContract for building second level cache regions.Classes in org.hibernate.cache.spi that implement Service Modifier and Type Class Description classAbstractRegionFactory -
Uses of Service in org.hibernate.cache.spi.support
Classes in org.hibernate.cache.spi.support that implement Service Modifier and Type Class Description classRegionFactoryTemplate -
Uses of Service in org.hibernate.engine.config.internal
Classes in org.hibernate.engine.config.internal that implement Service Modifier and Type Class Description classConfigurationServiceImplThe standard ConfigurationService implementation -
Uses of Service in org.hibernate.engine.config.spi
Subinterfaces of Service in org.hibernate.engine.config.spi Modifier and Type Interface Description interfaceConfigurationServiceProvides access to the initial user-provided configuration values. -
Uses of Service in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement Service Modifier and Type Class Description classBatchBuilderImplA builder forBatchinstances. -
Uses of Service in org.hibernate.engine.jdbc.batch.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.batch.spi Modifier and Type Interface Description interfaceBatchBuilderA builder forBatchinstances. -
Uses of Service in org.hibernate.engine.jdbc.connections.internal
Classes in org.hibernate.engine.jdbc.connections.internal that implement Service Modifier and Type Class Description classDatasourceConnectionProviderImplAConnectionProviderthat manages connections from an underlyingDataSource.classDriverManagerConnectionProviderImplA connection provider that uses theDriverManagerdirectly to open connections and provides a very rudimentary connection pool.classUserSuppliedConnectionProviderImplAn implementation of theConnectionProviderinterface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session. -
Uses of Service in org.hibernate.engine.jdbc.connections.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.connections.spi Modifier and Type Interface Description interfaceConnectionProviderA contract for obtaining JDBC connections and, optionally, for pooling connections.interfaceMultiTenantConnectionProviderA specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant aware connections.Classes in org.hibernate.engine.jdbc.connections.spi that implement Service Modifier and Type Class Description classAbstractDataSourceBasedMultiTenantConnectionProviderImplBasic support for implementations ofMultiTenantConnectionProviderbased on DataSources.classAbstractMultiTenantConnectionProviderBasic support forMultiTenantConnectionProviderimplementations using individualConnectionProviderinstances per tenant behind the scenes.classDataSourceBasedMultiTenantConnectionProviderImplA concrete implementation of theMultiTenantConnectionProvidercontract bases on a number of reasonable assumptions. -
Uses of Service in org.hibernate.engine.jdbc.cursor.internal
Classes in org.hibernate.engine.jdbc.cursor.internal that implement Service Modifier and Type Class Description classStandardRefCursorSupportStandard implementation of RefCursorSupport -
Uses of Service in org.hibernate.engine.jdbc.cursor.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.cursor.spi Modifier and Type Interface Description interfaceRefCursorSupportContract for JDBC REF_CURSOR support. -
Uses of Service in org.hibernate.engine.jdbc.dialect.internal
Classes in org.hibernate.engine.jdbc.dialect.internal that implement Service Modifier and Type Class Description classDialectFactoryImplStandard implementation of theDialectFactoryservice.classDialectResolverSetADialectResolverimplementation which coordinates resolution by delegating to sub-resolvers.classStandardDialectResolverThe standard DialectResolver implementation -
Uses of Service in org.hibernate.engine.jdbc.dialect.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.dialect.spi Modifier and Type Interface Description interfaceDialectFactoryA factory for generating Dialect instances.interfaceDialectResolverContract for determining theDialectto use based on information about the database / driver.Classes in org.hibernate.engine.jdbc.dialect.spi that implement Service Modifier and Type Class Description classBasicDialectResolverIntended as support for custom resolvers which match a single db name (with optional version info). -
Uses of Service in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement Service Modifier and Type Class Description classJdbcEnvironmentImpl -
Uses of Service in org.hibernate.engine.jdbc.env.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.env.spi Modifier and Type Interface Description interfaceJdbcEnvironmentInitial look at this concept we keep talking about with merging information fromDatabaseMetaDataandDialect -
Uses of Service in org.hibernate.engine.jdbc.internal
Classes in org.hibernate.engine.jdbc.internal that implement Service Modifier and Type Class Description classJdbcServicesImplStandard implementation of theJdbcServicescontract -
Uses of Service in org.hibernate.engine.jdbc.spi
Subinterfaces of Service in org.hibernate.engine.jdbc.spi Modifier and Type Interface Description interfaceJdbcServicesContract for services around JDBC operations. -
Uses of Service in org.hibernate.engine.jndi.spi
Subinterfaces of Service in org.hibernate.engine.jndi.spi Modifier and Type Interface Description interfaceJndiServiceService providing simplified access to JNDI related features needed by Hibernate. -
Uses of Service in org.hibernate.engine.query.internal
Classes in org.hibernate.engine.query.internal that implement Service Modifier and Type Class Description classNativeQueryInterpreterStandardImpl -
Uses of Service in org.hibernate.engine.query.spi
Subinterfaces of Service in org.hibernate.engine.query.spi Modifier and Type Interface Description interfaceNativeQueryInterpreterService contract for dealing with native queries. -
Uses of Service in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement Service Modifier and Type Class Description classAbstractJtaPlatformclassAtomikosJtaPlatformclassBitronixJtaPlatformclassBorlandEnterpriseServerJtaPlatformclassJBossAppServerJtaPlatformJtaPlatform definition for JBoss Application Server.classJBossStandAloneJtaPlatformReturn a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+classJOnASJtaPlatformJTA platform implementation for JOnASclassJOTMJtaPlatformclassJRun4JtaPlatformJtaPlatformimplementation for JRun4 ASclassNoJtaPlatformThe non-configured form of JTA platform.classOC4JJtaPlatformJtaPlatformimplementation for the OC4J (Oracle) AS.classOrionJtaPlatformJtaPlatformimplementation for OrionclassResinJtaPlatformJtaPlatformimplementation for ResinclassSapNetWeaverJtaPlatformJtaPlatformimplementation for SAP NetWeaverclassStandardJtaPlatformResolverclassSunOneJtaPlatformJtaPlatformimplementation for Sun ONE Application Server 7 and aboveclassWeblogicJtaPlatformJtaPlatformimplementation for WeblogicclassWebSphereExtendedJtaPlatformJTA platform implementation intended for use with WebSphere Application Server (WAS).classWebSphereJtaPlatformJTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)classWebSphereLibertyJtaPlatformJTA platform implementation intended for use with WebSphere Liberty and OpenLibertyclassWildFlyStandAloneJtaPlatformReturn a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+ -
Uses of Service in org.hibernate.engine.transaction.jta.platform.spi
Subinterfaces of Service in org.hibernate.engine.transaction.jta.platform.spi Modifier and Type Interface Description interfaceJtaPlatformAServicethat defines how Hibernate interacts with JTA on a certain platform.interfaceJtaPlatformResolverAServicedefining a strategy for obtaining aJtaPlatformin configurations where the application did not explicitly specify one. -
Uses of Service in org.hibernate.envers.boot.internal
Subinterfaces of Service in org.hibernate.envers.boot.internal Modifier and Type Interface Description interfaceEnversServiceProvides central access to Envers' configuration.Classes in org.hibernate.envers.boot.internal that implement Service Modifier and Type Class Description classEnversServiceImplProvides central access to Envers' configuration. -
Uses of Service in org.hibernate.event.service.internal
Classes in org.hibernate.event.service.internal that implement Service Modifier and Type Class Description classEventListenerRegistryImplStandard implementation of EventListenerRegistry -
Uses of Service in org.hibernate.event.service.spi
Subinterfaces of Service in org.hibernate.event.service.spi Modifier and Type Interface Description interfaceEventListenerRegistryService for accessing eachEventListenerGroupbyEventType, as well as convenience methods for managing the listeners registered in eachEventListenerGroup. -
Uses of Service in org.hibernate.event.spi
Subinterfaces of Service in org.hibernate.event.spi Modifier and Type Interface Description interfaceEntityCopyObserverFactory -
Uses of Service in org.hibernate.hikaricp.internal
Classes in org.hibernate.hikaricp.internal that implement Service Modifier and Type Class Description classHikariCPConnectionProviderHikariCP Connection provider for Hibernate. -
Uses of Service in org.hibernate.integrator.internal
Classes in org.hibernate.integrator.internal that implement Service Modifier and Type Class Description classIntegratorServiceImpl -
Uses of Service in org.hibernate.integrator.spi
Subinterfaces of Service in org.hibernate.integrator.spi Modifier and Type Interface Description interfaceIntegratorService -
Uses of Service in org.hibernate.persister.internal
Classes in org.hibernate.persister.internal that implement Service Modifier and Type Class Description classPersisterFactoryImplThe standard HibernatePersisterFactoryimplementationclassStandardPersisterClassResolver -
Uses of Service in org.hibernate.persister.spi
Subinterfaces of Service in org.hibernate.persister.spi Modifier and Type Interface Description interfacePersisterClassResolverGiven an entity or collection mapping, resolve the appropriate persister class to use.interfacePersisterFactoryContract for creating persister instances (bothEntityPersisterandCollectionPersistervarieties). -
Uses of Service in org.hibernate.property.access.internal
Classes in org.hibernate.property.access.internal that implement Service Modifier and Type Class Description classPropertyAccessStrategyResolverStandardImplStandard implementation of PropertyAccessStrategyResolver -
Uses of Service in org.hibernate.property.access.spi
Subinterfaces of Service in org.hibernate.property.access.spi Modifier and Type Interface Description interfacePropertyAccessStrategyResolverContract for resolving the PropertyAccessStrategy to use. -
Uses of Service in org.hibernate.proxool.internal
Classes in org.hibernate.proxool.internal that implement Service Modifier and Type Class Description classProxoolConnectionProviderA connection provider that uses a Proxool connection pool. -
Uses of Service in org.hibernate.resource.beans.internal
Classes in org.hibernate.resource.beans.internal that implement Service Modifier and Type Class Description classManagedBeanRegistryImplAbstract support (template pattern) for ManagedBeanRegistry implementations -
Uses of Service in org.hibernate.resource.beans.spi
Subinterfaces of Service in org.hibernate.resource.beans.spi Modifier and Type Interface Description interfaceManagedBeanRegistryA registry forManagedBeaninstances. -
Uses of Service in org.hibernate.resource.transaction.backend.jdbc.internal
Classes in org.hibernate.resource.transaction.backend.jdbc.internal that implement Service Modifier and Type Class Description classJdbcResourceLocalTransactionCoordinatorBuilderImplConcrete builder for resource-local TransactionCoordinator instances. -
Uses of Service in org.hibernate.resource.transaction.backend.jta.internal
Classes in org.hibernate.resource.transaction.backend.jta.internal that implement Service Modifier and Type Class Description classJtaTransactionCoordinatorBuilderImplConcrete builder for JTA-based TransactionCoordinator instances. -
Uses of Service in org.hibernate.resource.transaction.spi
Subinterfaces of Service in org.hibernate.resource.transaction.spi Modifier and Type Interface Description interfaceTransactionCoordinatorBuilderBuilder forTransactionCoordinatorinstances. -
Uses of Service in org.hibernate.service
Methods in org.hibernate.service with type parameters of type Service Modifier and Type Method Description <R extends Service>
RServiceRegistry. getService(Class<R> serviceRole)Retrieve a service by role.default <R extends Service>
RServiceRegistry. requireService(Class<R> serviceRole)Retrieve a service by role. -
Uses of Service in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement Service Modifier and Type Class Description classSessionFactoryServiceRegistryFactoryImplActs as a service in theStandardServiceRegistryImplwhose function is to act as a factory forSessionFactoryServiceRegistryImplimplementations.Methods in org.hibernate.service.internal with type parameters of type Service Modifier and Type Method Description <R extends Service>
SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilderImpl. addService(Class<R> serviceRole, R service)Adds a user-provided service.<R extends Service>
voidSessionFactoryServiceRegistryImpl. configureService(ServiceBinding<R> serviceBinding)protected <R extends Service>
RAbstractServiceRegistryImpl. createService(ServiceBinding<R> serviceBinding)protected <R extends Service>
voidAbstractServiceRegistryImpl. createServiceBinding(ProvidedService<R> providedService)protected <R extends Service>
voidAbstractServiceRegistryImpl. createServiceBinding(ServiceInitiator<R> initiator)<T extends Service>
TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole)static <T extends Service>
TAbstractServiceRegistryImpl. fromRegistryOrChildren(Class<T> serviceRole, ServiceRegistryImplementor serviceRegistry, Set<ServiceRegistryImplementor> childRegistries)<R extends Service>
RAbstractServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RSessionFactoryServiceRegistryImpl. getService(Class<R> serviceRole)<R extends Service>
RSessionFactoryServiceRegistryImpl. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidAbstractServiceRegistryImpl. injectDependencies(ServiceBinding<R> serviceBinding)<R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole)protected <R extends Service>
ServiceBinding<R>AbstractServiceRegistryImpl. locateServiceBinding(Class<R> serviceRole, boolean checkParent)protected <R extends Service>
voidAbstractServiceRegistryImpl. registerService(ServiceBinding<R> serviceBinding, R service)<R extends Service>
voidAbstractServiceRegistryImpl. startService(ServiceBinding<R> serviceBinding)<R extends Service>
voidAbstractServiceRegistryImpl. stopService(ServiceBinding<R> binding) -
Uses of Service in org.hibernate.service.spi
Classes in org.hibernate.service.spi with type parameters of type Service Modifier and Type Class Description classServiceBinding<R extends Service>Models a binding for a particular serviceinterfaceServiceInitiator<R extends Service>Base contract for an initiator of a service.interfaceSessionFactoryServiceInitiator<R extends Service>Contract for an initiator of services that target the specialized service registrySessionFactoryServiceRegistrySubinterfaces of Service in org.hibernate.service.spi Modifier and Type Interface Description interfaceSessionFactoryServiceRegistryFactoryContract for builder ofSessionFactoryServiceRegistryinstances.Methods in org.hibernate.service.spi with type parameters of type Service Modifier and Type Method Description <R extends Service>
SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilder. addService(Class<R> serviceRole, R service)<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. configureService(ServiceBinding<R> binding)<T extends Service>
TServiceRegistryImplementor. fromRegistryOrChildren(Class<T> serviceRole)<R extends Service>
RServiceBinding.ServiceLifecycleOwner. initiateService(ServiceInitiator<R> serviceInitiator)<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. injectDependencies(ServiceBinding<R> binding)<R extends Service>
ServiceBinding<R>ServiceRegistryImplementor. locateServiceBinding(Class<R> serviceRole)Locate the binding for the given role.<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. startService(ServiceBinding<R> binding)<R extends Service>
voidServiceBinding.ServiceLifecycleOwner. stopService(ServiceBinding<R> binding) -
Uses of Service in org.hibernate.spatial.integration
Classes in org.hibernate.spatial.integration that implement Service Modifier and Type Class Description classSpatialServiceCentral service for spatial integration -
Uses of Service in org.hibernate.stat.internal
Classes in org.hibernate.stat.internal that implement Service Modifier and Type Class Description classStatisticsImplImplementation ofStatisticsbased on thejava.util.concurrentpackage. -
Uses of Service in org.hibernate.stat.spi
Subinterfaces of Service in org.hibernate.stat.spi Modifier and Type Interface Description interfaceStatisticsImplementorStatistics SPI for the Hibernate core. -
Uses of Service in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement Service Modifier and Type Class Description classBasicTestingJdbcServiceImplImplementation of theJdbcServicescontract for use by tests.classClassLoaderServiceTestingImplclassDialectFactoryTestingImplclassExtraJavaServicesClassLoaderService -
Uses of Service in org.hibernate.testing.cache
Classes in org.hibernate.testing.cache that implement Service Modifier and Type Class Description classCachingRegionFactory -
Uses of Service in org.hibernate.testing.jdbc
Classes in org.hibernate.testing.jdbc that implement Service Modifier and Type Class Description classConnectionProviderDelegateThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties.classSharedDriverManagerConnectionProviderImplA special connection provider that is shared across test runs for better performance.classSQLServerSnapshotIsolationConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server. -
Uses of Service in org.hibernate.testing.jta
Classes in org.hibernate.testing.jta that implement Service Modifier and Type Class Description classJtaAwareConnectionProviderImplAConnectionProviderimplementation intended for testing Hibernate/JTA interaction.classTestingJtaPlatformImplA test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.classTestingJtaTransactionCoordinatorBuilder -
Uses of Service in org.hibernate.testing.orm.jdbc
Classes in org.hibernate.testing.orm.jdbc that implement Service Modifier and Type Class Description classPreparedStatementSpyConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlyingPreparedStatementmethod calls.classTimeZoneConnectionProviderThisConnectionProviderextends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets a default TimeZone which is different than the current default one. -
Uses of Service in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with type parameters of type Service Modifier and Type Method Description default <R,S extends Service>
RServiceRegistryScope. fromService(Class<S> role, Function<S,R> action)default <S extends Service>
voidServiceRegistryScope. withService(Class<S> role, Consumer<S> action)Methods in org.hibernate.testing.orm.junit that return types with arguments of type Service Modifier and Type Method Description Class<? extends Service>impl()Class<? extends Service>role() -
Uses of Service in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement Service Modifier and Type Class Description classHibernateSchemaManagementToolThe standard Hibernate implementation for performing schema management. -
Uses of Service in org.hibernate.tool.schema.internal.script
Classes in org.hibernate.tool.schema.internal.script that implement Service Modifier and Type Class Description classMultiLineSqlScriptExtractorClass responsible for extracting SQL statements from import script.classSingleLineSqlScriptExtractorClass responsible for extracting SQL statements from import script. -
Uses of Service in org.hibernate.tool.schema.spi
Subinterfaces of Service in org.hibernate.tool.schema.spi Modifier and Type Interface Description interfaceSchemaManagementToolContract for schema management tool integration.interfaceSqlScriptCommandExtractorContract for extracting statements from source/import/init scripts. -
Uses of Service in org.hibernate.vibur.internal
Classes in org.hibernate.vibur.internal that implement Service Modifier and Type Class Description classViburDBCPConnectionProviderViburDBCP connection provider for Hibernate integration.
-