Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Ljava.lang.String class cannot be resolved in persistence.xml

Mapping Hibernate entity for unknown DiscriminatorValue for InheritanceType.SINGLE_TABLE

java hibernate jpa

Specifying the intermediate table name in JPA OneToMany relationship

jpa playframework

JPQL and Join Table

java jpa jpql

JPA How can I get the generated id/object when using merge from parent but child is created?

java jpa

JPQL: How to "SELECT new Foo(null, null... someValue, ..)?

hibernate jpa jpql

Java: compile conflict: return type is incompatible with HATEOAS ResourceSupport.getId

MappingException: Could not interpret id generator strategy with custom id generator

hibernate jpa dropwizard

Maven dependencies regarding javax.persistence JAR?

java spring hibernate maven jpa

Hibernate - BigDecimal column mapping for Custom Dialect

Does a loop take longer to execute each time?

@ConstructorResult with Enum in JPA 2.1

Preferred way to implement Persistable.isNew for entity with predefined ID in Spring Data

EclipseLink Query - Select count(*) from student s not working

Do I have to set both sides for a bidirectional relationship?

java jpa eclipselink derby

Hibernate @generatedvalue for HSQLDB

java hibernate orm jpa hsqldb

Multi threaded insert using ORM?

how to use JPA life-cycle events to get entity data

Is there a way to eager fetch a lazy relationship through the Predicate API in QueryDSL?

jpa spring-data querydsl

Getting next value from sequence with jpa repository in postgreSQL