Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

AND/OR grouping WHERE conditions with Criteria Predicates in Hibernate

In Java, with JPA2, what class should I use for persisting date information?

java jpa jakarta-ee jodatime

How to check if entity in set contains a certain value using criteriaBuilder?

sun.reflect.annotation.TypeNotPresentExceptionProxy exception after adding EntityListeners

jpa jpa-2.0 eclipselink

Using @ElementCollection and @CollectionTable on @MappedSuperclass base class with EclipseLink

How can I choose ideal way for pagination in Spring boot?

Hibernate: Can't use CascadeType.PERSIST

java hibernate jpa

Using @GeneratedValue(strategy=GenerationType.TABLE), the sequence_next_hi_value is an int(11) but my table have a id column bigint(20)

java mysql hibernate jpa

How to create the table without @Id field in spring using jpa?

How to indicate an effective date on historical table using audit capabilities of Spring Data JPA?

Query by a parent field but return a child class

spring.jpa.properties.hibernate.jdbc.time_zone applied on writes but not on reads?

What is the best way to handle a ConstraintViolationException with EJB3 and entitymanager in an SLSB

hibernate jpa jboss ejb-3.0

Spring data JPA getById vs GetReferenceById

java spring-boot jpa

version column does not get increased with JPA (Hibernate)

Setting ORDER BY and LIMIT clause on JPA Query

java mysql sql hibernate jpa