Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeConversionInfo |
ComponentPropertyHolder.locateAttributeConversionInfo(String path) |
protected AttributeConversionInfo |
CollectionPropertyHolder.locateAttributeConversionInfo(String path) |
protected AttributeConversionInfo |
ClassPropertyHolder.locateAttributeConversionInfo(String path) |
protected abstract AttributeConversionInfo |
AbstractPropertyHolder.locateAttributeConversionInfo(String path) |
protected AttributeConversionInfo |
ComponentPropertyHolder.locateAttributeConversionInfo(XProperty property) |
protected AttributeConversionInfo |
CollectionPropertyHolder.locateAttributeConversionInfo(XProperty property) |
protected AttributeConversionInfo |
ClassPropertyHolder.locateAttributeConversionInfo(XProperty property) |
protected abstract AttributeConversionInfo |
AbstractPropertyHolder.locateAttributeConversionInfo(XProperty property) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,AttributeConversionInfo> |
ClassPropertyHolder.buildAttributeConversionInfoMap(XClass entityXClass) |
Modifier and Type | Method and Description |
---|---|
protected IllegalStateException |
AbstractPropertyHolder.buildExceptionFromInstantiationError(AttributeConversionInfo info,
Exception e) |
protected AttributeConverterDescriptor |
AbstractPropertyHolder.makeAttributeConverterDescriptor(AttributeConversionInfo conversion) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.