Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to write junit tests against JPA which can be run in parallel?

EJB3 mapped by? whose owning of OR mapping?

java orm jpa

LazyCollectionOption.EXTRA with Spring proxys?

JPA Deadlock when delete from a table in several parallel threads

How to populate DTO class string fields using JPA CriteriaQuery on Entity having enum fields?

java jpa enums dao criteria-api

PostgreSQL - managing user's contacts - unidirectional or bidirectional relation better?

How to return the size of the greatest Collection in JPA?

java jpa jpql entitymanager

H2 JdbcSQLException: "Table not found" with camelcase table & entity name

JPA/Hibernate @MappedSuperclass and @Inheritance(strategy = InheritanceType.JOINED) relation

Spring boot Unable to evaluate the expression Method threw 'org.hibernate.LazyInitializationException' exception. using getter, ManyToMany relation

DTO entity mapping with hibernate @Version control

java hibernate jpa

Use Eclipselink and Moxy to write List<someObject> to file

java jpa jaxb eclipselink moxy

"could not initialize proxy - no session" with an open session available

hibernate jsf jpa cdi myfaces

Configuring data source - tomee.xml, persistence.xml

java jpa ejb apache-tomee

How to set a Collection/List to a named parameter of a JPA criteria query?

EntityManager fails to instantiate using JPA/Hibernate when I add a OneToMany annotation