Problem I’ve used hibernate for a long time. Recently I started using JPA, but I can’t find a short way […]
Tag: jpa
Bank exercise with Java Spring Boot and JPA
Problem I’m constructing a homework from my Spring Boot Course and so far I did the JPA layer and want […]
Property Change Listener for Entity Management
Problem I would like to know if the solution I came up with for managing relationships between entities is sensible. […]
Making a database entity superclass
Problem I am using JPA for my database work and I need to create a database entity superclass which all […]
Listing Books nicely – a tour through a webapp
Problem In this exercise, I do not want to use any container such as Spring or Glassfish. I am deploying […]
First facelets with JPA app on glassfish
Problem So far as I’ve tested it, these few facelets files with JPA database connections work as intended. The queue, […]
Listing Books nicely – a tour through a webapp
Problem In this exercise, I do not want to use any container such as Spring or Glassfish. I am deploying […]
Hibernate – entity design with multiple dependencies
Problem I am currently working on an API and came across the following design. // not mandatory @ManyToOne @JoinColumn(name = […]
Efficient way of handling multiple sorting and filtering using JPA
Problem I’m using JPA 2.0, Mojarra 2.1.9 and its component library Primefaces 3.5. I have a table in MySQL database […]