Package | Description |
---|---|
org.hibernate.boot.internal | |
org.hibernate.boot.model.process.internal | |
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.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeConverterInfo> |
MetadataBuilderImpl.MetadataBuildingOptionsImpl.getAttributeConverters() |
Collection<AttributeConverterInfo> |
BootstrapContextImpl.getAttributeConverters() |
Modifier and Type | Method and Description |
---|---|
void |
BootstrapContextImpl.addAttributeConverterInfo(AttributeConverterInfo info) |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeConverterInfo> |
ManagedResourcesImpl.getAttributeConverterDefinitions() |
Modifier and Type | Method and Description |
---|---|
Collection<AttributeConverterInfo> |
ManagedResources.getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about.
|
Modifier and Type | Method and Description |
---|---|
List<AttributeConverterInfo> |
MetadataBuildingOptions.getAttributeConverters()
Deprecated.
Use
BootstrapContext.getAttributeConverters() instead |
Collection<AttributeConverterInfo> |
BootstrapContext.getAttributeConverters()
Access to collected AttributeConverter definitions.
|
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) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.