Quantcast
Channel: AllInGeek.com » annotation
Browsing latest articles
Browse All 2 View Live

Spring’s Alternative Configuration Features

A primary complaint about Spring is the heavy XML configuration traditionally required to use it in a non-trivial way. More and more recent releases have made significant strides away from this model....

View Article


Note: JPA InheritanceType.JOINED

Hey, make sure to annotate child model classes with @PrimaryKeyJoinColumn when using InheritanceType.JOINED. This annotation allows you to specify the column names to be used in mapping parent child...

View Article

Browsing latest articles
Browse All 2 View Live