Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.internal | |
org.hibernate.boot.spi | |
org.hibernate.testing.boot | |
org.hibernate.testing.junit4 | |
org.hibernate.testing.schema |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataSources.buildMetadata(StandardServiceRegistry serviceRegistry) |
MetadataBuilder |
MetadataSources.getMetadataBuilder(StandardServiceRegistry serviceRegistry)
Deprecated.
Use
MetadataSources.getMetadataBuilder() instead |
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
StandardServiceRegistryBuilder.build()
Build the StandardServiceRegistry.
|
Modifier and Type | Class and Description |
---|---|
class |
org.hibernate.boot.registry.internal.StandardServiceRegistryImpl |
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
BootstrapContext.getServiceRegistry() |
StandardServiceRegistry |
SessionFactoryOptions.getServiceRegistry()
The service registry to use in building the factory.
|
StandardServiceRegistry |
MetadataBuildingOptions.getServiceRegistry()
Access to the service registry.
|
StandardServiceRegistry |
AbstractDelegatingSessionFactoryOptions.getServiceRegistry() |
StandardServiceRegistry |
AbstractDelegatingMetadataBuildingOptions.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataBuilderInitializer.contribute(MetadataBuilder metadataBuilder,
StandardServiceRegistry serviceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
ServiceRegistryTestingImpl
ServiceRegistry useful in testing
|
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
BootstrapContextImpl.getServiceRegistry() |
Constructor and Description |
---|
MetadataBuildingContextTestingImpl(StandardServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
protected StandardServiceRegistry |
BaseNonConfigCoreFunctionalTestCase.serviceRegistry() |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseNonConfigCoreFunctionalTestCase.afterStandardServiceRegistryBuilt(StandardServiceRegistry ssr)
Hook to allow tests to use the StandardServiceRegistry if they wish
|
Modifier and Type | Method and Description |
---|---|
static void |
SchemaCreateHelper.create(Metadata metadata,
StandardServiceRegistry serviceRegistry,
Connection connection) |
static void |
SchemaDropHelper.drop(MetadataImplementor metadata,
StandardServiceRegistry serviceRegistry,
Connection connection) |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.