Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
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 |
MetadataImpl.getNamedEntityGraph(String name) |
NamedEntityGraphDefinition |
InFlightMetadataCollectorImpl.getNamedEntityGraph(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedEntityGraphDefinition> |
MetadataImpl.getNamedEntityGraphs() |
Map<String,NamedEntityGraphDefinition> |
InFlightMetadataCollectorImpl.getNamedEntityGraphs() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollectorImpl.addNamedEntityGraph(NamedEntityGraphDefinition definition) |
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 © 2017 JBoss by Red Hat. All rights reserved.