You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one uses a custom type (@Type) in a @Subselect or @Formula entity, metamodel generation fails. This is because for custom types as the dictatedSizes() method returns Object[] { null }. Therefore, the workaround proposed in #519 does not work here.
Only seen in Hibernate, not sure how custom types affect other ORMs as well.
(Also reported via Slack)
Description
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version:
JPA-Provider:
DBMS:
Application Server:
The text was updated successfully, but these errors were encountered:
If one uses a custom type (
@Type
) in a@Subselect
or@Formula
entity, metamodel generation fails. This is because for custom types as thedictatedSizes()
method returnsObject[] { null }
. Therefore, the workaround proposed in #519 does not work here.Only seen in Hibernate, not sure how custom types affect other ORMs as well.
(Also reported via Slack)
Description
Expected behavior
Actual behavior
Steps to reproduce
Environment
Version:
JPA-Provider:
DBMS:
Application Server:
The text was updated successfully, but these errors were encountered: