public interface DescriptorCustomizer
ClassDescriptor when the customize(ClassDescriptor) method is called during the loading/population of the mappings. This is typically used to customize dynamically or specify configuration values not available through annotations or XML.| Modifier and Type | Method and Description | 
|---|---|
void | 
customize(ClassDescriptor descriptor)
Customize the provided descriptor. 
 | 
void customize(ClassDescriptor descriptor) throws java.lang.Exception
java.lang.Exception