Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.boot.registry |
Defines service registry contracts application are likely to want to utilize for
configuring Hibernate behavior.
|
org.hibernate.boot.registry.internal |
The internals for building service registries.
|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.source.internal | |
org.hibernate.service |
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
SessionFactory.SessionFactoryOptions.getServiceRegistry()
The service registry to use in building the factory.
|
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
StandardServiceRegistryBuilder.build()
Build the StandardServiceRegistry.
|
Modifier and Type | Class and Description |
---|---|
class |
StandardServiceRegistryImpl
Standard Hibernate implementation of the standard service registry.
|
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
Metadata.Options.getServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataSources.buildMetadata(StandardServiceRegistry serviceRegistry) |
MetadataBuilder |
MetadataSources.getMetadataBuilder(StandardServiceRegistry serviceRegistry)
Get a builder for metadata where non-default options can be specified.
|
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
MetadataBuilderImpl.OptionsImpl.getServiceRegistry() |
Constructor and Description |
---|
MetadataBuilderImpl.OptionsImpl(StandardServiceRegistry serviceRegistry) |
MetadataBuilderImpl(MetadataSources sources,
StandardServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
StandardServiceRegistry |
ServiceRegistryBuilder.build()
Deprecated.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.