Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Why do my entities remain detached after persisting them in JPA?

java mysql spring hibernate jpa

Need help with formulating a JPA query, please

java hibernate jpa

What's wrong with my custom type for JPA/Hibernate?

java hibernate jpa

What's a good 2nd level cache for Java EE applications?

java caching jpa

How do i create this many-to-one mapping using JPA?

jpa

Naive use of java enums' ordinal in the context of JPA spelling disaster in the domain model

java.lang.NoSuchMethodError: javax.persistence.JoinColumn.foreignKey()Ljavax/persistence/ForeignKey;

hibernate jpa websphere

No [EntityType] was found for the key class [] in the Metamodel - please verify that the [Entity] class was referenced in persistence.xml

jpa eclipselink

com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column 'DATE' at row 1

java mysql spring hibernate jpa

JPA 2.1 Converter Annotation

java jakarta-ee jpa

How to perform a join fetch in JPA Criteria without unchecked casting?

Getting a specific instance of EntityManager incase of multiple datasources in Micronaut

Spring Data JPA query doesn't work, column does not exists

Java-EE6: FetchType.LAZY with static weaving throws strange exception

Difference between an Enterprise application project and a Web project application in Netbeans IDE

Spring, JPA, Hibernate, Atomikos - strange startup error

spring hibernate jpa atomikos

Spring Data JPA: Instantiate multiple repositories from same repository interface definitions, each pointing to a different database