Uses of Interface
org.hibernate.boot.AttributeConverterInfo
-
Packages that use AttributeConverterInfo Package Description org.hibernate.boot.model.process.spi org.hibernate.boot.spi org.hibernate.cfg 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 -
-
Uses of AttributeConverterInfo in org.hibernate.boot.model.process.spi
Methods in org.hibernate.boot.model.process.spi that return types with arguments of type AttributeConverterInfo Modifier and Type Method Description java.util.Collection<AttributeConverterInfo>
ManagedResources. getAttributeConverterDefinitions()
Informational access to the AttributeConverter definitions known about. -
Uses of AttributeConverterInfo in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return types with arguments of type AttributeConverterInfo Modifier and Type Method Description java.util.List<AttributeConverterInfo>
AbstractDelegatingMetadataBuildingOptions. getAttributeConverters()
java.util.Collection<AttributeConverterInfo>
BootstrapContext. getAttributeConverters()
Access to collected AttributeConverter definitions.java.util.List<AttributeConverterInfo>
MetadataBuildingOptions. getAttributeConverters()
Deprecated.UseBootstrapContext.getAttributeConverters()
instead -
Uses of AttributeConverterInfo in org.hibernate.cfg
Classes in org.hibernate.cfg that implement AttributeConverterInfo Modifier and Type Class 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. -
Uses of AttributeConverterInfo in org.hibernate.cfg.annotations.reflection
Methods in org.hibernate.cfg.annotations.reflection with parameters of type AttributeConverterInfo Modifier and Type Method Description void
AttributeConverterDefinitionCollector. addAttributeConverter(AttributeConverterInfo info)
-
Uses of AttributeConverterInfo in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return types with arguments of type AttributeConverterInfo Modifier and Type Method Description java.util.Collection<AttributeConverterInfo>
BootstrapContextImpl. getAttributeConverters()
-