Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.spi | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
NamedEntityGraphDefinition |
Metadata.getNamedEntityGraph(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedEntityGraphDefinition> |
Metadata.getNamedEntityGraphs() |
Modifier and Type | Method and Description |
---|---|
NamedEntityGraphDefinition |
AbstractDelegatingMetadata.getNamedEntityGraph(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedEntityGraphDefinition> |
AbstractDelegatingMetadata.getNamedEntityGraphs() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollector.addNamedEntityGraph(NamedEntityGraphDefinition namedEntityGraphDefinition)
Adds metadata for a named entity graph to this repository
|
Modifier and Type | Method and Description |
---|---|
Collection<NamedEntityGraphDefinition> |
Configuration.getNamedEntityGraphs() |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.