Uses of Interface
org.hibernate.service.Service
-
-
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.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 parameters of type Service Modifier and Type Method Description StandardServiceRegistryBuilderStandardServiceRegistryBuilder. addService(java.lang.Class serviceRole, Service service)Adds a user-provided service. -
Uses of Service in org.hibernate.boot.registry.classloading.internal
Classes in org.hibernate.boot.registry.classloading.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Service Modifier and Type Class Description classorg.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl -
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.selector.spi
Subinterfaces of Service in org.hibernate.boot.registry.selector.spi Modifier and Type Interface Description 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.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.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.spi
Subinterfaces of Service in org.hibernate.cache.spi Modifier and Type Interface Description interfaceCacheImplementorSPI contract for Hibernate's second-level cache engineinterfaceRegionFactoryContract 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.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.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 with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Service Modifier and Type Class Description classorg.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl -
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.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.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.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.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.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.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.spi
Subinterfaces of Service in org.hibernate.engine.spi Modifier and Type Interface Description interfaceCacheImplementorDeprecated.Moved toCacheImplementor -
Uses of Service in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Service Modifier and Type Class Description classorg.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform -
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 interfaceJtaPlatformDefines how we interact with various JTA services on the given platform/environment.interfaceJtaPlatformResolverService for defining how to resolve or determine theJtaPlatformto use in configurations where the user did not explicitly specify one. -
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.hql.spi
Subinterfaces of Service in org.hibernate.hql.spi Modifier and Type Interface Description interfaceQueryTranslatorFactoryFacade for generation ofQueryTranslatorandFilterTranslatorinstances. -
Uses of Service in org.hibernate.id.factory.spi
Subinterfaces of Service in org.hibernate.id.factory.spi Modifier and Type Interface Description interfaceMutableIdentifierGeneratorFactoryLet people register strategies -
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.jmx.spi
Subinterfaces of Service in org.hibernate.jmx.spi Modifier and Type Interface Description interfaceJmxServiceDeprecated.Scheduled for removal in 6.0; see https://hibernate.atlassian.net/browse/HHH-14847 and https://hibernate.atlassian.net/browse/HHH-14846Method parameters in org.hibernate.jmx.spi with type arguments of type Service Modifier and Type Method Description voidJmxService. registerService(Manageable service, java.lang.Class<? extends Service> serviceRole)Deprecated.Handles registration of a manageable service. -
Uses of Service in org.hibernate.osgi
Classes in org.hibernate.osgi that implement Service Modifier and Type Class Description classOSGiClassLoaderServiceImplThe ClassLoaderService that should be used when running in OSGi; this helps for example to load the Services correctly.classOsgiJtaPlatformOffers the JTA Platform provided by the OSGi container. -
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.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.resource.beans.spi
Subinterfaces of Service in org.hibernate.resource.beans.spi Modifier and Type Interface Description interfaceManagedBeanRegistryA registry for ManagedBean 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 for TransactionCoordinator instances -
Uses of Service in org.hibernate.secure.spi
Subinterfaces of Service in org.hibernate.secure.spi Modifier and Type Interface Description interfaceJaccServiceDeprecated.Support for JACC will be removed in 6.0 -
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(java.lang.Class<R> serviceRole)Retrieve a service by role.default <R extends Service>
RServiceRegistry. requireService(java.lang.Class<R> serviceRole)Retrieve a service by role. -
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>
voidServiceBinding.ServiceLifecycleOwner. configureService(ServiceBinding<R> binding)<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(java.lang.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)Methods in org.hibernate.service.spi with parameters of type Service Modifier and Type Method Description SessionFactoryServiceRegistryBuilderSessionFactoryServiceRegistryBuilder. addService(java.lang.Class serviceRole, Service service) -
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.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. -
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(java.lang.Class<S> role, java.util.function.Function<S,R> action)default <S extends Service>
voidServiceRegistryScope. withService(java.lang.Class<S> role, java.util.function.Consumer<S> action)Methods in org.hibernate.testing.orm.junit that return types with arguments of type Service Modifier and Type Method Description java.lang.Class<? extends Service>impl()java.lang.Class<? extends Service>role() -
Uses of Service in org.hibernate.tool.hbm2ddl
Subinterfaces of Service in org.hibernate.tool.hbm2ddl Modifier and Type Interface Description interfaceImportSqlCommandExtractorContract for extracting statements from source/import/init scripts.Classes in org.hibernate.tool.hbm2ddl that implement Service Modifier and Type Class Description classMultipleLinesSqlCommandExtractorClass responsible for extracting SQL statements from import script.classSingleLineSqlCommandExtractorClass 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.
-