Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Spring JPA Hibernate query cache doesn't work

hibernate spring-data-jpa

jpa one to many composite primary key mapping

differences between JPA @EntityListeners , @PrePersist and Spring @RepositoryEventHandler, @HandleBeforeSave

Hibernate doesn't create tables automatically

java mysql spring hibernate

Failed to lazily initialize a collection of role with SpringBoot

Can a JPA entity have a field not mapped to a DB column

hibernate jpa orm

Lazy Initialization Exception in model mapper

java hibernate modelmapper

Mapping an Oracle Date to a Java object using Hibernate

java oracle hibernate mapping

can I tell Hibernate a class is immutable so it will share the objects to save cost of construction?

java hibernate immutability

Mapping multi-Level inheritance in Hibernate with Annotations

hibernate inheritance

Efficient representation of Hierarchies in Hibernate

java hibernate orm tree graph

Using Lite Version of Entity in nHibernate Relations?

Set creation and update time with Hibernate in Xml mappings

Hibernate vs. Apache Torque

Data not inserted using hibernate, but gives no error?

java hibernate

how do I create a file upload in grails which works with oracle?

oracle hibernate grails

Hibernate: how to map java object on two columns automatically?

hibernate types mappings

How to stop JPA entity manager from flushing before every select

hibernate spring jpa

Spring - slf4J : how to automatically log errors and exceptions?

Hibernate exception 'could not resolve property' when doing a query with Criteria and Restrictions

java hibernate one-to-many