Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

getting the StackOverflowError in below piece of java code

java jpa lombok

JPA standalone mode - changing managed entity fields outside EntityTransaction works - why?

java jpa

iam getting Caused by: java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to retail.model.vo.Book

java generics jpa

How to quickly drop a database table content using Spring?

Unwanted empty table created in datasource

Spring boot JPA CrudRepository throws NullPointerException on save

java spring web-services jpa

Store byte array in MySQL with Hibernate

java mysql spring hibernate jpa

EhCache Hibernate 2nd level cache maxBytesLocalHeap slow

Problem with generated SQL from Hibernate (MS SQLServer)

sql-server hibernate orm jpa

How to edit Hibernate settings in a Spring-Boot project?

It is possible to override properties in a persistence.xml that is located in a jar dependency

What's a tool which is used by NetBeans to generate entity classes from database?

Performance of native sql query and JPA

Spring Data JPA: How to form a conditional query?

ORA-01400: Cannot insert null into (TABLE.COLUMN) (Hibernate)

Which EJB 3 persisent provider should I use?

java orm jpa jakarta-ee

JPA: @ElementCollection and InheritanceType.TABLE_PER_CLASS -> Duplicate column name

java jpa

How to map two tables to one entity using foreign-key?

java hibernate jpa