hibernate / hibernate-models

An abstraction over "reflection" and annotations
Apache License 2.0
2 stars 5 forks source link

#80 - Investigate use of MethodHandles instead of Constructor and Method references #81

Open sebersole opened 1 month ago

sebersole commented 1 month ago

80 - Investigate use of MethodHandles instead of Constructor and Method references

sebersole commented 1 month ago

This builds and tests pass, but the MethodHandles fail when I integrated into ORM.

It also only s/Constructor/MethodHandle atm.

I'll come back to this next week.