Uses of Class
org.hibernate.cfg.AttributeConverterDefinition
-
Packages that use AttributeConverterDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.cfg -
-
Uses of AttributeConverterDefinition in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type AttributeConverterDefinition Modifier and Type Method Description MetadataBuilderMetadataBuilder. applyAttributeConverter(AttributeConverterDefinition definition)Deprecated.(since 5.3) AttributeConverterDefinition forces early access to the AttributeConverter instance which precludes the possibility to resolve the converter from CDI, etc. -
Uses of AttributeConverterDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type AttributeConverterDefinition Modifier and Type Method Description default voidInFlightMetadataCollector. addAttributeConverter(AttributeConverterDefinition converter)Deprecated.AttributeConverterDefinition forces early resolution of the AttributeConverter instance, which precludes resolution of the converter fromManagedBeanRegistry(CDI, etc).MetadataBuilderAbstractDelegatingMetadataBuilderImplementor. applyAttributeConverter(AttributeConverterDefinition definition) -
Uses of AttributeConverterDefinition in org.hibernate.cfg
Methods in org.hibernate.cfg that return AttributeConverterDefinition Modifier and Type Method Description static AttributeConverterDefinitionAttributeConverterDefinition. from(java.lang.Class<? extends AttributeConverter> attributeConverterClass)Deprecated.Build an AttributeConverterDefinition from the AttributeConverter Class reference.static AttributeConverterDefinitionAttributeConverterDefinition. from(java.lang.Class<? extends AttributeConverter> attributeConverterClass, boolean autoApply)Deprecated.Build an AttributeConverterDefinition from the AttributeConverter Class reference and whether or not to auto-apply it.static AttributeConverterDefinitionAttributeConverterDefinition. from(AttributeConverter attributeConverter)Deprecated.Build an AttributeConverterDefinition from an AttributeConverter instance.static AttributeConverterDefinitionAttributeConverterDefinition. from(AttributeConverter attributeConverter, boolean autoApply)Deprecated.Build an AttributeConverterDefinition from the AttributeConverter instance and whether or not to auto-apply it.Methods in org.hibernate.cfg with parameters of type AttributeConverterDefinition Modifier and Type Method Description voidConfiguration. addAttributeConverter(AttributeConverterDefinition definition)
-