Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Object is not getting persisted using JPA/JTA/JBOSS/CDI

java jakarta-ee jpa jboss7.x jta

Problem with Entity update with jpa/hibernate

java mysql hibernate jpa

persisting a new object without having to fetch the associations

java hibernate orm jpa

How to implement "delete all" for a Spring Roo Entity?

Hibernate's bidirectional OneToOne relationship not working within the same class

When do and when do I not need to manually persist updates to a JPA entity

java jpa

What could cause a QuerySyntaxException: [Entity] is not mapped, although the entity has been bound?

java hibernate jpa

Return empty collection when this collection is lazy intitialized

what if we do not specify mappedBy attribute in OneToMany annotation?

java hibernate jpa

Map<Long, Entity>, how to make the map key referenced an Entity Id?

java spring jpa

spring data sort by map-value within a given key

Starting wildfly 9 with eclipselink

jpa eclipselink wildfly

Generating HSQLDB tables in memory from JPA/EclipseLink (no files)

Declaring class is not found in the inheritance state hierarchy: UserAccount

java hibernate jpa servlets

What is the best way of selecting a set of objects by given ids in given order with Hibernate/JPA

java hibernate jpa

Do query loads all the data in memory

performance hibernate jpa

Hibernate throwing NullPointerException

java hibernate jpa