Warlock's Thoughts
Tuesday, October 15, 2019
Spring MVC - HTTP message converter
›
Quite often you need to provide users with the same data, but in different forms, like JSON, PDF, XLS, etc. If your application is Spring Fr...
1 comment:
Saturday, August 3, 2019
JDBC - Emulating a sequence
›
Probably each of us encountered this problem at least once in the programmer's life - how to emulate a database sequence? Below you may...
3 comments:
Sunday, June 15, 2014
Serialization Proxy Pattern example
›
There are books, which change your life immensely. One of such books is "Effective Java" by Joshua Bloch . Below you may find sma...
Sunday, May 4, 2014
@OneToOne with shared primary key, revisited :)
›
Long time ago, I wrote a post @OneToOne with shared primary key . Today I would like to return to this problem, with solution based on @Maps...
13 comments:
Saturday, May 11, 2013
JPA - Querydsl Projections
›
In my last post: JPA - Basic Projections - I've mentioned about two basic possibilities of building JPA Projections. This post brings y...
›
Home
View web version