Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

ejb 3 :is it OK to make all relationships birectional?

hibernate orm jpa

JPA wrapper to convert unchecked exceptions into checked exceptions?

java jpa

Adding OrderBy clause to a named query

jpa

Pessimistic Offline Lock (Java, Spring)

In Spring Boot can I use the same Entity for multiple tables with the same structure