Also, it looks like Projections don't support `@Ko...
# komapper
d
Also, it looks like Projections don't support
@KomapperEmbedded
properties?
t
Projections support
@KomapperEmbedded
properties. Does it not work?
d
The selectAs... generated doesn't take that property for some reason.
d
That's funny... it generated that function with only one parameter for the embedded class itself, and not foo#prop1, foo#prop2...
But I don't have any column overrides
And I'm only using
@KomapperProjection
without
@KomapperEntity
and in that test it uses both.
t
If you think it’s a bug in Komapper, please register the reproduction conditions in a GitHub issue.
d
Ok, I'll try to see when I can squeeze out some time, but I suspect that it's because I'm only using the
@KomapperProjection
annotation. This might be a case that wasn't tested yet.