| The only way to configure a Hibernate Type is to pass the parameters via DynamicParameterizedType. However, we only get access to the currently annotated properties, not the ones provided via the SessionFactory. Especially for custom Types, it's worth getting access to the bootstrap properties so that user can configure the application using a single mechanism which propagates the current settings to both Hibernate ORM core and type extensions. |