CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
entitymanager
07-28
Software engineering
Hibernate mapping non-entity classes. org.hibernate.MappingException: Unknown entity: java.time.Loca
07-26
Back-end
java.lang.NullPointerException: Cannot invoke "javax.persistence.EntityManager error in Spring
07-19
other
How to use returned Object of .getSingleResult() EntityManager
07-04
database
Entity Manager Not Returning Column Names
06-24
front end
No transactional EntityManager found, is your test running in a transactional?
06-08
Enterprise
Does invoking javax.persistence.TypedQuery.getResultList cause a transaction to be committed?
06-02
Software engineering
Jpa unit test - Service - entity manager null
05-18
OS
"org.hibernate.PersistentObjectException: detached entity passed to persist" error that I
04-29
Net
JPA duplicate entry error on EntityManager.remove and then EntityManager.persist
04-01
Mobile
issue with createNativeQuery when binding date type parameter
03-31
Net
How to get a specific EntityManager programmatically without using @PersistenceContext annotation
03-28
OS
IllegalArgumentException: Mismatch in requested result type - but Type is set
03-27
front end
A ConstraintValidator referenced by an annotation is never called although it should work
03-16
other
Using multiple entity managers and connections in Symfony with different users
02-14
database
Should EntityManagerFactory be closed at application shutdown?
12-06
Mobile
jpa entitymanager - map query result into nested dto classes
11-29
Blockchain
What are the values and their differences for eclipselink.weaving property?
10-29
Back-end
EntityManager createQuery with single column throws type error
10-28
database
How to rollback transaction from service class?
10-05
OS
Is it a good practice to Mock entity manager in spring boot unit testing
10-02
other
Check created queries with Entity Manager when unit testing in Spring Boot
09-25
Back-end
EntityManager refresh() method does not refresh but resets
Links:
CodePudding