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 |
---|---|
MetadataBuilder |
MetadataBuilder.applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter) |
Modifier and Type | Class and Description |
---|---|
class |
IdGeneratorInterpreterImpl
The root (composition) IdGenerationTypeInterpreter.
|
Modifier and Type | Method and Description |
---|---|
IdGeneratorStrategyInterpreter |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getIdGenerationTypeInterpreter() |
Modifier and Type | Method and Description |
---|---|
void |
IdGeneratorInterpreterImpl.addInterpreterDelegate(IdGeneratorStrategyInterpreter delegate) |
MetadataBuilder |
MetadataBuilderImpl.applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter) |
Modifier and Type | Method and Description |
---|---|
IdGeneratorStrategyInterpreter |
AbstractDelegatingMetadataBuildingOptions.getIdGenerationTypeInterpreter() |
IdGeneratorStrategyInterpreter |
MetadataBuildingOptions.getIdGenerationTypeInterpreter() |
Modifier and Type | Method and Description |
---|---|
MetadataBuilder |
AbstractDelegatingMetadataBuilderImplementor.applyIdGenerationTypeInterpreter(IdGeneratorStrategyInterpreter interpreter) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.