Insert and update with CriteriaBuilder JPA in the same transactional method thows error "Foreig...
Read MoreIn Doctrine 2 can the Fetch Mode (Eager/Lazy etc.) be changed at runtime?...
Read MoreHibernate Entity Listener for named query delete operation...
Read MoreEntity Manager doesn't flush all entities...
Read MoreWhat is the best way to update the entity in JPA...
Read MoreWhy is Hibernate's EntityManager.persist() not throwing an exception?...
Read MoreJPA EntityManager, how does it work?...
Read MoreProblem with transaction commit in @Transactional methods using Java Spring and Hibernate and Entity...
Read Morehow do i cast the untyped list from an entitymanager query to a typed list?...
Read MoreSymfony4 - sharing cache pool between two entity managers, is it a bad idea or do I encounter a bug?...
Read MoreQuerySyntaxException hibernate invalid path on EntityManager createQuery...
Read MoreDetached entity passed to persist when saving...
Read MoreCan't insert in ManyToMany relation in JPA...
Read MoreHow to return a set of persisted objects?...
Read MoreHow does Java EE container control transactions?...
Read MoreentityManager.flush does not insert to database immediately, why?...
Read MoreHow to read specific variables of an entity from repository using a query?...
Read Morefetch just one child in a JPA CriteriaBuilder Join Query...
Read MoreFind min and max on the same date field column and count using jpa entity manager criteriabuilder...
Read MoreEntityManager persist and merge not working in @Transactional method...
Read MoreHow can I specify which entity manager factory to use, without modifying the DAO class?...
Read MoreIllegalArgumentException: Could not locate named parameter...
Read MoreEntityManager detached entity passed to persist after flush when objects attributes are set earlier...
Read MoreCalling Doctrine clear() with an argument is deprecated...
Read MoreKayue\WordpressBundle with Symfony 4.4.1: The class XXX was not found in the chain configured namesp...
Read MoreGetting cryptic "org.apache.openjpa.persistence.PersistenceException: null" exception when...
Read MoreHandling Null values in postgres for text array type column in org.hibernate.PropertyAccessException...
Read Moreentity manager doesn't have method getCriteriaBuilder()...
Read MoreEntity loses state after calling merge on entitymanager...
Read MoreDoctrine only inserts one record after foreach loop...
Read More