Label: hibernate

Content with label hibernate in Grails (See content from all spaces)
Related Labels: tutorial , grails , criteria , spring , jmx

Hibernate Criteria Builder
Hibernate Criteria Builder Description A builder for creating criteriabased queries analogous to those found in the Hibernate Criteria API, the nodes on this builder map the the static methods found in the Restrictions http://www.hibernate.org/hibdocs/v3/api/org/hibernate/criterion/Restriction s.html class of the Hibernate ...
Many-to-Many Mapping with Hibernate XML
Tutorial: ManytoMany mapping with Hibernate XML (Author/Book) Here is an example with a manytomany relationship: an author can write several books and a book can be written by several authors. The relationship will be managed from the author's side: a book can ...
MBean export in Grails how to
Introduction This short tutorial will show you how to export an MBean in Grails. The example uses Hibernate StatisticsService http://www.hibernate.org/hibdocs/v3/api/org/hibernate/jmx/StatisticsService .html but can be applied to any MBean. What is a MBean? In a nutshell, an MBean ...