Uses of Interface
org.hibernate.service.ServiceRegistry
-
-
Uses of ServiceRegistry in org.hibernate.boot
Methods in org.hibernate.boot that return ServiceRegistry Modifier and Type Method Description ServiceRegistryMetadataSources. getServiceRegistry()Methods in org.hibernate.boot with parameters of type ServiceRegistry Modifier and Type Method Description protected static booleanMetadataSources. isExpectedServiceRegistryType(ServiceRegistry serviceRegistry)Constructors in org.hibernate.boot with parameters of type ServiceRegistry Constructor Description MetadataSources(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 ServiceRegistry Constructor Description ClassLoaderAccessImpl(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 Constructor Description MappingBinder(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return ServiceRegistry Modifier and Type Method Description ServiceRegistryFunctionContributions. getServiceRegistry()Methods in org.hibernate.boot.model with parameters of type ServiceRegistry Modifier and Type Method Description voidTypeContributor. 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 Modifier and Type Method Description ServiceRegistryDatabase. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.boot.registry
Subinterfaces of ServiceRegistry in org.hibernate.boot.registry Modifier and Type Interface Description interfaceBootstrapServiceRegistryProvides the most basic services such as class loading.interfaceStandardServiceRegistrySpecialization of theServiceRegistrycontract mainly for type safety.Methods in org.hibernate.boot.registry with parameters of type ServiceRegistry Modifier and Type Method Description static 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 ServiceRegistry Modifier and Type Class Description classBootstrapServiceRegistryImplServiceRegistryimplementation containing specialized "bootstrap" services, specifically:ClassLoaderServiceIntegratorServiceStrategySelectorclassStandardServiceRegistryImplStandard Hibernate implementation of the standard service registry.Methods in org.hibernate.boot.registry.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryBootstrapServiceRegistryImpl. getParentServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.boot.spi
Constructors in org.hibernate.boot.spi with parameters of type ServiceRegistry Constructor Description XmlMappingBinderAccess(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 ServiceRegistry Modifier and Type Method Description SessionFactoryConfiguration. 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 ServiceRegistry Modifier and Type Method Description voidAbstractHANADialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidCockroachDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDB2Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDerbyDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Allows the Dialect to contribute additional typesvoidH2Dialect. 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)protected voidAbstractHANADialect. registerColumnTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)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().protected voidH2Dialect. 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.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return ServiceRegistry Modifier and Type Method Description protected ServiceRegistryAbstractJtaPlatform. serviceRegistry() -
Uses of ServiceRegistry in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryEnversMetadataBuildingContextImpl. getServiceRegistry()ServiceRegistryEnversService. getServiceRegistry()ServiceRegistryEnversServiceImpl. getServiceRegistry()Methods in org.hibernate.envers.boot.internal with parameters of type ServiceRegistry Modifier and Type Method Description voidTypeContributorImpl. contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi that return ServiceRegistry Modifier and Type Method Description ServiceRegistryEnversMetadataBuildingContext. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.envers.internal.entities.mapper
Methods in org.hibernate.envers.internal.entities.mapper with parameters of type ServiceRegistry Modifier and Type Method Description protected 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 ServiceRegistry Modifier and Type Method Description ServiceRegistryAbstractIdMapper. getServiceRegistry()ServiceRegistryIdMapper. getServiceRegistry()Constructors in org.hibernate.envers.internal.entities.mapper.id with parameters of type ServiceRegistry Constructor Description AbstractCompositeIdMapper(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 ServiceRegistry Constructor Description AbstractOneToOneMapper(String entityName, String referencedEntityName, PropertyData propertyData, ServiceRegistry serviceRegistry)AbstractToOneMapper(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 ServiceRegistry Constructor Description DefaultRevisionInfoGenerator(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 ServiceRegistry Modifier and Type Method Description static 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.id
Methods in org.hibernate.id that return ServiceRegistry Modifier and Type Method Description ServiceRegistryExportableColumn.ValueImpl. getServiceRegistry()Methods in org.hibernate.id with parameters of type ServiceRegistry Modifier and Type Method Description voidAssigned. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidConfigurable. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Deprecated.Configure this instance, given the value of parameters specified by the user as<param>elements.voidForeignGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)default voidIdentifierGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Configure this instance, given the value of parameters specified by the user as<param>elements.voidIncrementGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidSelectGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidUUIDGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)Deprecated.voidUUIDHexGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type ServiceRegistry Modifier and Type Method Description voidSequenceStyleGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)voidTableGenerator. configure(Type type, Properties params, ServiceRegistry serviceRegistry)protected QualifiedNameTableGenerator. determineGeneratorTableName(Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)Determine the table name to use for the generator values.QualifiedNameImplicitDatabaseObjectNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)Determine the implicit name for an identifier-generator sequenceQualifiedNameLegacyNamingStrategy. 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.QualifiedNameSingleNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameStandardNamingStrategy. determineSequenceName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameImplicitDatabaseObjectNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)Determine the implicit name for an identifier-generator tableQualifiedNameLegacyNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameSingleNamingStrategy. determineTableName(Identifier catalogName, Identifier schemaName, Map<?,?> configValues, ServiceRegistry serviceRegistry)QualifiedNameStandardNamingStrategy. 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 ServiceRegistry Modifier and Type Method Description IdentifierGeneratorAutoGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)IdentifierGeneratorIdentityGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)IdentifierGeneratorSequenceGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)IdentifierGeneratorTableGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)IdentifierGeneratorUUIDGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)Constructors in org.hibernate.id.factory.internal with parameters of type ServiceRegistry Constructor Description StandardIdentifierGeneratorFactory(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 that return ServiceRegistry Modifier and Type Method Description ServiceRegistryCustomIdGeneratorCreationContext. getServiceRegistry()Methods in org.hibernate.id.factory.spi with parameters of type ServiceRegistry Modifier and Type Method Description IdentifierGeneratorGenerationTypeStrategy. createIdentifierGenerator(jakarta.persistence.GenerationType generationType, String generatorName, JavaType<?> javaType, Properties config, GeneratorDefinitionResolver definitionResolver, ServiceRegistry serviceRegistry)voidGenerationTypeStrategyRegistration. registerStrategies(BiConsumer<jakarta.persistence.GenerationType,GenerationTypeStrategy> registry, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.internal
Methods in org.hibernate.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryJdbcSessionContextImpl. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.jpa.event.internal
Methods in org.hibernate.jpa.event.internal with parameters of type ServiceRegistry Modifier and Type Method Description static CallbackRegistryImplementorCallbacksFactory. buildCallbackRegistry(SessionFactoryOptions options, ServiceRegistry serviceRegistry, Collection<PersistentClass> entityBindings) -
Uses of ServiceRegistry in org.hibernate.mapping
Methods in org.hibernate.mapping that return ServiceRegistry Modifier and Type Method Description ServiceRegistryCollection. getServiceRegistry()ServiceRegistryOneToMany. getServiceRegistry()ServiceRegistryPersistentClass. getServiceRegistry()ServiceRegistrySimpleValue. getServiceRegistry()ServiceRegistryValue. getServiceRegistry()protected ServiceRegistryProperty. resolveServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return ServiceRegistry Modifier and Type Method Description default ServiceRegistryJpaMetamodel. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.property.access.internal
Constructors in org.hibernate.property.access.internal with parameters of type ServiceRegistry Constructor Description PropertyAccessStrategyResolverStandardImpl(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.query.spi
Constructors in org.hibernate.query.spi with parameters of type ServiceRegistry Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry)QueryEngine(String uuid, String name, JpaMetamodelImplementor jpaMetamodel, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, boolean useStrictJpaCompliance, NamedObjectRepository namedObjectRepository, NativeQueryInterpreter nativeQueryInterpreter, Dialect dialect, ServiceRegistry serviceRegistry)Simplified constructor mainly meant for Quarkus use -
Uses of ServiceRegistry in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return ServiceRegistry Modifier and Type Method Description ServiceRegistryNodeBuilder. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistrySqmCriteriaNodeBuilder. getServiceRegistry()Constructors in org.hibernate.query.sqm.internal with parameters of type ServiceRegistry Constructor Description SqmCriteriaNodeBuilder(String uuid, String name, boolean jpaComplianceEnabled, QueryEngine queryEngine, Supplier<JpaMetamodelImplementor> domainModelAccess, ServiceRegistry serviceRegistry, ValueHandlingMode criteriaValueHandlingMode) -
Uses of ServiceRegistry in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return ServiceRegistry Modifier and Type Method Description ServiceRegistryBaseSemanticQueryWalker. getServiceRegistry()default ServiceRegistrySqmCreationContext. getServiceRegistry()Access to the ServiceRegistry for the contextConstructors in org.hibernate.query.sqm.spi with parameters of type ServiceRegistry Constructor Description BaseSemanticQueryWalker(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.query.sqm.tree.jpa
Methods in org.hibernate.query.sqm.tree.jpa with parameters of type ServiceRegistry Modifier and Type Method Description static Set<SqmParameter<?>>ParameterCollector. collectParameters(SqmStatement<?> statement, Consumer<SqmParameter<?>> consumer, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.resource.beans.container.internal
Methods in org.hibernate.resource.beans.container.internal with parameters of type ServiceRegistry Modifier and Type Method Description static 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 ServiceRegistry Modifier and Type Method Description booleanHelper. shouldIgnoreBeanContainer(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return ServiceRegistry Modifier and Type Method Description ServiceRegistryJdbcSessionContext. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.service
Methods in org.hibernate.service that return ServiceRegistry Modifier and Type Method Description ServiceRegistryServiceRegistry. getParentServiceRegistry()Retrieve this registry's parent registry. -
Uses of ServiceRegistry in org.hibernate.service.internal
Classes in org.hibernate.service.internal that implement ServiceRegistry Modifier and Type Class Description classAbstractServiceRegistryImplBasic implementation of the ServiceRegistry and ServiceRegistryImplementor contractsclassSessionFactoryServiceRegistryImplMethods in org.hibernate.service.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryAbstractServiceRegistryImpl. getParentServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.service.spi
Subinterfaces of ServiceRegistry in org.hibernate.service.spi Modifier and Type Interface Description interfaceServiceRegistryImplementorAdditional integration contracts for a service registry.interfaceSessionFactoryServiceRegistrySpecializedServiceRegistryimplementation that holds services which need access to theSessionFactoryduring initialization. -
Uses of ServiceRegistry in org.hibernate.spatial.contributor
Methods in org.hibernate.spatial.contributor that return ServiceRegistry Modifier and Type Method Description ServiceRegistryContributorImplementor. getServiceRegistry()Methods in org.hibernate.spatial.contributor with parameters of type ServiceRegistry Modifier and Type Method Description voidSpatialTypeContributor. contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb that return ServiceRegistry Modifier and Type Method Description ServiceRegistryCockroachDbContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.cockroachdb with parameters of type ServiceRegistry Constructor Description CockroachDbContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.h2gis
Methods in org.hibernate.spatial.dialect.h2gis that return ServiceRegistry Modifier and Type Method Description ServiceRegistryH2GisDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.h2gis with parameters of type ServiceRegistry Constructor Description H2GisDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb that return ServiceRegistry Modifier and Type Method Description ServiceRegistryMariaDBDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.mariadb with parameters of type ServiceRegistry Constructor Description MariaDBDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql that return ServiceRegistry Modifier and Type Method Description ServiceRegistryMySQLDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.mysql with parameters of type ServiceRegistry Constructor Description MySQLDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle that return ServiceRegistry Modifier and Type Method Description ServiceRegistryOracleDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.oracle with parameters of type ServiceRegistry Constructor Description OracleDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis that return ServiceRegistry Modifier and Type Method Description ServiceRegistryPostgisDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.postgis with parameters of type ServiceRegistry Constructor Description PostgisDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver that return ServiceRegistry Modifier and Type Method Description ServiceRegistrySqlServerDialectContributor. getServiceRegistry()Constructors in org.hibernate.spatial.dialect.sqlserver with parameters of type ServiceRegistry Constructor Description SqlServerDialectContributor(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi that return ServiceRegistry Modifier and Type Method Description ServiceRegistrySqlAstCreationContext. getServiceRegistry()Access to Services -
Uses of ServiceRegistry in org.hibernate.testing
Methods in org.hibernate.testing with parameters of type ServiceRegistry Modifier and Type Method Description static voidServiceRegistryBuilder. destroy(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement ServiceRegistry Modifier and Type Class Description classServiceRegistryTestingImplServiceRegistry useful in testingConstructors in org.hibernate.testing.boot with parameters of type ServiceRegistry Constructor Description JdbcConnectionAccessImpl(ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.testing.schema
Methods in org.hibernate.testing.schema with parameters of type ServiceRegistry Modifier and Type Method Description static voidSchemaCreateHelper. create(Metadata metadata, ServiceRegistry serviceRegistry)static voidSchemaCreateHelper. createOnly(Metadata metadata, ServiceRegistry serviceRegistry)static voidSchemaDropHelper. drop(Metadata metadata, ServiceRegistry serviceRegistry)static voidSchemaUpdateHelper. update(Metadata metadata, ServiceRegistry serviceRegistry)static voidSchemaValidateHelper. validate(Metadata metadata, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.testing.transaction
Methods in org.hibernate.testing.transaction with parameters of type ServiceRegistry Modifier and Type Method Description static <T> TTransactionUtil. doWithJDBC(ServiceRegistry serviceRegistry, TransactionUtil.JDBCTransactionFunction<T> function)static voidTransactionUtil. doWithJDBC(ServiceRegistry serviceRegistry, TransactionUtil.JDBCTransactionVoidFunction function) -
Uses of ServiceRegistry in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryExtractionContextImpl. getServiceRegistry()Constructors in org.hibernate.tool.schema.extract.internal with parameters of type ServiceRegistry Constructor Description DatabaseInformationImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, DdlTransactionIsolator ddlTransactionIsolator, SchemaManagementTool tool)ExtractionContextImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, 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 ServiceRegistry Modifier and Type Method Description ServiceRegistryExtractionContext.EmptyExtractionContext. getServiceRegistry()ServiceRegistryExtractionContext. getServiceRegistry() -
Uses of ServiceRegistry in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return ServiceRegistry Modifier and Type Method Description ServiceRegistryHibernateSchemaManagementTool. getServiceRegistry()ServiceRegistryHibernateSchemaManagementTool.JdbcContextImpl. getServiceRegistry()Methods in org.hibernate.tool.schema.internal with parameters of type ServiceRegistry Modifier and Type Method Description static DatabaseInformationHelper. buildDatabaseInformation(ServiceRegistry serviceRegistry, DdlTransactionIsolator ddlTransactionIsolator, SqlStringGenerationContext sqlStringGenerationContext, 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 ServiceRegistry Constructor Description SchemaCreatorImpl(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 ServiceRegistry Modifier and Type Method Description ServiceRegistryImprovedExtractionContextImpl. getServiceRegistry()ServiceRegistryJdbcContext. getServiceRegistry()Constructors in org.hibernate.tool.schema.internal.exec with parameters of type ServiceRegistry Constructor Description ImprovedExtractionContextImpl(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, 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 ServiceRegistry Modifier and Type Method Description ExtractionContextExtractionTool. createExtractionContext(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, 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 ServiceRegistry Modifier and Type Method Description ServiceRegistryTypeConfiguration. getServiceRegistry()Obtain the ServiceRegistry scoped to the TypeConfiguration.
-