blog.voina.org
Voina Blog (a tech warrior's blog) Java EE: Make an @Entity “empty” using a @Transient proxy
In some cases while optimizing code to minimize the database footprint of a Java EE application we get to the point of trying to get rid of duplicate data. In a lot of cases several steps of the pr…