Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Should I use Bean Validation with EJB 3.1, JSF2.0 and JPA?

java validation jsf jpa ejb

Hibernate JPA - ManyToOne relationship not populated

JPA+Hibernate(J2SE) @OneToMany - Millions of records slows adding a new object down

performance hibernate jpa java

Saving many entities in GAE with JPA

Persist raw Java Enum using Hibernate

java hibernate jpa enums

Is there a way to use Eclipse to generate a JSF form from a JPA POJO?

eclipse jsf jpa facelets crud

JPA 2.0 Hibernate @OneToMany + @MapKeyJoinColumn

java hibernate jpa one-to-many

Problem with reverse engineering a many-to-one unidirectional association with hibernate tools

How to avoid overwriting of non-null values with null values?

How can the JPA recognize two classes with the same name but in different packages?

EntityManager.contains() returns false after persist()

JPA. JoinTable and two JoinColumns

java hibernate jpa jointable

How do I automatically generate column names as static final strings in JPA 2.0 metamodel?

java maven jpa

Selecting fields on Spring Data

Why is Hibernate deleting my collection entries when all I do is a list?

JPA EventListener method not called on change to many-to-many collection?

JPA @ManyToOne, with additional condition

java jpa

Way to automatically truncate a String column using JPA / Spring / Hibernate?

Pros and cons of JPA bidirectional relationships

hibernate jpa jpa-2.0

EclipseLink / JPA: How to programmatically get the number of SQL queries that have been performed

java sql jpa eclipselink sniffy