Package | Description |
---|---|
org.hibernate.boot.internal | |
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 | |
org.hibernate.mapping |
This package defines the Hibernate configuration-time metamodel.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeConverterDescriptorImpl
The standard AttributeConverterDescriptor implementation
|
class |
AttributeConverterDescriptorNonAutoApplicableImpl
Special-use AttributeConverterDescriptor implementation for cases where the converter will never
be used for auto-apply.
|
Modifier and Type | Method and Description |
---|---|
static AttributeConverterDescriptor |
AttributeConverterDescriptorImpl.create(AttributeConverterDefinition definition,
ClassmateContext classmateContext) |
AttributeConverterDescriptor |
AttributeConverterManager.findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
AttributeConverterManager.findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
AttributeConverterManager.findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
AttributeConverterDescriptor |
AttributeConverterAutoApplyHandler.findAutoApplyConverterForAttribute(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
AttributeConverterAutoApplyHandler.findAutoApplyConverterForCollectionElement(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
AttributeConverterDescriptor |
AttributeConverterAutoApplyHandler.findAutoApplyConverterForMapKey(org.hibernate.annotations.common.reflection.XProperty xProperty,
MetadataBuildingContext context) |
Modifier and Type | Method and Description |
---|---|
protected AttributeConverterDescriptor |
AbstractPropertyHolder.makeAttributeConverterDescriptor(AttributeConversionInfo conversion) |
AttributeConverterDescriptor |
CollectionPropertyHolder.mapKeyAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty mapXProperty,
org.hibernate.annotations.common.reflection.XClass keyXClass) |
AttributeConverterDescriptor |
PropertyHolder.resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property)
Determine the AttributeConverter to use for the given property.
|
AttributeConverterDescriptor |
AbstractPropertyHolder.resolveAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty property) |
AttributeConverterDescriptor |
CollectionPropertyHolder.resolveElementAttributeConverterDescriptor(org.hibernate.annotations.common.reflection.XProperty collectionXProperty,
org.hibernate.annotations.common.reflection.XClass elementXClass) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValueBinder.setType(org.hibernate.annotations.common.reflection.XProperty property,
org.hibernate.annotations.common.reflection.XClass returnedClass,
java.lang.String declaringClassName,
AttributeConverterDescriptor attributeConverterDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleValue.setJpaAttributeConverterDescriptor(AttributeConverterDescriptor attributeConverterDescriptor) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.