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 metadata sources using the specified service registry.MetadataSources(ServiceRegistry serviceRegistry, boolean disableXmlMappingBinders)Consider this an SPI, used by Quarkus -
Uses of ServiceRegistry in org.hibernate.boot.model
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 needed.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 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 ServiceRegistry Modifier and Type Class Description classorg.hibernate.boot.registry.internal.StandardServiceRegistryImpl -
Uses of ServiceRegistry in org.hibernate.boot.spi
Constructors in org.hibernate.boot.spi with parameters of type ServiceRegistry Constructor Description XmlMappingBinderAccess(ServiceRegistry serviceRegistry) -
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)voidCockroachDB192Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Allows the Dialect to contribute additional typesvoidOracle12cDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgreSQL82Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc with parameters of type ServiceRegistry Modifier and Type Method Description static java.sql.ResultSetResultSetWrapperProxy. generateProxy(java.sql.ResultSet resultSet, ColumnNameCache columnNameCache, ServiceRegistry serviceRegistry)Deprecated.Generates a proxy wrapping the ResultSet. -
Uses of ServiceRegistry in org.hibernate.envers.strategy.spi
Methods in org.hibernate.envers.strategy.spi with parameters of type ServiceRegistry Modifier and Type Method Description default voidAuditStrategy. postInitialize(java.lang.Class<?> revisionInfoClass, org.hibernate.envers.internal.entities.PropertyData timestampData, ServiceRegistry serviceRegistry)Performs post initialization of the audit strategy implementation. -
Uses of ServiceRegistry in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type ServiceRegistry Modifier and Type Method Description voidIdTableHelper. executeIdTableCreationStatements(java.util.List<java.lang.String> creationStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)voidIdTableHelper. executeIdTableDropStatements(java.lang.String[] dropStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)DdlTransactionIsolatorIdTableHelper. getDdlTransactionIsolator(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, 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, java.util.Properties params, ServiceRegistry serviceRegistry)voidConfigurable. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.Configure this instance, given the value of parameters specified by the user as <param> elements.voidForeignGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)default voidIdentifierGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Configure this instance, given the value of parameters specified by the user as <param> elements.voidIncrementGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidMultipleHiLoPerTableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSelectGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidSequenceGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSequenceHiLoGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidSequenceIdentityGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)Deprecated.voidUUIDGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)voidUUIDHexGenerator. configure(Type type, java.util.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, java.util.Properties params, ServiceRegistry serviceRegistry)voidTableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)protected QualifiedNameTableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)Determine the table name to use for the generator values.protected QualifiedNameSequenceStyleGenerator. determineSequenceName(java.util.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. -
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.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 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 ServiceRegistry Modifier and Type Class Description classorg.hibernate.service.internal.AbstractServiceRegistryImpl -
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.dialect.cockroachdb
Methods in org.hibernate.spatial.dialect.cockroachdb with parameters of type ServiceRegistry Modifier and Type Method Description voidCockroachDB202SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidCockroachDBSpatialSupport. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)default voidCockroachSpatialDialectTrait. delegateContributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.db2
Methods in org.hibernate.spatial.dialect.db2 with parameters of type ServiceRegistry Modifier and Type Method Description voidDB2SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.h2geodb
Methods in org.hibernate.spatial.dialect.h2geodb with parameters of type ServiceRegistry Modifier and Type Method Description voidGeoDBDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.hana
Methods in org.hibernate.spatial.dialect.hana with parameters of type ServiceRegistry Modifier and Type Method Description voidHANASpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.mariadb
Methods in org.hibernate.spatial.dialect.mariadb with parameters of type ServiceRegistry Modifier and Type Method Description voidMariaDB103SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)default voidMariaDBSpatialDialectTrait. delegateContributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.mysql
Methods in org.hibernate.spatial.dialect.mysql with parameters of type ServiceRegistry Modifier and Type Method Description voidMySQL56SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Allows the Dialect to contribute additional typesvoidMySQL5SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidMySQL8SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidMySQLSpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.oracle
Methods in org.hibernate.spatial.dialect.oracle with parameters of type ServiceRegistry Modifier and Type Method Description voidOracleSpatial10gDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidOracleSpatialSDO10gDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.postgis
Methods in org.hibernate.spatial.dialect.postgis with parameters of type ServiceRegistry Modifier and Type Method Description voidPostgisPG10Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG82Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG91Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG92Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG93Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG94Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG95Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisPG9Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisSupport. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidPostgisSupport. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry, SqlTypeDescriptor wkbType) -
Uses of ServiceRegistry in org.hibernate.spatial.dialect.sqlserver
Methods in org.hibernate.spatial.dialect.sqlserver with parameters of type ServiceRegistry Modifier and Type Method Description voidSqlServer2008SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)voidSqlServer2012SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry) -
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.hbm2ddl
Methods in org.hibernate.tool.hbm2ddl with parameters of type ServiceRegistry Modifier and Type Method Description static TargetDescriptorSchemaExport. buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes, java.lang.String outputFile, boolean append, ServiceRegistry serviceRegistry)static TargetDescriptorSchemaExport. buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes, java.lang.String outputFile, ServiceRegistry serviceRegistry)voidSchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, TargetDescriptor targetDescriptor)voidSchemaExport. execute(java.util.EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaUpdate. execute(java.util.EnumSet<TargetType> targetTypes, Metadata metadata, ServiceRegistry serviceRegistry)voidSchemaValidator. validate(Metadata metadata, ServiceRegistry serviceRegistry) -
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.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, java.util.Map 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.
-