HHH-12444 - Introduce BootstrapContext HHH-12443 - Introduce TypeConfiguration
This commit is contained in:
parent
b0e591f01d
commit
6688184839
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue