Uses of Interface
org.hibernate.service.ServiceRegistry
Packages that use ServiceRegistry
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
Some SPIs related to DDL generation and schema management.
Defines service registry contracts a program may use for
configuring Hibernate.
The internals for building service registries.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
A range of container-specific implementations of
JtaPlatform.This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.Enhanced/improved versions of table and sequence based identifier generators
targeting portability and unified configuration.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate.Internal details of implementing support for JPA callbacks
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
Defines support for performing mutation operations against collections.
Contains various implementations of
PropertyAccessStrategy.SPI-level SQM contracts
An implementation of the bean container SPI based on CDI.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
Defines a framework for pluggable services,
allowing for customization of key components of Hibernate, and abstraction of these
components as SPI interfaces.
Implementation of the SPI for integrating pluggable services.
Defines an SPI for integrating pluggable services.
Package defining support for creating and consuming a SQL AST.
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
Support for exporting generated DDL to the database or to SQL scripts.
An SPI for tooling related to DDL generation, export, migration, and validation.
Defines a registry for Hibernate
Types.-
Uses of ServiceRegistry in org.hibernate.boot
Methods in org.hibernate.boot that return ServiceRegistryMethods in org.hibernate.boot with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected static booleanMetadataSources.isExpectedServiceRegistryType(ServiceRegistry serviceRegistry) Constructors in org.hibernate.boot with parameters of type ServiceRegistryModifierConstructorDescriptionMetadataSources(ServiceRegistry serviceRegistry) Create a new instance using the givenServiceRegistry.MetadataSources(ServiceRegistry serviceRegistry, XmlMappingBinderAccess xmlMappingBinderAccess) Create a new instance using the givenServiceRegistry. -
Uses of ServiceRegistry in org.hibernate.boot.internal
Constructors in org.hibernate.boot.internal with parameters of type ServiceRegistryModifierConstructorDescriptionClassLoaderAccessImpl(ClassLoader tempClassLoader, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.boot.jaxb.internal
Constructors in org.hibernate.boot.jaxb.internal with parameters of type ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return ServiceRegistryMethods in org.hibernate.boot.model with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTypeContributor.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Contribute types -
Uses of ServiceRegistry in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.boot.registry
Subinterfaces of ServiceRegistry in org.hibernate.boot.registryModifier and TypeInterfaceDescriptioninterfaceProvides the most basic services such as class loading.interfaceSpecialization of theServiceRegistrycontract mainly for type safety.Methods in org.hibernate.boot.registry with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic voidBootstrapServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry) Destroy a service registry.static voidStandardServiceRegistryBuilder.destroy(ServiceRegistry serviceRegistry) Destroy a service registry. -
Uses of ServiceRegistry in org.hibernate.boot.registry.internal
Classes in org.hibernate.boot.registry.internal that implement ServiceRegistryModifier and TypeClassDescriptionclassServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelectorclassStandard Hibernate implementation of the standard service registry.Methods in org.hibernate.boot.registry.internal that return ServiceRegistryModifier and TypeMethodDescription@Nullable ServiceRegistryBootstrapServiceRegistryImpl.getParentServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic booleanMetadataBuildingContext.isPreferJavaTimeJdbcTypesEnabled(ServiceRegistry serviceRegistry) static booleanMetadataBuildingContext.isPreferNativeEnumTypesEnabled(ServiceRegistry serviceRegistry) Constructors in org.hibernate.boot.spi with parameters of type ServiceRegistryModifierConstructorDescriptionXmlMappingBinderAccess(ServiceRegistry serviceRegistry) XmlMappingBinderAccess(ServiceRegistry serviceRegistry, Function<String, Object> configAccess) -
Uses of ServiceRegistry in org.hibernate.cfg
Methods in org.hibernate.cfg with parameters of type ServiceRegistryModifier and TypeMethodDescriptionConfiguration.buildSessionFactory(ServiceRegistry serviceRegistry) Create aSessionFactoryusing the properties and mappings in this configuration. -
Uses of ServiceRegistry in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAbstractHANADialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.voidDialect.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDialectDelegateWrapper.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidCockroachDialect.contributeCockroachTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidPostgreSQLDialect.contributePostgreSQLTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Allow for extension points to override this onlyvoidAbstractHANADialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.voidCockroachDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDB2Dialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDerbyDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) A callback which allows theDialectto contribute types.voidDialectDelegateWrapper.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidH2Dialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidMariaDBDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidMySQLDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidOracleDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidPostgreSQLDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSQLServerDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSybaseASEDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) voidSybaseDialect.contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.createJdbcType(ServiceRegistry serviceRegistry, String className) static JdbcTypeConstructorOracleJdbcHelper.getArrayJdbcTypeConstructor(ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.getInetJdbcType(ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.getIntervalJdbcType(ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.getJsonbJdbcType(ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.getJsonJdbcType(ServiceRegistry serviceRegistry) static JdbcTypeConstructorOracleJdbcHelper.getNestedTableJdbcTypeConstructor(ServiceRegistry serviceRegistry) static JdbcTypeOracleJdbcHelper.getStructJdbcType(ServiceRegistry serviceRegistry) static JdbcTypePgJdbcHelper.getStructJdbcType(ServiceRegistry serviceRegistry) static booleanOracleJdbcHelper.isUsable(ServiceRegistry serviceRegistry) static booleanPgJdbcHelper.isUsable(ServiceRegistry serviceRegistry) protected voidAbstractHANADialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.protected voidCockroachDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDB2Dialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDerbyDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) Register ANSI-standard column types using the length limits defined byDialect.getMaxVarcharLength(),Dialect.getMaxNVarcharLength(), andDialect.getMaxVarbinaryLength().voidDialectDelegateWrapper.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidH2Dialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidMariaDBDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidMySQLDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidOracleDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidPostgreSQLDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidSQLServerDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) protected voidSybaseASEDialect.registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic booleanJdbcEnvironmentImpl.isMultiTenancyEnabled(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return ServiceRegistryModifier and TypeMethodDescriptionprotected ServiceRegistryAbstractJtaPlatform.serviceRegistry() -
Uses of ServiceRegistry in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ServiceRegistryModifier and TypeMethodDescriptionEnversMetadataBuildingContextImpl.getServiceRegistry()EnversService.getServiceRegistry()EnversServiceImpl.getServiceRegistry()Methods in org.hibernate.envers.boot.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidTypeContributorImpl.contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.envers.internal.entities.mapper
Methods in org.hibernate.envers.internal.entities.mapper with parameters of type ServiceRegistryModifier and TypeMethodDescriptionprotected voidAbstractMapper.getAndSetValue(PropertyData propertyData, Object source, Object destination, ServiceRegistry serviceRegistry) Gets the value from the source object and sets the value in the destination object.protected <T> TAbstractMapper.getValueFromObject(String propertyName, String accessType, Object object, ServiceRegistry serviceRegistry) Get a value from the specified object.protected <T> TAbstractMapper.getValueFromObject(PropertyData propertyData, Object object, ServiceRegistry serviceRegistry) Get a value from the specified object.protected voidAbstractMapper.setValueOnObject(PropertyData propertyData, Object object, Object value, ServiceRegistry serviceRegistry) Set the specified value on the object. -
Uses of ServiceRegistry in org.hibernate.envers.internal.entities.mapper.id
Methods in org.hibernate.envers.internal.entities.mapper.id that return ServiceRegistryModifier and TypeMethodDescriptionAbstractIdMapper.getServiceRegistry()IdMapper.getServiceRegistry()Constructors in org.hibernate.envers.internal.entities.mapper.id with parameters of type ServiceRegistryModifierConstructorDescriptionprotectedAbstractCompositeIdMapper(Class<?> compositeIdClass, ServiceRegistry serviceRegistry) AbstractIdMapper(ServiceRegistry serviceRegistry) SingleIdMapper(ServiceRegistry serviceRegistry) SingleIdMapper(ServiceRegistry serviceRegistry, PropertyData propertyData) VirtualEntitySingleIdMapper(ServiceRegistry serviceRegistry, PropertyData propertyData) -
Uses of ServiceRegistry in org.hibernate.envers.internal.entities.mapper.relation
Constructors in org.hibernate.envers.internal.entities.mapper.relation with parameters of type ServiceRegistryModifierConstructorDescriptionprotectedAbstractOneToOneMapper(String entityName, String referencedEntityName, PropertyData propertyData, ServiceRegistry serviceRegistry) protectedAbstractToOneMapper(ServiceRegistry serviceRegistry, PropertyData propertyData) OneToOneNotOwningMapper(String notOwningEntityName, String owningEntityName, String owningReferencePropertyName, PropertyData propertyData, ServiceRegistry serviceRegistry) OneToOnePrimaryKeyJoinColumnMapper(String entityName, String referencedEntityName, PropertyData propertyData, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.envers.internal.revisioninfo
Constructors in org.hibernate.envers.internal.revisioninfo with parameters of type ServiceRegistryModifierConstructorDescriptionDefaultRevisionInfoGenerator(String revisionInfoEntityName, Class<?> revisionInfoClass, Class<? extends RevisionListener> listenerClass, RevisionTimestampValueResolver timestampValueResolver, ServiceRegistry serviceRegistry) DefaultTrackingModifiedEntitiesRevisionInfoGenerator(String revisionInfoEntityName, Class<?> revisionInfoClass, Class<? extends RevisionListener> listenerClass, RevisionTimestampValueResolver timestampValueResolver, PropertyData modifiedEntityNamesData, ServiceRegistry serviceRegistry) ModifiedEntityNamesReader(Class<?> revisionInfoClass, PropertyData modifiedEntityNamesData, ServiceRegistry serviceRegistry) RevisionInfoNumberReader(Class<?> revisionInfoClass, PropertyData revisionInfoIdData, ServiceRegistry serviceRegistry, RevisionInfoGenerator generator) RevisionTimestampValueResolver(Class<?> revisionInfoClass, RevisionTimestampData timestampData, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic GetterReflectionTools.getGetter(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry) static GetterReflectionTools.getGetter(Class cls, PropertyData propertyData, ServiceRegistry serviceRegistry) static SetterReflectionTools.getSetter(Class cls, String propertyName, String accessorType, ServiceRegistry serviceRegistry) static SetterReflectionTools.getSetter(Class cls, PropertyData propertyData, ServiceRegistry serviceRegistry) static Class<?>ReflectionTools.getType(Class cls, PropertyData propertyData, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.generator
Methods in org.hibernate.generator that return ServiceRegistryModifier and TypeMethodDescriptionGeneratorCreationContext.getServiceRegistry()Access to available services. -
Uses of ServiceRegistry in org.hibernate.id
Methods in org.hibernate.id that return ServiceRegistryMethods in org.hibernate.id with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidAssigned.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) voidConfigurable.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Configure this instance, given the value of parameters specified by the user as XML<param>elements and@Parameterannotations.voidForeignGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Deprecated, for removal: This API element is subject to removal in a future version.default voidIdentifierGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Configure this instance, given the value of parameters specified by the user as<param>elements.voidIncrementGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) default voidPostInsertIdentifierGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Noop default implementation.voidSelectGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) voidUUIDGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Deprecated.voidUUIDHexGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) Deprecated. -
Uses of ServiceRegistry in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type ServiceRegistryModifier and TypeMethodDescriptionvoidSequenceStyleGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) voidTableGenerator.configure(Type type, Properties parameters, ServiceRegistry serviceRegistry) protected QualifiedNameTableGenerator.determineGeneratorTableName(Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry) Determine the table name to use for the generator values.ImplicitDatabaseObjectNamingStrategy.determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) Determine the implicit name for an identifier-generator sequenceLegacyNamingStrategy.determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) protected QualifiedNameSequenceStyleGenerator.determineSequenceName(Properties params, Dialect dialect, JdbcEnvironment jdbcEnv, ServiceRegistry serviceRegistry) Determine the name of the sequence (or table if this resolves to a physical table) to use.SingleNamingStrategy.determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) StandardNamingStrategy.determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) ImplicitDatabaseObjectNamingStrategy.determineTableName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) Determine the implicit name for an identifier-generator tableLegacyNamingStrategy.determineTableName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) SingleNamingStrategy.determineTableName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) StandardNamingStrategy.determineTableName(Identifier catalogName, Identifier schemaName, Map<?, ?> configValues, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionAutoGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) IdentityGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) SequenceGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) TableGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) UUIDGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) Constructors in org.hibernate.id.factory.internal with parameters of type ServiceRegistryModifierConstructorDescriptionStandardIdentifierGeneratorFactory(ServiceRegistry serviceRegistry) Constructs a new factoryStandardIdentifierGeneratorFactory(ServiceRegistry serviceRegistry, boolean ignoreBeanContainer) Constructs a new factory, explicitly controlling whether to use CDI or not -
Uses of ServiceRegistry in org.hibernate.id.factory.spi
Methods in org.hibernate.id.factory.spi with parameters of type ServiceRegistryModifier and TypeMethodDescriptionGenerationTypeStrategy.createIdentifierGenerator(GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry) voidGenerationTypeStrategyRegistration.registerStrategies(BiConsumer<GenerationType, GenerationTypeStrategy> registry, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.internal
Methods in org.hibernate.internal that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic CallbackRegistryCallbacksFactory.buildCallbackRegistry(SessionFactoryOptions options, ServiceRegistry serviceRegistry, Collection<PersistentClass> entityBindings) -
Uses of ServiceRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping that return ServiceRegistryModifier and TypeMethodDescriptionCollection.getServiceRegistry()OneToMany.getServiceRegistry()PersistentClass.getServiceRegistry()SimpleValue.getServiceRegistry()Value.getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic <O,R> EmbeddableDiscriminatorConverter<O, R> EmbeddableDiscriminatorConverter.fromValueMappings(String discriminatedType, JavaType<O> domainJavaType, BasicType<R> underlyingJdbcMapping, Map<Object, String> valueMappings, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return ServiceRegistryModifier and TypeMethodDescriptionJpaMetamodelImpl.getServiceRegistry()MappingMetamodelImpl.getServiceRegistry()Constructors in org.hibernate.metamodel.model.domain.internal with parameters of type ServiceRegistryModifierConstructorDescriptionJpaMetamodelImpl(TypeConfiguration typeConfiguration, MappingMetamodel mappingMetamodel, ServiceRegistry serviceRegistry) MappingMetamodelImpl(TypeConfiguration typeConfiguration, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.persister.collection.mutation
Constructors in org.hibernate.persister.collection.mutation with parameters of type ServiceRegistryModifierConstructorDescriptionDeleteRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, boolean deleteByIndex, ServiceRegistry serviceRegistry) InsertRowsCoordinatorStandard(CollectionMutationTarget mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) InsertRowsCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, RowMutationOperations rowMutationOperations, ServiceRegistry serviceRegistry) RemoveCoordinatorStandard(CollectionMutationTarget mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry) Creates the coordinator.RemoveCoordinatorTablePerSubclass(OneToManyPersister mutationTarget, OperationProducer operationProducer, ServiceRegistry serviceRegistry) Creates the coordinator. -
Uses of ServiceRegistry in org.hibernate.property.access.internal
Constructors in org.hibernate.property.access.internal with parameters of type ServiceRegistryModifierConstructorDescriptionPropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return ServiceRegistryModifier and TypeMethodDescriptiondefault ServiceRegistrySqmCreationContext.getServiceRegistry()Access to the ServiceRegistry for the context -
Uses of ServiceRegistry in org.hibernate.resource.beans.container.internal
Methods in org.hibernate.resource.beans.container.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic BeanContainerCdiBeanContainerBuilder.fromBeanManagerReference(Object beanManagerRef, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.resource.beans.internal
Methods in org.hibernate.resource.beans.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic booleanHelper.allowExtensionsInCdi(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionHibernateOrmUtils.getServiceOrEmpty(ServiceRegistry serviceRegistry, Class<T> serviceClass) static <T extends Service>
THibernateOrmUtils.getServiceOrFail(ServiceRegistry serviceRegistry, Class<T> serviceClass) -
Uses of ServiceRegistry in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic HibernateOrmMappingInitiatorHibernateOrmMappingInitiator.create(Metadata metadata, org.jboss.jandex.IndexView jandexIndex, ReflectionManager reflectionManager, ValueHandleFactory valueHandleFactory, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.service
Methods in org.hibernate.service that return ServiceRegistryModifier and TypeMethodDescription@Nullable ServiceRegistryServiceRegistry.getParentServiceRegistry()Retrieve this registry's parent registry. -
Uses of ServiceRegistry in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceRegistryModifier and TypeClassDescriptionclassBasic implementation of theServiceRegistryandServiceRegistryImplementorcontracts.classMethods in org.hibernate.service.internal that return ServiceRegistryModifier and TypeMethodDescription@Nullable ServiceRegistryAbstractServiceRegistryImpl.getParentServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.service.spi
Subinterfaces of ServiceRegistry in org.hibernate.service.spiModifier and TypeInterfaceDescriptioninterfaceAdditional integration contracts for a service registry.interfaceSpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization. -
Uses of ServiceRegistry in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return ServiceRegistry -
Uses of ServiceRegistry in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return ServiceRegistryConstructors in org.hibernate.tool.schema.extract.internal with parameters of type ServiceRegistryModifierConstructorDescriptionDatabaseInformationImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, DdlTransactionIsolator ddlTransactionIsolator, SchemaManagementTool tool) ExtractionContextImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, JdbcConnectionAccess jdbcConnectionAccess, ExtractionContext.DatabaseObjectAccess registeredTableAccess) -
Uses of ServiceRegistry in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return ServiceRegistryModifier and TypeMethodDescriptionExtractionContext.EmptyExtractionContext.getServiceRegistry()ExtractionContext.getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return ServiceRegistryModifier and TypeMethodDescriptionHibernateSchemaManagementTool.getServiceRegistry()HibernateSchemaManagementTool.JdbcContextImpl.getServiceRegistry()Methods in org.hibernate.tool.schema.internal with parameters of type ServiceRegistryModifier and TypeMethodDescriptionstatic DatabaseInformationHelper.buildDatabaseInformation(ServiceRegistry serviceRegistry, DdlTransactionIsolator ddlTransactionIsolator, SqlStringGenerationContext context, SchemaManagementTool tool) voidSchemaCreatorImpl.doCreation(Metadata metadata, ServiceRegistry serviceRegistry, Map<String, Object> settings, boolean manageNamespaces, GenerationTarget... targets) Intended for use from testsvoidSchemaDropperImpl.doDrop(Metadata metadata, ServiceRegistry serviceRegistry, Map<String, Object> settings, boolean manageNamespaces, GenerationTarget... targets) For testsConstructors in org.hibernate.tool.schema.internal with parameters of type ServiceRegistryModifierConstructorDescriptionSchemaCreatorImpl(ServiceRegistry serviceRegistry) SchemaCreatorImpl(ServiceRegistry serviceRegistry, SchemaFilter schemaFilter) SchemaDropperImpl(ServiceRegistry serviceRegistry) SchemaDropperImpl(ServiceRegistry serviceRegistry, SchemaFilter schemaFilter) -
Uses of ServiceRegistry in org.hibernate.tool.schema.internal.exec
Methods in org.hibernate.tool.schema.internal.exec that return ServiceRegistryModifier and TypeMethodDescriptionImprovedExtractionContextImpl.getServiceRegistry()JdbcContext.getServiceRegistry()Constructors in org.hibernate.tool.schema.internal.exec with parameters of type ServiceRegistryModifierConstructorDescriptionImprovedExtractionContextImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, DdlTransactionIsolator ddlTransactionIsolator, ExtractionContext.DatabaseObjectAccess databaseObjectAccess) -
Uses of ServiceRegistry in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type ServiceRegistryModifier and TypeMethodDescriptionExtractionTool.createExtractionContext(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext context, DdlTransactionIsolator ddlTransactionIsolator, ExtractionContext.DatabaseObjectAccess databaseObjectAccess) voidDelayedDropAction.perform(ServiceRegistry serviceRegistry) Perform the delayed schema drop.static voidSchemaManagementToolCoordinator.process(Metadata metadata, ServiceRegistry serviceRegistry, Map<String, Object> configurationValues, DelayedDropRegistry delayedDropRegistry) -
Uses of ServiceRegistry in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return ServiceRegistryModifier and TypeMethodDescriptionTypeConfiguration.getServiceRegistry()Deprecated.This simply isn't a very sensible place to hang theServiceRegistry
JdbcSessionContext.getJdbcServices()