Relative Content

Tag Archive for javareflectionproxy

Java Reflection Proxy

we have a use case that might be very well suited for the Reflection Proxy class. Our entity Booking (Interface) has various methods like get, set, add, etc. A concrete implementation is automatically generated and returned after a specific SQL Finder is called (DAO).