Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA: Timestamp comparison in NamedQuery: time data lost

hibernate jpa oracle10g

Annotation for mapping Joda Time "Period" in JPA using Eclipse Link

java mysql jpa jodatime period

Spring 3, Hibernate 4.1 Maven 3 Tutorial? [closed]

java spring hibernate maven jpa

Cascading save Entity objects with Foreign Key as a part of composite Primary Key

ebean unidirectional @OneToOne relation with unique constraint

JPA one to one relationship where entity may not exist

java hibernate jpa one-to-many

Using JPA with Hibernate implementation: entityManager.remove - not working

java hibernate jpa persistence

Hibernate @AttributeOverride which results in setting the property as @Transient

java hibernate jpa

Is there a way to suppress FindBugs from generating warnings on code generated by static weaving?

java.lang.ClassCastException: com.example.Entity cannot be cast to com.example.Entity

java jpa classcastexception

Generic querydsl orderBy dynamic path generation with left joins

java jpa querydsl

spring data jpa findBy...... with multi column but the save search text

In JPQL, is it possible to write a "select new" with a list as parameter?

java sql jpa jpql

Maven based project using Spring Hibernate,EJB3.0,JPA JBOSS? [closed]

spring hibernate jpa ejb-3.0

Prevent flush of EntityManager when selecting a given data

JPA/Hibernate "Composite-id class does not override equals()"

java jpa

JPA mapping @ManyToOne between Embeddable and EmbeddedId

Need to insert 100000 rows in mysql using hibernate in under 5 seconds

Mapping JPA or Hibernate projection query to DTO (Data Transfer Object)

java spring hibernate jpa dozer

Hibernate faster EntityManagerFactory creation

java sql hibernate jpa orm