Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Best way to update some fields of a detached object on Hibernate?

java hibernate orm

PostgreSQL: BYTEA vs OID+Large Object?

java hibernate postgresql blob

JPA2/Hibernate - Stop lazy loading?

java hibernate jpa gson

Hibernate CompositeUserType for immutable object

java hibernate

Hibernate transaction manager configurations in Spring

Hibernate entities without underlying tables

java hibernate jpa-2.0

HOW to use HAVING COUNT(*) with hibernate

hibernate having-clause

Cannot create PoolableConnectionFactory (Io exception: The Network Adapter could not establish the connection)

java oracle hibernate spring

java.lang.UnsupportedOperationException: The user must supply a JDBC connection

spring hibernate jdbc jpa-2.0

JPA provider vs. dialect vs. vendor in the Spring contaniner configuration

Why is assertEquals false if it is the same date? Hibernate

@Converter annotated class not getting auto detected by jpa

java hibernate jpa jpa-2.1

Using joda time with JPA/hibernate and spring

JPA save "new" Entity with reference to an existing Entity using only it's id?

java hibernate jpa

Hibernate associations using too much memory

Hibernate like layer for C++

Hibernate does not allow an embedded object with an int field to be null?

java hibernate orm jpa

What Hibernate 3.5.1 Dialect is best for accessing MySQL 5.1

mysql hibernate

Abstracting named queries in an abstract JPA DAO

java hibernate jpa jpa-2.0

Using JPA entities in JSF. Which is the best strategy to prevent LazyInitializationException?