Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

When should EntityManagerFactory instance be created/opened?

JPA: pattern for handling OptimisticLockException

java database jpa

EclipseLinkJpaVendorAdapter instead of HibernateJpaVendorAdapter issue

java spring hibernate jpa

Multi language database, with default fallback

No entity found for query Exception

java jpa jboss ejb

How to name the foreign key constraint of ManyToOne references since JPA 2.1?

java hibernate jpa

JPA Criteria API IN expression Parameter list

Mapping Set<enum> using @ElementCollection

java hibernate jpa enums set

Java: Hibernate @OneToOne mapping

Is it possible to pass a null parameter to a stored procedure in Java JPA 2.1?

java jpa stored-procedures

How to get the DiscriminatorValue at run time

JPA CriteriaBuilder Subquery multiselect

java jpa criteria criteria-api

How do I delete orphan entities using hibernate and JPA on a many-to-many relationship?

java sql hibernate jpa

2 JPA entities on the same table

java hibernate jpa orm

JPA/Hibernate: What's better for composite primary keys, @IdClass or @EmbeddedId implementations and why? [duplicate]

@ApplicationScoped CDI bean and @PersistenceContext - is this safe?

jakarta-ee jpa java-ee-6 cdi

What is @StaticMetamodel and SingularAttribute<Obj,Obj>?

Spring Data JPA - Consider defining a bean named 'entityManagerFactory' in your configuration

java spring maven spring-mvc jpa

How do I show SQL with Play Framework?

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction