News

Community driven content discussing all aspects of software development from DevOps to design patterns. Just how hard is it to perform a JPA or Hibernate enum mapping with either annotations or a ...
A challenge when developing applications that use object-relational mapping (ORM) like Hibernate and JPA, a common approach is to list each @Entity decorated Java class programmatically either in the ...
I've just taken the plunge into learning NHibernate with a small utility that will utilise an existing fixed, proprietary schema. There are two tables I'm interested in in this schema right now (users ...