» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with perfomance + Hibernate

Neural Monkey: Using Hibernate in Grails to Drop and Create Indexes

I'll explain how to use hibernate to create and drop index statements for a domain class and add how to implement this logic as two new methods on the domain class.

Hibernate: del.icio.us tag/hibernate

Raible's Wiki: HibernateJMX

Here are some instructions for making the Hibernate Statistics JMX MBean

Hibernate: del.icio.us tag/hibernate

Hibernate: Truly Understanding the Second-Level and Query Caches

che that is available is the query cache. The query cache effectively holds on to the identifiers for an individual query. As described in the documentation:

Hibernate: del.icio.us tag/hibernate