David Mansfield 9f311a4698 HHH-3646 - implement Criteria API querying of collection-of-component and collection-of-scalar
The general approach is:

* create an interface called the CriteriaInfoProvider which abstracts
  the operations that are different for the different types of Criteria
  targets.
* change the getPathEntityName method to be a factory method for
  creating the proper implementation of the interface
* change the rest of CriteriaQueryTranslator to use the interface
  instead of using the previous entity-only implementation
* implementations of the interface exist for
  Entity: this implements the same code as currently exists
  ComponentCollection: for collection-of-component
  ScalarCollection: for collection-of-value
  Component: for components
* update the logic in CriteriaJoinWalker which has to be very careful
  about how it works since the walker walks certain property paths twice.
2011-03-30 12:23:20 -05:00
2011-03-14 13:14:07 -05:00
2011-03-09 18:22:34 -06:00
2011-02-23 15:30:24 -06:00
2011-02-23 15:30:24 -06:00
2007-06-29 19:24:18 +00:00
Description
No description provided
664 MiB
Languages
Java 99.7%
Shell 0.2%
ANTLR 0.1%