Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: Database Generated columns

java hibernate orm jpa

Why datasource is not found in JNDI after injection from jndi.properties?

Dynamically sorting a NamedQuery? Seam/Hibernate/JPA

hibernate sorting jpa seam

Is there any CRM based on an modern Java EE Stack (Spring/EJB, JPA)?

java spring jpa jakarta-ee crm

JBoss6 JPA: Entity with @Lob results in GenericJDBCException

java mysql jpa jboss6.x lob

JPQL: Enum literal in SELECT NEW query

java jpa eclipselink jpql

JPA + Hibernate + EHCache, unexpected behavior

Return a subset of a JPA entity as a array of maps from a JPQL query?

hibernate jpa jpql

When is a connection returned to the connection pool in a JPA application?

How to persist an EnumSet (using two database tables)?

Spring-JPA: updating parent Entity fails to persist new child Entities, interpreting them as Transient instead

Can you specify to not create an Entity as a table when auto-create is set?

spring hibernate jpa

Column order on OpenJPA

jpa openjpa

Persistence @Column nullable = false can insert null

java jpa persistence

Set remove() function does not work

java jpa eclipselink

Get EntityManager from Hibernate session

java hibernate jpa

Prevent duplicate entries in a join table in a many-to-many relationship in JPA

ElementCollection and "failed to lazily initialize a collection of role" exception

spring jpa spring-data

JPA Change Event on Entity Graph [EclipseLink]

java hibernate jpa

How to map the latest child of a collection with JPA and Hibernate

java database hibernate jpa orm