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 ServiceRegistry
MetadataSources. getServiceRegistry()
Methods in org.hibernate.boot with parameters of type ServiceRegistry Modifier and Type Method Description protected static boolean
MetadataSources. 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 void
TypeContributor. 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 ServiceRegistry
Database. getServiceRegistry()
-
Uses of ServiceRegistry in org.hibernate.boot.registry
Subinterfaces of ServiceRegistry in org.hibernate.boot.registry Modifier and Type Interface Description interface
BootstrapServiceRegistry
Provides the most basic services needed.interface
StandardServiceRegistry
Specialization of theServiceRegistry
contract mainly for type safety.Methods in org.hibernate.boot.registry with parameters of type ServiceRegistry Modifier and Type Method Description static void
BootstrapServiceRegistryBuilder. destroy(ServiceRegistry serviceRegistry)
Destroy a service registry.static void
StandardServiceRegistryBuilder. 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 class
org.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 SessionFactory
Configuration. buildSessionFactory(ServiceRegistry serviceRegistry)
Create aSessionFactory
using 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 void
AbstractHANADialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
CockroachDB192Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Allows the Dialect to contribute additional typesvoid
Oracle12cDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgreSQL82Dialect. 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.ResultSet
ResultSetWrapperProxy. 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 void
AuditStrategy. 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 void
IdTableHelper. executeIdTableCreationStatements(java.util.List<java.lang.String> creationStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)
void
IdTableHelper. executeIdTableDropStatements(java.lang.String[] dropStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)
DdlTransactionIsolator
IdTableHelper. 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 ServiceRegistry
ExportableColumn.ValueImpl. getServiceRegistry()
Methods in org.hibernate.id with parameters of type ServiceRegistry Modifier and Type Method Description void
Assigned. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
void
Configurable. 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.void
ForeignGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
default void
IdentifierGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
Configure this instance, given the value of parameters specified by the user as <param> elements.void
IncrementGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
void
MultipleHiLoPerTableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
Deprecated.void
SelectGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
void
SequenceGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
Deprecated.void
SequenceHiLoGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
Deprecated.void
SequenceIdentityGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
Deprecated.void
UUIDGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
void
UUIDHexGenerator. 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 void
SequenceStyleGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
void
TableGenerator. configure(Type type, java.util.Properties params, ServiceRegistry serviceRegistry)
protected QualifiedName
TableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)
Determine the table name to use for the generator values.protected QualifiedName
SequenceStyleGenerator. 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 ServiceRegistry
Collection. getServiceRegistry()
ServiceRegistry
OneToMany. getServiceRegistry()
ServiceRegistry
PersistentClass. getServiceRegistry()
ServiceRegistry
SimpleValue. getServiceRegistry()
ServiceRegistry
Value. getServiceRegistry()
protected ServiceRegistry
Property. 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 ServiceRegistry
JdbcSessionContext. getServiceRegistry()
-
Uses of ServiceRegistry in org.hibernate.service
Methods in org.hibernate.service that return ServiceRegistry Modifier and Type Method Description ServiceRegistry
ServiceRegistry. 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 class
org.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 interface
ServiceRegistryImplementor
Additional integration contracts for a service registry.interface
SessionFactoryServiceRegistry
SpecializedServiceRegistry
implementation that holds services which need access to theSessionFactory
during 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 void
CockroachDB202SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
CockroachDBSpatialSupport. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
default void
CockroachSpatialDialectTrait. 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 void
DB2SpatialDialect. 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 void
GeoDBDialect. 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 void
HANASpatialDialect. 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 void
MariaDB103SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
default void
MariaDBSpatialDialectTrait. 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 void
MySQL56SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Allows the Dialect to contribute additional typesvoid
MySQL5SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
MySQL8SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
MySQLSpatialDialect. 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 void
OracleSpatial10gDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
OracleSpatialSDO10gDialect. 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 void
PostgisPG10Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG82Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG91Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG92Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG93Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG94Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG95Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisPG9Dialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisSupport. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
PostgisSupport. 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 void
SqlServer2008SpatialDialect. contributeTypes(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
void
SqlServer2012SpatialDialect. 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 void
ServiceRegistryBuilder. 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 class
ServiceRegistryTestingImpl
ServiceRegistry 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 void
SchemaCreateHelper. create(Metadata metadata, ServiceRegistry serviceRegistry)
static void
SchemaCreateHelper. createOnly(Metadata metadata, ServiceRegistry serviceRegistry)
static void
SchemaDropHelper. drop(Metadata metadata, ServiceRegistry serviceRegistry)
static void
SchemaUpdateHelper. update(Metadata metadata, ServiceRegistry serviceRegistry)
static void
SchemaValidateHelper. 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> T
TransactionUtil. doWithJDBC(ServiceRegistry serviceRegistry, TransactionUtil.JDBCTransactionFunction<T> function)
static void
TransactionUtil. 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 TargetDescriptor
SchemaExport. buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes, java.lang.String outputFile, boolean append, ServiceRegistry serviceRegistry)
static TargetDescriptor
SchemaExport. buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes, java.lang.String outputFile, ServiceRegistry serviceRegistry)
void
SchemaExport. doExecution(SchemaExport.Action action, boolean needsJdbc, Metadata metadata, ServiceRegistry serviceRegistry, TargetDescriptor targetDescriptor)
void
SchemaExport. execute(java.util.EnumSet<TargetType> targetTypes, SchemaExport.Action action, Metadata metadata, ServiceRegistry serviceRegistry)
void
SchemaUpdate. execute(java.util.EnumSet<TargetType> targetTypes, Metadata metadata, ServiceRegistry serviceRegistry)
void
SchemaValidator. 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 ServiceRegistry
ExtractionContext.EmptyExtractionContext. getServiceRegistry()
ServiceRegistry
ExtractionContext. 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 ExtractionContext
ExtractionTool. createExtractionContext(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, DdlTransactionIsolator ddlTransactionIsolator, ExtractionContext.DatabaseObjectAccess databaseObjectAccess)
void
DelayedDropAction. perform(ServiceRegistry serviceRegistry)
Perform the delayed schema drop.static void
SchemaManagementToolCoordinator. 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 ServiceRegistry
TypeConfiguration. getServiceRegistry()
Obtain the ServiceRegistry scoped to the TypeConfiguration.
-