[hibernate-issues] [Hibernate-JIRA] Issue Comment Edited: (HHH-6507) Allow an Integrator to register additional types in the TypeRegistry
Karel Maesen (JIRA)
noreply at atlassian.com
Mon Mar 26 16:48:48 EDT 2012
[ https://hibernate.onjira.com/browse/HHH-6507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46079#comment-46079 ]
Karel Maesen edited comment on HHH-6507 at 3/26/12 3:47 PM:
------------------------------------------------------------
I implemented the TypeContributingIntegrator suggestion. See: https://github.com/maesenka/hibernate-core/commit/4ec003b4b189ba4acff423e27bb3191366adef20
If this is OK, I can create a pull request for this.
was (Author: maeseka):
I implemented the TypeContributingIntegrator suggestion. See: https://github.com/maesenka/hibernate-core/commit/2e1afd496819cc39ad02ab2c5631fe494b0cf215
If this is OK, I can create a pull request for this.
> Allow an Integrator to register additional types in the TypeRegistry
> --------------------------------------------------------------------
>
> Key: HHH-6507
> URL: https://hibernate.onjira.com/browse/HHH-6507
> Project: Hibernate ORM
> Issue Type: Task
> Components: core
> Reporter: Karel Maesen
> Fix For: 5.0.0
>
>
> Other modules (e.g. Spatial) may define their own Types. The Module Integrator should be able to register these Types in the TypeRegistry.
> We need something like TypeContributingIntegrator with method void prepareTypes(...)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list