Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate Annoation only bundle

java hibernate maven

Getting Hibernate to generate indexes on foreign keys

Reusing Queries in Hibernate

How do I query UUIDs stored as binary in a database (JPA/Hibernate/MySQL)

hibernate jpa binary uuid

Is it ok to use DataSourceTransactionManager for ORM persistence instead of HibernateTransactionManager?

Partial update of Hibernate Model

java hibernate

Difference between a hibernate transaction and a database transaction done using sql queries?

sql hibernate transactions

AliasToBeanResultTransformer(MyDTO.class) fails to instantiate MyDTO

hibernate

Monitoring Bone cp Connection pool

Is there a way to give persistenceUnitName for Spring's LocalContainerEntityManagerFactoryBean without persistence.xml?

java spring hibernate jpa-2.0

when or why do i use Property.forName()?

Priority between properties in HibernateJPAVendorAdapter and JPAProperty

JdbcTemplate query close database connection

How to use Hibernate eqOrIsNull()

java mysql hibernate

Hibernate - ManyToOne & Inheritance / JOINED / mappedBy

Key & value column name overrides when mapping java.util.Map with JPA annotations

Hibernate and java 8 lambda's

java hibernate lambda java-8

How do I use the BLOB data type with Hibernate?

Locking a table with hibernate

java mysql hibernate

Querying a nullable @OneToOne relationship with JPA

java sql hibernate jpa jpql