Entries tagged with «hibernate»
Grails: Multi tenant architecture and database indexes
Created:
I’ve spent a lot of time lately working on the multi-tenant-single-db plugin for Grails. The main purpose of this plugin is to simplify development of Grails applications based on a single database multi-tenant architecture. In this blog post I’ll be demonstrating some of the principles behind the plugin and how they affect database indexes.
Continue reading Tags: hibernate, multi-tenant, grails, architecture, databaseIntercepting Hibernate sessions
Created:
This post sums up a lot of experiences made while trying to come up with a better and less intrusive way of intercepting Hibernate sessions.
Continue reading Tags: hibernate, grails, java, spring
