http://github.com/emmanuelbernard/hibernate-search
1. This is an experiment so be warned. I will screw things up. SVN remains the
reference.
2. I try and keep SVN and this repo synced under the svn-master branch. Fork
from here if you want to experiment.
3. You won't be able to commit in SVN wit
On Wed, 2010-06-09 at 10:53 +0200, Adam Warski wrote:
> The problem was that the Type class/interface hierarchy changed, and I think
> EnumType stopped being a CustomType, and the type properties weren't added to
> the mapping.
Just wanted to clarify a bit as this is not accurate. EnumType is
Hello,
I was just about to ask if the test breaking is an intermediate thing or should
I look at it :).
> Adam, I think I found a little more. So in CollectionMetadataGenerator
> these enum sets are being routed through #addWithMiddleTable where we
> seem to be creating audit entities for these
On 9 juin 2010, at 07:05, Steve Ebersole wrote:
> Is it
> really possible/desirable to map a given enum different ways within an
> application?
It's possible to map it once as ordinal and once as string for a given enum
class. That's as far as it can legally go (in JPA).
___