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
generic field support is important imho, w/o it, we need to do lots of extra work to use the generated class
for example, i'm trying to use classwriter to generate class for hibernate testing, and the jpa collection annotation requires generic type to dertimine the underlying collection element type, or i have to set targetClass property for ElementCollection annotations.
thanks
The text was updated successfully, but these errors were encountered:
generic field support is important imho, w/o it, we need to do lots of extra work to use the generated class
for example, i'm trying to use classwriter to generate class for hibernate testing, and the jpa collection annotation requires generic type to dertimine the underlying collection element type, or i have to set targetClass property for ElementCollection annotations.
thanks
The text was updated successfully, but these errors were encountered: