m-m-m / util

Mature Modular Meta-Framework
http://m-m-m.sourceforge.net
Apache License 2.0
10 stars 5 forks source link

mmm-persistence: create generic datatype support #127

Closed hohwille closed 9 years ago

hohwille commented 10 years ago

As discussed in issue #123 we want to create generic support for custom datatypes. Therefore we have to hook into hibernate (HibernatePersistenceProvider) or we would need a list of all datatypes and register UserType or CompositeUserType instances. As latter case has the danger that we could replace or collide with hand written UserTypes or AttributeConverters I do not see this as a good option.

hohwille commented 10 years ago

miletsone has to be replanned (renamed to at least 1.1.0 or we create a new one and change the milestone of this issue) as this is not a "micro version" change.

hohwille commented 9 years ago

mmm-persistence has been moved to separate repository.