Go to file
David Mansfield 90fdca9053 HHH-3646 - throw a better exception when criteria is placed directly on component
In the CriteriaQueryTranslator, we process the path given by
a SubCriteria object looking for the entity name for the property. If
the SubCriteria was mistakenly created on a component type, we will exit
the loop using the owning entity, and will eventually end up failing
(throwing an exception) trying to lookup up the restricted property
against the entity, instead of against the component. Fix this by
throwing a more informative exception, and modify the documentation to
be explicit about how to do this properly.
2011-03-30 12:23:20 -05:00
buildSrc HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00
documentation HHH-3646 - throw a better exception when criteria is placed directly on component 2011-03-30 12:23:20 -05:00
etc HHH-5485 Move hiberante dtd files from http://hibernate.sourceforge.net to http://www.hibernate.org/dtd 2010-08-17 14:13:58 +00:00
gradle/wrapper HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-23 15:30:23 -06:00
hibernate-c3p0 HHH-6051 - Create a sessionfactory scoped ServiceRegistry 2011-03-24 22:18:38 -05:00
hibernate-core HHH-3646 - throw a better exception when criteria is placed directly on component 2011-03-30 12:23:20 -05:00
hibernate-ehcache HHH-5942 - Migrate to JUnit 4 2011-03-25 10:54:03 -05:00
hibernate-entitymanager HHH-5348 - support for TypedQuery jpaql/hql "scalar" queries 2011-03-30 11:37:12 -05:00
hibernate-envers HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00
hibernate-infinispan HHH-6015 - Fix classloader issue 2011-03-28 17:26:58 +02:00
hibernate-proxool HHH-6051 - Create a sessionfactory scoped ServiceRegistry 2011-03-24 22:18:38 -05:00
hibernate-testing HHH-5697 - Support for multi-tenancy 2011-03-25 18:31:04 -05:00
release HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00
.gitignore HHH-5942 - Migrate to JUnit 4 2011-03-14 13:14:07 -05:00
build.gradle Merge branch 'master' of git://github.com/hibernate/hibernate-core 2011-03-24 13:12:56 -05:00
changelog.txt prepare 4.0.0.Alpha1 release 2011-03-09 18:22:34 -06:00
gradlew HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-23 15:30:24 -06:00
gradlew.bat HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-23 15:30:24 -06:00
hibernate_logo.gif SVN layout migration for core/trunk 2007-06-29 19:24:12 +00:00
lgpl.txt SVN layout migration for core/trunk 2007-06-29 19:24:18 +00:00
settings.gradle HHH-6036 integration documentation generation 2011-03-22 23:39:53 +08:00
tagRelease.sh Fixed typo in string null check of project name. -z instead of -Z 2010-09-30 08:49:21 +00:00