Christian Beikov
Christian Beikov
Fine by me, but it should probably be `@since 7.3` rather than `@since 4.0`
There is indeed currently no test for multiset fetching of basic collections, so I assume this must be a bug. Thanks for the report. Managed types (entity, embeddable) are not...
In case anyone else runs into the same issue, here is the code I'm using to clear the cache: ```java final Class pgConnection = Class.forName( "org.postgresql.jdbc.PgConnection" ); final Object connection...
First of all I'd like to understand what you think about this problem. Providing a method to clear the type cache is easy enough, but I have no idea how...
Thanks for linking some example code. I'll take a look as soon as I find some time.
That's certainly possible, but note that the drop type can happen on other connections as well, so it wouldn't be a full solution.
FWIW, we have [HHH-17709](https://hibernate.atlassian.net/browse/HHH-17709) which would potentially solve this problem, although it would be a bit inefficient. Generally, I'd say `@Embeddable` is recommended, as that allows Hibernate ORM to peek...
Thanks for providing possible workarounds. I agree that it would be nice if we could use a `generated by default` clause, but it would still be nice if H2 could...
Hi and thanks for reporting this issue. Can you please share the code of the entity views that reproduces this issue?
Can you please clarify what it is that you think doesn't work?