Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

What is checked behind FlushMode.AUTO?

java hibernate flush

Getting Transaction not successfully started exception using Spring Hibernate

hibernate spring spring-mvc

Java, convert(cast) Serializable objects to other objects

What is contextual sessions in hibernate?

hibernate

How to recover from `don't flush the Session after an exception occurs` error?

Select Entity where Hibernate OneToOne association is not present

hibernate

Can I remove the discriminator column in a Hibernate single table inheritance?