public
Description: Demonstration of how HQL querying by class works
Homepage:
Clone URL: git://github.com/RobertFischer/Grails-Query-By-Class-Demo.git
name age message
file .classpath Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file .project Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
directory .settings/ Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file QueryByObjectType-test.launch Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file QueryByObjectType.launch Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file QueryByObjectType.tmproj Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file README Sat Nov 07 07:08:08 -0800 2009 first commit [RobertFischer]
file application.properties Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file build.xml Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
directory grails-app/ Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file ivy.xml Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
file ivysettings.xml Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
directory test/ Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
directory web-app/ Sat Nov 07 07:08:42 -0800 2009 The rest of the application [RobertFischer]
README
This is an exploration of how querying by classes works in Grails/Hibernate.

Check out the domain classes to see what we're dealing with, and then check out the integration test.