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 |
Modifier and Type | Method and Description |
---|---|
FetchProfile |
Metadata.getFetchProfile(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<FetchProfile> |
Metadata.getFetchProfiles() |
Modifier and Type | Method and Description |
---|---|
FetchProfile |
MetadataImpl.getFetchProfile(String name) |
FetchProfile |
InFlightMetadataCollectorImpl.getFetchProfile(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<FetchProfile> |
MetadataImpl.getFetchProfiles() |
Collection<FetchProfile> |
InFlightMetadataCollectorImpl.getFetchProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollectorImpl.addFetchProfile(FetchProfile profile) |
Constructor and Description |
---|
MetadataImpl(UUID uuid,
MetadataBuildingOptions metadataBuildingOptions,
TypeResolver typeResolver,
MutableIdentifierGeneratorFactory identifierGeneratorFactory,
Map<String,PersistentClass> entityBindingMap,
Map<Class,MappedSuperclass> mappedSuperclassMap,
Map<String,Collection> collectionBindingMap,
Map<String,TypeDefinition> typeDefinitionMap,
Map<String,FilterDefinition> filterDefinitionMap,
Map<String,FetchProfile> fetchProfileMap,
Map<String,String> imports,
Map<String,IdentifierGeneratorDefinition> idGeneratorDefinitionMap,
Map<String,NamedQueryDefinition> namedQueryMap,
Map<String,NamedSQLQueryDefinition> namedNativeQueryMap,
Map<String,org.hibernate.cfg.annotations.NamedProcedureCallDefinition> namedProcedureCallMap,
Map<String,ResultSetMappingDefinition> sqlResultSetMappingMap,
Map<String,org.hibernate.cfg.annotations.NamedEntityGraphDefinition> namedEntityGraphMap,
Map<String,SQLFunction> sqlFunctionMap,
Database database) |
Modifier and Type | Method and Description |
---|---|
FetchProfile |
AbstractDelegatingMetadata.getFetchProfile(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<FetchProfile> |
AbstractDelegatingMetadata.getFetchProfiles() |
Modifier and Type | Method and Description |
---|---|
void |
InFlightMetadataCollector.addFetchProfile(FetchProfile profile) |
Copyright © 2022. All rights reserved.