Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Sharing Hibernate on multiple Tomcat instances

Is it a good practice to let Hibernate create the tables automatically using <property name="hbm2ddl.auto">create</property>?

hibernate schema creation

JPA 2 - Using the EntityManager in JavaSE - a couple of questions

Efficient dev cycle with Maven, Tomcat/Glassfish, Archetype?

Cannot remove entity which is target of @OneToOne relation

java hibernate jpa

Configuring Hibernate to use database, whose name is not known before runtime

Hibernate HQL query for finding entries older than 3 hours

java hibernate hql

Hibernate: Overwrite sql-delete with inheritace

java hibernate soft-delete

Fetching Entities from DB in a PropertyEditor

Spring, Hibernate, MySQL - How Transactions work - Conclusion/Questions**

How do I Serialize Object to Database for Hibernate to read in Java

@Transactional Spring Junit test not doing rollback

How do you map a base class using ColdFusion ORM?

AbstractMethodError when using Jadiru Joda/Hibernate persistent user types

java mysql hibernate

Do you have a common base class for Hibernate entities?

How to handle large dataset with JPA (or at least with Hibernate)?

Hibernate not respecting MySQL auto_increment primary key field

java mysql hibernate

Hibernate 3.4 with slf4j and log4j

java.lang.ClassNotFoundException: org.apache.log4j.Level

Difference between @LazyCollection(LazyCollectionOption.FALSE) and @OneToMany(fetch = FetchType.EAGER)