HHH-12444 - Introduce BootstrapContext HHH-12443 - Introduce TypeConfiguration

This commit is contained in:
Andrea Boriero 2018-04-03 18:04:40 +02:00
parent b0e591f01d
commit 6688184839
1 changed files with 3 additions and 5 deletions

View File

@ -264,14 +264,12 @@ public interface MetadataBuildingOptions {
List<AuxiliaryDatabaseObject> getAuxiliaryDatabaseObjectList();
/**
* /**
* * Access to collected AttributeConverter definitions.
* * <p/>
* Access to collected AttributeConverter definitions.
*
* @return The AttributeConverterInfo registered through MetadataBuilder
*
* @deprecated Use {@link BootstrapContext#getAttributeConverters()} instead
* @deprecated Use {@link BootstrapContext#getAttributeConverters()} instead
*/
@Deprecated
@Deprecated
List<AttributeConverterInfo> getAttributeConverters();
}