TopLink is one of the leading Java persistence products and JPA implementations.
I am building REST web app using Netbean6.9.1 and JPA EclipseLink. The issue I'm facing is even though my entity …
java rest jpa eclipselink toplinkBased on the answer from axtavt, this is almost certainly a naming problem between Notebean and NoteBean. Is there a …
java mysql database-design jpql toplinkWe need to make a connection to ms sql server from java persistence unit 1.0. I hace following code for oracle …
java sql-server jpa toplinkI have an Entity with a enum attribute and a couple on NamedQueries. One of these NamedQueries has the enum …
java jpa jakarta-ee toplinkIn the following JPA query, the :fcIds named parameter needs to be a list of integer values: @NamedQuery(name = "SortTypeNWD.…
java jpa toplinkHow do I add data source in persistence.xml so that IntelliJ IDEA sees it ? I have little desktop application (…
java intellij-idea persistence hsqldb toplinkHi I'm new to JPA and I'm having trouble understanding how it handles inheritance. I have a specific problem I …
java hibernate inheritance jpa toplink