Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Is it possible to use the JPA @OrderBy annotation to sort in a case-insensitive way?

Hibernate 4.3 SchemaUpdate with JPA

java hibernate jpa

Spring JPA Query By Example Match One Null Field but Ignore Others

What datatypes are supported by Google App Engine's datastore?

Hibernate : failed to lazily initialize a collection

How to avoid empty child tables when using InheritanceType.JOINED?

Hibernate LazyInitializationException using Spring CrudRepository

AttributeOverride set null value to unmapped field

java jpa

Update Parent reference when adding to @ManyToOne [duplicate]

eclipselink nested batch fetch

JpaRepository vs EntityManager [closed]

java hibernate jpa

Two day discrepancy with JPA, EclipseLink and SQL Server 2008 R2

sql-server jpa eclipselink

JPA lazy loading strategies for remote client using EclipseLink

Modify persistence.xml on runtime

java jpa persistence.xml

Spring Data findBy Enum

jpa enums spring-data

How can this layered architecture be improved?

Should JPA Entities match database constraints and triggers?

Passing List<Integer> in spring data jpa native query