I am designing a simple Data Access Object for my Java application. I have a few classes (records) that represents a single row in tables like User and Fr
User
Fr
I've actually done this in a generic data access library. See Norm. Full source code on Github.