| Package | Description |
|---|---|
| org.hibernate.boot.model.process.spi | |
| org.hibernate.boot.spi | |
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.cfg.annotations.reflection |
Defines the capability to merge mapping information from both annotations and orm.xml sources into a unified set of
metadata in the Hibernate commons-annotations model.
|
| org.hibernate.testing.boot |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeConverterInfo> |
ManagedResources.getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeConverterInfo> |
BootstrapContext.getAttributeConverters()
Access to collected AttributeConverter definitions.
|
List<AttributeConverterInfo> |
MetadataBuildingOptions.getAttributeConverters()
Deprecated.
Use
BootstrapContext.getAttributeConverters() instead |
List<AttributeConverterInfo> |
AbstractDelegatingMetadataBuildingOptions.getAttributeConverters() |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeConverterDefinition
Deprecated.
(since 5.3) forces the converter instance to be built too early,
which precludes the ability to resolve them from CDI, etc. See
ConverterDescriptor instead |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeConverterDefinitionCollector.addAttributeConverter(AttributeConverterInfo info) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AttributeConverterInfo> |
BootstrapContextImpl.getAttributeConverters() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.